Android.OS.Handler.SendMessageDelayed Method
Enqueue a message into the message queue after all pending messages before (current time + delayMillis).

Syntax

[Android.Runtime.Register("sendMessageDelayed", "(Landroid/os/Message;J)Z", "")]
public bool SendMessageDelayed (Message msg, long delayMillis)

Parameters

msg
Documentation for this section has not yet been entered.
delayMillis
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Enqueue a message into the message queue after all pending messages before (current time + delayMillis). You will receive it in Handler.HandleMessage(Message), in the thread attached to this handler.

[Android Documentation]

Requirements

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