IWindowManager.RemoveProposedRotationListener(IIntConsumer) メソッド

定義

以前に と共に追加されたリスナーを #addProposedRotationListener削除します。

[Android.Runtime.Register("removeProposedRotationListener", "(Ljava/util/function/IntConsumer;)V", "GetRemoveProposedRotationListener_Ljava_util_function_IntConsumer_Handler:Android.Views.IWindowManager, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)]
public virtual void RemoveProposedRotationListener (Java.Util.Functions.IIntConsumer listener);
[<Android.Runtime.Register("removeProposedRotationListener", "(Ljava/util/function/IntConsumer;)V", "GetRemoveProposedRotationListener_Ljava_util_function_IntConsumer_Handler:Android.Views.IWindowManager, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=34)>]
abstract member RemoveProposedRotationListener : Java.Util.Functions.IIntConsumer -> unit
override this.RemoveProposedRotationListener : Java.Util.Functions.IIntConsumer -> unit

パラメーター

listener
IIntConsumer

削除するリスナー。

属性

注釈

以前に と共に追加されたリスナーを #addProposedRotationListener削除します。 関連付けられたコンテキストに表示されるコンポーネントがなくなった場合は を呼び出することをお勧めします。 指定されたリスナーが登録されていない場合は No-op。

android.view.WindowManager.removeProposedRotationListener(java.util.function.IntConsumer)Java ドキュメント。

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

適用対象