Android.Views.View.PostOnAnimationDelayed Method

Syntax

[Android.Runtime.Register("postOnAnimationDelayed", "(Ljava/lang/Runnable;J)V", "GetPostOnAnimationDelayed_Ljava_lang_Runnable_JHandler")]
public virtual void PostOnAnimationDelayed (Java.Lang.IRunnable action, long delayMillis)

See Also

View.PostOnAnimation(Java.Lang.IRunnable)
View.RemoveCallbacks(Java.Lang.IRunnable)

Parameters

action
The Runnable that will be executed.
delayMillis
The delay (in milliseconds) until the Runnable will be executed.

Remarks

Causes the Runnable to execute on the next animation time step, after the specified amount of time elapses. The runnable will be run on the user interface thread.

[Android Documentation]

Requirements

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