Language

AppFunctionSearchSpec.SchemaCategory Property

Definition

Returns the schema category to filter by, or null if this filter is skipped.

public string? SchemaCategory { [Android.Runtime.Register("getSchemaCategory", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSchemaCategory", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.SchemaCategory : string

Property Value

Returns the schema category to filter by, or null if this filter is skipped.

Attributes

Remarks

Returns the schema category to filter by, or null if this filter is skipped.

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

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