InlineContentView.ISurfaceControlCallback.OnCreated(SurfaceControl) Method

Definition

Called when the backing surface is being created.

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

Parameters

surfaceControl
SurfaceControl

The surface control to manipulate the surface.

Attributes

Remarks

Called when the backing surface is being created.

Java documentation for android.widget.inline.InlineContentView.SurfaceControlCallback.onCreated(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