ReadyEventArgs(IWindowInsetsAnimationController, Int32) Constructor

Definition

Initializes the managed event data passed to the associated callback.

public ReadyEventArgs(Android.Views.IWindowInsetsAnimationController controller, int types);
new Android.Views.ReadyEventArgs : Android.Views.IWindowInsetsAnimationController * int -> Android.Views.ReadyEventArgs

Parameters

controller
IWindowInsetsAnimationController

The Android.Views.IWindowInsetsAnimationController value used for controller.

types
Int32

The System.Int32 value used for types.

Applies to