Język

AppFunctionPackageMetadata.MetadataDocument Property

Definition

Returns the package's metadata as a GenericDocument.

public Android.App.AppSearch.GenericDocument MetadataDocument { [Android.Runtime.Register("getMetadataDocument", "()Landroid/app/appsearch/GenericDocument;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getMetadataDocument", "()Landroid/app/appsearch/GenericDocument;", "", ApiSince=37)>]
member this.MetadataDocument : Android.App.AppSearch.GenericDocument

Property Value

Attributes

Remarks

Returns the package's metadata as a GenericDocument.

Client-defined properties can be retrieved using the GenericDocument property getters.

Properties that are not defined in this class (see PROPERTY_* constants) are not guaranteed to be available or consistent across devices and versions.

Android reference for android.app.appfunctions.AppFunctionPackageMetadata.getMetadataDocument.

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