InlineContentView.ISurfaceControlCallback.OnDestroyed(SurfaceControl) Method

Definition

Called when the backing surface is being destroyed.

[Android.Runtime.Register("onDestroyed", "(Landroid/view/SurfaceControl;)V", "GetOnDestroyed_Landroid_view_SurfaceControl_Handler:Android.Widget.Inline.InlineContentView/ISurfaceControlCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnDestroyed (Android.Views.SurfaceControl surfaceControl);
[<Android.Runtime.Register("onDestroyed", "(Landroid/view/SurfaceControl;)V", "GetOnDestroyed_Landroid_view_SurfaceControl_Handler:Android.Widget.Inline.InlineContentView/ISurfaceControlCallbackInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnDestroyed : Android.Views.SurfaceControl -> unit

Parameters

surfaceControl
SurfaceControl

The surface control to manipulate the surface.

Attributes

Remarks

Called when the backing surface is being destroyed.

Java documentation for android.widget.inline.InlineContentView.SurfaceControlCallback.onDestroyed(android.view.SurfaceControl).

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