Android.Views.View.Post Method

Syntax

[Android.Runtime.Register("post", "(Ljava/lang/Runnable;)Z", "GetPost_Ljava_lang_Runnable_Handler")]
public virtual bool Post (Java.Lang.IRunnable action)

See Also

View.PostDelayed(Java.Lang.IRunnable, System.Int64)
View.RemoveCallbacks(Java.Lang.IRunnable)

Parameters

action
The Runnable that will be executed.

Returns

Documentation for this section has not yet been entered.

Remarks

Causes the Runnable to be added to the message queue. 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 1