Android.Animation.ValueAnimator.RemoveUpdateListener Method
Removes a listener from the set listening to frame updates for this animation.

Syntax

[Android.Runtime.Register("removeUpdateListener", "(Landroid/animation/ValueAnimator$AnimatorUpdateListener;)V", "GetRemoveUpdateListener_Landroid_animation_ValueAnimator_AnimatorUpdateListener_Handler")]
public virtual void RemoveUpdateListener (ValueAnimator.IAnimatorUpdateListener listener)

Parameters

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

Remarks

Removes a listener from the set listening to frame updates for this animation.

[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