IWindowInsetsController.AddOnControllableInsetsChangedListener Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a OnControllableInsetsChangedListener
to the window insets controller.
[Android.Runtime.Register("addOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetAddOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void AddOnControllableInsetsChangedListener (Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener listener);
[<Android.Runtime.Register("addOnControllableInsetsChangedListener", "(Landroid/view/WindowInsetsController$OnControllableInsetsChangedListener;)V", "GetAddOnControllableInsetsChangedListener_Landroid_view_WindowInsetsController_OnControllableInsetsChangedListener_Handler:Android.Views.IWindowInsetsControllerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member AddOnControllableInsetsChangedListener : Android.Views.IWindowInsetsController.IOnControllableInsetsChangedListener -> unit
Parameters
The listener to add.
- Attributes
Remarks
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.