WallpaperInfo.ShowMetadataInPreview Property

Definition

Queries whether any metadata should be shown when previewing the wallpaper.

public bool ShowMetadataInPreview { [Android.Runtime.Register("getShowMetadataInPreview", "()Z", "", ApiSince=25)] get; }
[<get: Android.Runtime.Register("getShowMetadataInPreview", "()Z", "", ApiSince=25)>]
member this.ShowMetadataInPreview : bool

Property Value

Whether any metadata should be shown when previewing the wallpaper.

Attributes

Remarks

Queries whether any metadata should be shown when previewing the wallpaper. If this value is set to true, any component that shows a preview of this live wallpaper should also show accompanying information like #loadLabel, #loadDescription, #loadAuthor and #loadContextDescription(PackageManager), so the user gets to know further information about this wallpaper.

Java documentation for android.app.WallpaperInfo.getShowMetadataInPreview().

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