Android.Animation.ValueAnimator.AddUpdateListener Method
Adds a listener to the set of listeners that are sent update events through the life of an animation.

Syntax

[Android.Runtime.Register("addUpdateListener", "(Landroid/animation/ValueAnimator$AnimatorUpdateListener;)V", "GetAddUpdateListener_Landroid_animation_ValueAnimator_AnimatorUpdateListener_Handler")]
public virtual void AddUpdateListener (ValueAnimator.IAnimatorUpdateListener listener)

Parameters

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

Remarks

Adds a listener to the set of listeners that are sent update events through the life of an animation. This method is called on all listeners for every frame of the animation, after the values for the animation have been calculated.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11