Share via


ValueAnimator.RemoveUpdateListener Method

Definition

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

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

Parameters

listener
ValueAnimator.IAnimatorUpdateListener

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

Attributes

Remarks

Java documentation for android.animation.ValueAnimator.removeUpdateListener(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