AnimationCallback
abstract class AnimationCallback
kotlin.Any | |
↳ | androidx.vectordrawable.graphics.drawable.Animatable2Compat.AnimationCallback |
Abstract class for animation callback. Used to notify animation events.
Summary
Public constructors | |
---|---|
<init>() Abstract class for animation callback. |
Public methods | |
---|---|
open Unit |
onAnimationEnd(drawable: Drawable!) Called when the animation ends. |
open Unit |
onAnimationStart(drawable: Drawable!) Called when the animation starts. |
Public constructors
<init>
AnimationCallback()
Abstract class for animation callback. Used to notify animation events.
Public methods
onAnimationEnd
open fun onAnimationEnd(drawable: Drawable!): Unit
Called when the animation ends.
Parameters | |
---|---|
drawable |
Drawable!: The drawable finished the animation. |