WindowInsetsAnimation.Callback Constructors

Definition

Overloads

WindowInsetsAnimation.Callback(Int32)

Creates a new WindowInsetsAnimation callback with the given #getDispatchMode() dispatch mode.

WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)

WindowInsetsAnimation.Callback(Int32)

Creates a new WindowInsetsAnimation callback with the given #getDispatchMode() dispatch mode.

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)]
public Callback (int dispatchMode);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=30)>]
new Android.Views.WindowInsetsAnimation.Callback : int -> Android.Views.WindowInsetsAnimation.Callback

Parameters

dispatchMode
Int32

The dispatch mode for this callback. See #getDispatchMode().

Attributes

Remarks

Creates a new WindowInsetsAnimation callback with the given #getDispatchMode() dispatch mode.

Java documentation for android.view.WindowInsetsAnimation.Callback.WindowInsetsAnimation$Callback(int).

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.

Applies to

WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)

protected Callback (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.WindowInsetsAnimation.Callback : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.WindowInsetsAnimation.Callback

Parameters

javaReference
IntPtr

nativeint

Applies to