AppFunctionMetadata.MetadataDocument 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 app function'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 app function'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.AppFunctionMetadata.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.