IWindowInsetsController.ControllableInsetsChangedEventArgs Constructor

Definition

Initializes the managed event data passed to the associated callback.

public ControllableInsetsChangedEventArgs(Android.Views.IWindowInsetsController controller, int typeMask);
new Android.Views.IWindowInsetsController.ControllableInsetsChangedEventArgs : Android.Views.IWindowInsetsController * int -> Android.Views.IWindowInsetsController.ControllableInsetsChangedEventArgs

Parameters

controller
IWindowInsetsController

The Android.Views.IWindowInsetsController value used for controller.

typeMask
Int32

The System.Int32 value used for type mask.

Applies to