IAnimatable2.UnregisterAnimationCallback(Animatable2AnimationCallback) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified animation callback.
[Android.Runtime.Register("unregisterAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)Z", "GetUnregisterAnimationCallback_Landroid_graphics_drawable_Animatable2_AnimationCallback_Handler:Android.Graphics.Drawables.IAnimatable2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)]
public bool UnregisterAnimationCallback (Android.Graphics.Drawables.Animatable2AnimationCallback callback);
[<Android.Runtime.Register("unregisterAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)Z", "GetUnregisterAnimationCallback_Landroid_graphics_drawable_Animatable2_AnimationCallback_Handler:Android.Graphics.Drawables.IAnimatable2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)>]
abstract member UnregisterAnimationCallback : Android.Graphics.Drawables.Animatable2AnimationCallback -> bool
Parameters
- callback
- Animatable2AnimationCallback
Callback to remove.
Returns
false
if callback didn't exist in the call back list, or true
if
callback has been removed successfully.
- Attributes
Remarks
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.