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
WindowInsetsAnimation.Callback(Int32) |
Creates a new |
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
.
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
- transfer
- JniHandleOwnership