WallpaperService.Engine.IsVisible Property

Definition

Return whether the wallpaper is currently visible to the user, this is the last value supplied to #onVisibilityChanged(boolean).

public virtual bool IsVisible { [Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler")] get; }
[<get: Android.Runtime.Register("isVisible", "()Z", "GetIsVisibleHandler")>]
member this.IsVisible : bool

Property Value

Attributes

Remarks

Return whether the wallpaper is currently visible to the user, this is the last value supplied to #onVisibilityChanged(boolean).

Java documentation for android.service.wallpaper.WallpaperService.Engine.isVisible().

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