Animator.IAnimatorPauseListener.OnAnimationResume(Animator) Method

Definition

Notifies that the animation was resumed, after being previously paused.

[Android.Runtime.Register("onAnimationResume", "(Landroid/animation/Animator;)V", "GetOnAnimationResume_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorPauseListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnAnimationResume (Android.Animation.Animator animation);
[<Android.Runtime.Register("onAnimationResume", "(Landroid/animation/Animator;)V", "GetOnAnimationResume_Landroid_animation_Animator_Handler:Android.Animation.Animator/IAnimatorPauseListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnAnimationResume : Android.Animation.Animator -> unit

Parameters

animation
Animator

The animation being resumed.

Attributes

Remarks

Notifies that the animation was resumed, after being previously paused.

Java documentation for android.animation.Animator.AnimatorPauseListener.onAnimationResume(android.animation.Animator).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to