Android.Animation.Animator.Resume Method
Resumes a paused animation, causing the animator to pick up where it left off when it was paused.

Syntax

[Android.Runtime.Register("resume", "()V", "GetResumeHandler")]
public virtual void Resume ()

See Also

Animator.Pause
Animator.IsPaused

Remarks

Resumes a paused animation, causing the animator to pick up where it left off when it was paused. This method should only be called on the same thread on which the animation was started. Calls to resume() on an animator that is not currently paused will be ignored.

[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