doOnEnd

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

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

Return

the Animator.AnimatorListener added to the Animator

See also