IWindowInsetsController.IOnControllableInsetsChangedListener.OnControllableInsetsChanged 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.
Called when the set of controllable WindowInsets.Type
changes.
[Android.Runtime.Register("onControllableInsetsChanged", "(Landroid/view/WindowInsetsController;I)V", "GetOnControllableInsetsChanged_Landroid_view_WindowInsetsController_IHandler:Android.Views.IWindowInsetsController/IOnControllableInsetsChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)]
public void OnControllableInsetsChanged (Android.Views.IWindowInsetsController controller, int typeMask);
[<Android.Runtime.Register("onControllableInsetsChanged", "(Landroid/view/WindowInsetsController;I)V", "GetOnControllableInsetsChanged_Landroid_view_WindowInsetsController_IHandler:Android.Views.IWindowInsetsController/IOnControllableInsetsChangedListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=30)>]
abstract member OnControllableInsetsChanged : Android.Views.IWindowInsetsController * int -> unit
Parameters
- controller
- IWindowInsetsController
The controller for which the set of controllable
WindowInsets.Type
s are changing.
- typeMask
- Int32
Bitwise type-mask of the WindowInsets.Type
s the controller is
currently able to control.
- Attributes
Remarks
Called when the set of controllable WindowInsets.Type
changes.
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.