IWindowManager.UnregisterSurfaceControlInputReceiver(SurfaceControl) メソッド

定義

指定したトークンの登録済み SurfaceControlInputReceiver の登録を解除してクリーンアップします。

[Android.Runtime.Register("unregisterSurfaceControlInputReceiver", "(Landroid/view/SurfaceControl;)V", "GetUnregisterSurfaceControlInputReceiver_Landroid_view_SurfaceControl_Handler:Android.Views.IWindowManager, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)]
public virtual void UnregisterSurfaceControlInputReceiver(Android.Views.SurfaceControl surfaceControl);
[<Android.Runtime.Register("unregisterSurfaceControlInputReceiver", "(Landroid/view/SurfaceControl;)V", "GetUnregisterSurfaceControlInputReceiver_Landroid_view_SurfaceControl_Handler:Android.Views.IWindowManager, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
abstract member UnregisterSurfaceControlInputReceiver : Android.Views.SurfaceControl -> unit
override this.UnregisterSurfaceControlInputReceiver : Android.Views.SurfaceControl -> unit

パラメーター

surfaceControl
SurfaceControl

入力チャネルの削除と登録解除を行う SurfaceControl。

属性

注釈

指定したトークンの登録済み SurfaceControlInputReceiver の登録を解除してクリーンアップします。

Looperに渡されたのと同じ#registerBatchedSurfaceControlInputReceiver(InputTransferToken, SurfaceControl, Choreographer, SurfaceControlInputReceiver) スレッドで呼び出す必要があります。#registerUnbatchedSurfaceControlInputReceiver(InputTransferToken, SurfaceControl, Looper, SurfaceControlInputReceiver)

Javaドキュメント。

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

適用対象