Android.Opengl.GLSurfaceView.SurfaceDestroyed Method
This method is part of the SurfaceHolder.

Syntax

[Android.Runtime.Register("surfaceDestroyed", "(Landroid/view/SurfaceHolder;)V", "GetSurfaceDestroyed_Landroid_view_SurfaceHolder_Handler")]
public virtual void SurfaceDestroyed (Android.Views.ISurfaceHolder holder)

Parameters

holder
The SurfaceHolder whose surface is being destroyed.

Remarks

This method is part of the SurfaceHolder.Callback interface, and is not normally called or subclassed by clients of GLSurfaceView.

[Android Documentation]

Requirements

Namespace: Android.Opengl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3