core-ktx / androidx.animation / android.animation.Animator / doOnEnd

doOnEnd

fun Animator.doOnEnd(action: (animator: Animator) -> Unit): AnimatorListener

Add an action which will be invoked when the animation has ended.

Return
the Animator.AnimatorListener added to the Animator

See Also

Animator.end