WindowInsetsAnimation.Callback.OnEnd(WindowInsetsAnimation) Method

Definition

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.

Java documentation for android.view.WindowInsetsAnimation.Callback.onEnd(android.view.WindowInsetsAnimation).

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