Animator.AnimatorPauseListener
Artifact: androidx.core:core-animation
public interface Animator.AnimatorPauseListener
AnimatorListenerAdapter |
This adapter class provides empty implementations of the methods from |
A pause listener receives notifications from an animation when the animation is paused or resumed.
| See also | |
|---|---|
addPauseListener |
Summary
Public methods |
|
|---|---|
abstract void |
onAnimationPause(@NonNull Animator animation)Notifies that the animation was paused. |
abstract void |
onAnimationResume(@NonNull Animator animation)Notifies that the animation was resumed, after being previously paused. |
Public methods
onAnimationPause
abstract void onAnimationPause(@NonNull Animator animation)
Notifies that the animation was paused.
| See also | |
|---|---|
pause |