Android.OS.Handler.SendMessage Method
Pushes a message onto the end of the message queue after all pending messages before the current time.

Syntax

[Android.Runtime.Register("sendMessage", "(Landroid/os/Message;)Z", "")]
public bool SendMessage (Message msg)

Parameters

msg
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Pushes a message onto the end of the message queue after all pending messages before the current time. It will be received 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