Language

AnimatedVectorDrawable.UnregisterAnimationCallback Method

Definition

Removes the specified animation callback.

[Android.Runtime.Register("unregisterAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)Z", "GetUnregisterAnimationCallback_Landroid_graphics_drawable_Animatable2_AnimationCallback_Handler", ApiSince=23)]
public virtual bool UnregisterAnimationCallback(Android.Graphics.Drawables.Animatable2AnimationCallback callback);
[<Android.Runtime.Register("unregisterAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)Z", "GetUnregisterAnimationCallback_Landroid_graphics_drawable_Animatable2_AnimationCallback_Handler", ApiSince=23)>]
abstract member UnregisterAnimationCallback : Android.Graphics.Drawables.Animatable2AnimationCallback -> bool
override this.UnregisterAnimationCallback : Android.Graphics.Drawables.Animatable2AnimationCallback -> bool

Parameters

Returns

false if callback didn't exist in the call back list, or true if callback has been removed successfully.

Implements

Attributes

Remarks

Removes the specified animation callback.

Android reference for android.graphics.drawable.AnimatedVectorDrawable.unregisterAnimationCallback.

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