WindowInsetsAnimation.Callback.OnEnd(WindowInsetsAnimation) Method
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.
Called when an insets animation has ended.
[Android.Runtime.Register("onEnd", "(Landroid/view/WindowInsetsAnimation;)V", "GetOnEnd_Landroid_view_WindowInsetsAnimation_Handler", ApiSince=30)]
public virtual void OnEnd (Android.Views.WindowInsetsAnimation animation);
[<Android.Runtime.Register("onEnd", "(Landroid/view/WindowInsetsAnimation;)V", "GetOnEnd_Landroid_view_WindowInsetsAnimation_Handler", ApiSince=30)>]
abstract member OnEnd : Android.Views.WindowInsetsAnimation -> unit
override this.OnEnd : Android.Views.WindowInsetsAnimation -> unit
Parameters
- animation
- WindowInsetsAnimation
The animation that has ended. This will be the same instance
as passed into #onStart
- Attributes
Remarks
Called when an insets animation has ended.
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.