Language

AppFunctionState.ActivityIds Property

Definition

Returns AppFunctionActivityIds this app function is associated with, or null if none.

public Android.Util.ArraySet? ActivityIds { [Android.Runtime.Register("getActivityIds", "()Landroid/util/ArraySet;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getActivityIds", "()Landroid/util/ArraySet;", "", ApiSince=37)>]
member this.ActivityIds : Android.Util.ArraySet

Property Value

Returns AppFunctionActivityIds this app function is associated with, or null if none.

Attributes

Remarks

Returns AppFunctionActivityIds this app function is associated with, or null if none.

This will only be non-null when AppFunctionMetadata.getScope is AppFunctionMetadata.SCOPE_ACTIVITY. See AppFunctionMetadata.SCOPE_ACTIVITY for more details.

Android reference for android.app.appfunctions.AppFunctionState.getActivityIds.

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