Animatable2AnimationCallback.OnAnimationEnd(Drawable) Method

Definition

Called when the animation ends.

[Android.Runtime.Register("onAnimationEnd", "(Landroid/graphics/drawable/Drawable;)V", "GetOnAnimationEnd_Landroid_graphics_drawable_Drawable_Handler", ApiSince=23)]
public virtual void OnAnimationEnd (Android.Graphics.Drawables.Drawable? drawable);
[<Android.Runtime.Register("onAnimationEnd", "(Landroid/graphics/drawable/Drawable;)V", "GetOnAnimationEnd_Landroid_graphics_drawable_Drawable_Handler", ApiSince=23)>]
abstract member OnAnimationEnd : Android.Graphics.Drawables.Drawable -> unit
override this.OnAnimationEnd : Android.Graphics.Drawables.Drawable -> unit

Parameters

drawable
Drawable

The drawable finished the animation.

Attributes

Remarks

Called when the animation ends.

Java documentation for android.graphics.drawable.Animatable2.AnimationCallback.onAnimationEnd(android.graphics.drawable.Drawable).

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