ExecuteAppFunctionRequest.ActivityId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the AppFunctionActivityId for this request.
public Android.App.AppFunctions.AppFunctionActivityId? ActivityId { [Android.Runtime.Register("getActivityId", "()Landroid/app/appfunctions/AppFunctionActivityId;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getActivityId", "()Landroid/app/appfunctions/AppFunctionActivityId;", "", ApiSince=37)>]
member this.ActivityId : Android.App.AppFunctions.AppFunctionActivityId
Property Value
Returns the AppFunctionActivityId for this request.
- Attributes
Remarks
Returns the AppFunctionActivityId for this request.
This identifier is used to disambiguate between instances of the same app function running in different activities when the function's AppFunctionMetadata.getScope is AppFunctionMetadata.SCOPE_ACTIVITY.
If this returns null, the request targets an app function that is not AppFunctionMetadata.SCOPE_ACTIVITY.
Android reference for android.app.appfunctions.ExecuteAppFunctionRequest.getActivityId.
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.