Animator.RemovePauseListener(Animator+IAnimatorPauseListener) Method

Definition

Removes a pause listener from the set listening to this animation.

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

Parameters

listener
Animator.IAnimatorPauseListener

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

Attributes

Remarks

Java documentation for android.animation.Animator.removePauseListener(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