Język

AppFunctionSearchSpec.Scopes Property

Definition

Returns the set of scope type to filter by, or null if this filter is skipped.

public System.Collections.Generic.ICollection<Java.Lang.Integer>? Scopes { [Android.Runtime.Register("getScopes", "()Ljava/util/Set;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getScopes", "()Ljava/util/Set;", "", ApiSince=37)>]
member this.Scopes : System.Collections.Generic.ICollection<Java.Lang.Integer>

Property Value

Returns the set of scope type to filter by, or null if this filter is skipped.

Attributes

Remarks

Returns the set of scope type to filter by, or null if this filter is skipped.

Android reference for android.app.appfunctions.AppFunctionSearchSpec.getScopes.

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