AnimatorListenerAdapter.OnAnimationPause(Animator) Method

Definition

To be added

[Android.Runtime.Register("onAnimationPause", "(Landroid/animation/Animator;)V", "GetOnAnimationPause_Landroid_animation_Animator_Handler")]
public virtual void OnAnimationPause (Android.Animation.Animator? animation);
[<Android.Runtime.Register("onAnimationPause", "(Landroid/animation/Animator;)V", "GetOnAnimationPause_Landroid_animation_Animator_Handler")>]
abstract member OnAnimationPause : Android.Animation.Animator -> unit
override this.OnAnimationPause : Android.Animation.Animator -> unit

Parameters

animation
Animator

The animaton being paused.

Implements

Attributes

Remarks

To be added

Java documentation for android.animation.AnimatorListenerAdapter.onAnimationPause(android.animation.Animator).

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