IAnimatable2.RegisterAnimationCallback(Animatable2AnimationCallback) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Aggiunge un callback per ascoltare gli eventi di animazione.
[Android.Runtime.Register("registerAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)V", "GetRegisterAnimationCallback_Landroid_graphics_drawable_Animatable2_AnimationCallback_Handler:Android.Graphics.Drawables.IAnimatable2Invoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=23)]
public void RegisterAnimationCallback(Android.Graphics.Drawables.Animatable2AnimationCallback callback);
[<Android.Runtime.Register("registerAnimationCallback", "(Landroid/graphics/drawable/Animatable2$AnimationCallback;)V", "GetRegisterAnimationCallback_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 RegisterAnimationCallback : Android.Graphics.Drawables.Animatable2AnimationCallback -> unit
Parametri
- callback
- Animatable2AnimationCallback
Callback da aggiungere.
- Attributi
Commenti
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.