WallpaperService.Engine.IsPreview 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 true if this engine is running in preview mode -- that is, it is being shown to the user before they select it as the actual wallpaper.
public virtual bool IsPreview { [Android.Runtime.Register("isPreview", "()Z", "GetIsPreviewHandler")] get; }
[<get: Android.Runtime.Register("isPreview", "()Z", "GetIsPreviewHandler")>]
member this.IsPreview : bool
Property Value
- Attributes
Remarks
Returns true if this engine is running in preview mode -- that is, it is being shown to the user before they select it as the actual wallpaper.
Java documentation for android.service.wallpaper.WallpaperService.Engine.isPreview()
.
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.