WallpaperService.Engine.OnSurfaceDestroyed(ISurfaceHolder) Method

Definition

Convenience for SurfaceHolder.Callback#surfaceDestroyed SurfaceHolder.Callback.surfaceDestroyed().

[Android.Runtime.Register("onSurfaceDestroyed", "(Landroid/view/SurfaceHolder;)V", "GetOnSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler")]
public virtual void OnSurfaceDestroyed (Android.Views.ISurfaceHolder? holder);
[<Android.Runtime.Register("onSurfaceDestroyed", "(Landroid/view/SurfaceHolder;)V", "GetOnSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler")>]
abstract member OnSurfaceDestroyed : Android.Views.ISurfaceHolder -> unit
override this.OnSurfaceDestroyed : Android.Views.ISurfaceHolder -> unit

Parameters

Attributes

Remarks

Convenience for SurfaceHolder.Callback#surfaceDestroyed SurfaceHolder.Callback.surfaceDestroyed().

Java documentation for android.service.wallpaper.WallpaperService.Engine.onSurfaceDestroyed(android.view.SurfaceHolder).

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