InlineContentView.ISurfaceControlCallback.OnDestroyed(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)]
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

パラメーター

surfaceControl
SurfaceControl

サーフェスを操作するサーフェス コントロール。

属性

注釈

バッキング サーフェスが破棄されるときに呼び出されます。

の Java ドキュメント android.widget.inline.InlineContentView.SurfaceControlCallback.onDestroyed(android.view.SurfaceControl)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象