Animator.AddListener(Animator+IAnimatorListener) Method

Definition

Adds a listener to the set of listeners that are sent events through the life of an animation, such as start, repeat, and end.

[Android.Runtime.Register("addListener", "(Landroid/animation/Animator$AnimatorListener;)V", "GetAddListener_Landroid_animation_Animator_AnimatorListener_Handler")]
public virtual void AddListener (Android.Animation.Animator.IAnimatorListener? listener);
[<Android.Runtime.Register("addListener", "(Landroid/animation/Animator$AnimatorListener;)V", "GetAddListener_Landroid_animation_Animator_AnimatorListener_Handler")>]
abstract member AddListener : Android.Animation.Animator.IAnimatorListener -> unit
override this.AddListener : Android.Animation.Animator.IAnimatorListener -> unit

Parameters

listener
Animator.IAnimatorListener

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

Attributes

Remarks

Java documentation for android.animation.Animator.addListener(android.animation.AnimatorListener).

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