Android.Animation.Animator.Pause Method
Pauses a running animation.

Syntax

[Android.Runtime.Register("pause", "()V", "GetPauseHandler")]
public virtual void Pause ()

See Also

Animator.Resume
Animator.IsPaused

Remarks

Pauses a running animation. This method should only be called on the same thread on which the animation was started. If the animation has not yet been Animator.IsStarted or has since ended, then the call is ignored. Paused animations can be resumed by calling Animator.Resume.

[Android Documentation]

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11