Android.Views.ISurfaceHolderCallback
A client may implement this interface to receive information about changes to the surface.

See Also: ISurfaceHolderCallback Members

Syntax

[Android.Runtime.Register("android/view/SurfaceHolder$Callback", "", "Android.Views.ISurfaceHolderCallbackInvoker")]
public interface ISurfaceHolderCallback : Android.Runtime.IJavaObject, IDisposable

Remarks

A client may implement this interface to receive information about changes to the surface. When used with a Android.Views.SurfaceView, the Surface being held is only available between calls to ISurfaceHolderCallback.SurfaceCreated(ISurfaceHolder) and ISurfaceHolderCallback.SurfaceDestroyed(ISurfaceHolder). The Callback is set with ISurfaceHolder.AddCallback(ISurfaceHolderCallback) method.

[Android Documentation]

Requirements

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