IAnimatable2.ClearAnimationCallbacks Method

Definition

Removes all existing animation callbacks.

[Android.Runtime.Register("clearAnimationCallbacks", "()V", "GetClearAnimationCallbacksHandler:Android.Graphics.Drawables.IAnimatable2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)]
public void ClearAnimationCallbacks ();
[<Android.Runtime.Register("clearAnimationCallbacks", "()V", "GetClearAnimationCallbacksHandler:Android.Graphics.Drawables.IAnimatable2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)>]
abstract member ClearAnimationCallbacks : unit -> unit
Attributes

Remarks

Removes all existing animation callbacks.

Java documentation for android.graphics.drawable.Animatable2.clearAnimationCallbacks().

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