Animator.RemoveAllListeners Method

Definition

Removes all #addListener(android.animation.Animator.AnimatorListener) listeners and #addPauseListener(android.animation.Animator.AnimatorPauseListener) pauseListeners from this object.

[Android.Runtime.Register("removeAllListeners", "()V", "GetRemoveAllListenersHandler")]
public virtual void RemoveAllListeners ();
[<Android.Runtime.Register("removeAllListeners", "()V", "GetRemoveAllListenersHandler")>]
abstract member RemoveAllListeners : unit -> unit
override this.RemoveAllListeners : unit -> unit
Attributes

Remarks

Removes all #addListener(android.animation.Animator.AnimatorListener) listeners and #addPauseListener(android.animation.Animator.AnimatorPauseListener) pauseListeners from this object.

Java documentation for android.animation.Animator.removeAllListeners().

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