Animator.AddPauseListener(Animator+IAnimatorPauseListener) Method

Definition

Adds a pause listener to this animator.

[Android.Runtime.Register("addPauseListener", "(Landroid/animation/Animator$AnimatorPauseListener;)V", "GetAddPauseListener_Landroid_animation_Animator_AnimatorPauseListener_Handler")]
public virtual void AddPauseListener (Android.Animation.Animator.IAnimatorPauseListener? listener);
[<Android.Runtime.Register("addPauseListener", "(Landroid/animation/Animator$AnimatorPauseListener;)V", "GetAddPauseListener_Landroid_animation_Animator_AnimatorPauseListener_Handler")>]
abstract member AddPauseListener : Android.Animation.Animator.IAnimatorPauseListener -> unit
override this.AddPauseListener : Android.Animation.Animator.IAnimatorPauseListener -> unit

Parameters

listener
Animator.IAnimatorPauseListener

the listener to be added to the current set of pause listeners for this animation.

Attributes

Remarks

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

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