AppFunctionSchemaMetadata.Category 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 category of the schema used by this function.
public string Category { [Android.Runtime.Register("getCategory", "()Ljava/lang/String;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getCategory", "()Ljava/lang/String;", "", ApiSince=37)>]
member this.Category : string
Property Value
- Attributes
Remarks
Returns the category of the schema used by this function.
This allows for logical grouping of schemas. For instance, all schemas related to email functionality would be categorized as 'email'.
This is defined by the AppFunctionMetadata.PROPERTY_SCHEMA_CATEGORY tag in the XML.
Android reference for android.app.appfunctions.AppFunctionSchemaMetadata.getCategory.
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.