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

doOnResume

fun Animator.doOnResume(action: (animator: Animator) -> Unit): AnimatorPauseListener

Add an action which will be invoked when the animation has resumed after a pause.

Return
the Animator.AnimatorPauseListener added to the Animator

See Also

Animator.resume