Lingua

AppFunctionSchemaMetadata(String, String, Int64) Constructor

Definition

Constructs an AppFunctionSchemaMetadata.

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;J)V", "", ApiSince=37)]
public AppFunctionSchemaMetadata(string schemaCategory, string schemaName, long schemaVersion);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;J)V", "", ApiSince=37)>]
new Android.App.AppFunctions.AppFunctionSchemaMetadata : string * string * int64 -> Android.App.AppFunctions.AppFunctionSchemaMetadata

Parameters

schemaCategory
String

The category of the schema, used to group related schemas. This value cannot be null.

schemaName
String

The unique name of the schema within its category. This value cannot be null.

schemaVersion
Int64

The version of the schema. This is used to track the changes to the schema over time.

Attributes

Remarks

Constructs an AppFunctionSchemaMetadata.

Android reference for android.app.appfunctions.AppFunctionSchemaMetadata.AppFunctionSchemaMetadata.

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