WindowInsetsAnimation.Callback Constructors

Definition

Overloads

Name Description
WindowInsetsAnimation.Callback(Int32)

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

WindowInsetsAnimation.Callback(IntPtr, JniHandleOwnership)

Creates a managed peer for an existing Java Native Interface object reference.

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.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)

Creates a managed peer for an existing Java Native Interface object reference.

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

The System.IntPtr value used for java reference.

transfer
JniHandleOwnership

The Android.Runtime.JniHandleOwnership value used for transfer.

Remarks

For details, see the Android reference documentation for android.view.WindowInsetsAnimation.Callback.

Applies to