Sprache

AppFunctionMetadata.SchemaMetadata Property

Definition

Returns the identifying metadata for a pre-defined schema which this app function implements.

public Android.App.AppFunctions.AppFunctionSchemaMetadata? SchemaMetadata { [Android.Runtime.Register("getSchemaMetadata", "()Landroid/app/appfunctions/AppFunctionSchemaMetadata;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getSchemaMetadata", "()Landroid/app/appfunctions/AppFunctionSchemaMetadata;", "", ApiSince=37)>]
member this.SchemaMetadata : Android.App.AppFunctions.AppFunctionSchemaMetadata

Property Value

Attributes

Remarks

Returns the identifying metadata for a pre-defined schema which this app function implements.

Android reference for android.app.appfunctions.AppFunctionMetadata.getSchemaMetadata.

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