Android.Views.Window.TakeSurface Method
Take ownership of this window's surface.

Syntax

[Android.Runtime.Register("takeSurface", "(Landroid/view/SurfaceHolder$Callback2;)V", "GetTakeSurface_Landroid_view_SurfaceHolder_Callback2_Handler")]
public abstract void TakeSurface (ISurfaceHolderCallback2 callback)

Parameters

callback
Documentation for this section has not yet been entered.

Remarks

Take ownership of this window's surface. The window's view hierarchy will no longer draw into the surface, though it will otherwise continue to operate (such as for receiving input events). The given SurfaceHolder callback will be used to tell you about state changes to the surface.

[Android Documentation]

Requirements

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