Callback
DispatchModeContinueOnSubtree
DispatchModeStop
Callback(Int32)
Callback(IntPtr, JniHandleOwnership)
DispatchMode
JniPeerMembers
ThresholdClass
ThresholdType
OnEnd(WindowInsetsAnimation)
OnPrepare(WindowInsetsAnimation)
OnProgress(WindowInsets, IList<WindowInsetsAnimation>)
OnStart(WindowInsetsAnimation, Bounds)
monoandroid
namespace Android.Views
{
[Register("android/view/WindowInsetsAnimation", ApiSince = 30, DoNotGenerateAcw = true)]
public sealed class WindowInsetsAnimation : Object
{
[Register("android/view/WindowInsetsAnimation$Callback", ApiSince = 30, DoNotGenerateAcw = true)]
public abstract class Callback : Object
{
[Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.", true)]
[Register("DISPATCH_MODE_CONTINUE_ON_SUBTREE", ApiSince = 30)]
public const WindowInsetsAnimationDispatchMode DispatchModeContinueOnSubtree = WindowInsetsAnimationDispatchMode.ContinueOnSubtree;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API