Animator.IAnimatorListener.OnAnimationEnd(Animator) Method

Definition

Notifies the end of the animation.

[Android.Runtime.Register("onAnimationEnd", "(Landroid/animation/Animator;)V", "GetOnAnimationEnd_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationEnd (Android.Animation.Animator animation);
[<Android.Runtime.Register("onAnimationEnd", "(Landroid/animation/Animator;)V", "GetOnAnimationEnd_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationEnd : Android.Animation.Animator -> unit

Parameters

animation
Animator

The animation which reached its end.

Attributes

Remarks

Notifies the end of the animation. This callback is not invoked for animations with repeat count set to INFINITE.

Java documentation for android.animation.Animator.AnimatorListener.onAnimationEnd(android.animation.Animator).

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