WindowInsetsAnimation.Callback Constructors
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.
Overloads
| Name | Description |
|---|---|
| WindowInsetsAnimation.Callback(Int32) |
Creates a new |
| 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.