WallpaperService.Engine.SurfaceHolder Property

Definition

Provides access to the surface in which this wallpaper is drawn.

public virtual Android.Views.ISurfaceHolder? SurfaceHolder { [Android.Runtime.Register("getSurfaceHolder", "()Landroid/view/SurfaceHolder;", "GetGetSurfaceHolderHandler")] get; }
[<get: Android.Runtime.Register("getSurfaceHolder", "()Landroid/view/SurfaceHolder;", "GetGetSurfaceHolderHandler")>]
member this.SurfaceHolder : Android.Views.ISurfaceHolder

Property Value

Attributes

Remarks

Provides access to the surface in which this wallpaper is drawn.

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

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