Share via


ExecuteAppFunctionRequest.FunctionIdentifier Property

Definition

Returns the unique string identifier of the app function to be executed.

public string FunctionIdentifier { [Android.Runtime.Register("getFunctionIdentifier", "()Ljava/lang/String;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getFunctionIdentifier", "()Ljava/lang/String;", "", ApiSince=36)>]
member this.FunctionIdentifier : string

Property Value

Attributes

Remarks

Returns the unique string identifier of the app function to be executed.

When there is a package change or the device starts up, the metadata of available functions is indexed by AppSearch. AppSearch stores the indexed information as AppFunctionStaticMetadata document.

The ID can be obtained by querying the AppFunctionStaticMetadata documents from AppSearch.

If the functionId provided is invalid, the caller will get an invalid argument response.

Java documentation for android.app.appfunctions.ExecuteAppFunctionRequest.getFunctionIdentifier().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to