Android.OS.Handler.ObtainMessage Method
Same as Handler.ObtainMessage, except that it also sets the what member of the returned Message.

Syntax

[Android.Runtime.Register("obtainMessage", "(I)Landroid/os/Message;", "")]
public Message ObtainMessage (int what)

Parameters

what
Value to assign to the returned Message.what field.

Returns

Documentation for this section has not yet been entered.

Remarks

Same as Handler.ObtainMessage, except that it also sets the what member of the returned Message.

[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