ValueAnimator.AddUpdateListener(ValueAnimator+IAnimatorUpdateListener) Method

Definition

Adds a listener to the set of listeners that are sent update events through the life of an animation.

[Android.Runtime.Register("addUpdateListener", "(Landroid/animation/ValueAnimator$AnimatorUpdateListener;)V", "GetAddUpdateListener_Landroid_animation_ValueAnimator_AnimatorUpdateListener_Handler")]
public virtual void AddUpdateListener (Android.Animation.ValueAnimator.IAnimatorUpdateListener? listener);
[<Android.Runtime.Register("addUpdateListener", "(Landroid/animation/ValueAnimator$AnimatorUpdateListener;)V", "GetAddUpdateListener_Landroid_animation_ValueAnimator_AnimatorUpdateListener_Handler")>]
abstract member AddUpdateListener : Android.Animation.ValueAnimator.IAnimatorUpdateListener -> unit
override this.AddUpdateListener : Android.Animation.ValueAnimator.IAnimatorUpdateListener -> unit

Parameters

listener
ValueAnimator.IAnimatorUpdateListener

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

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.addUpdateListener(android.animation.AnimatorUpdateListener).

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