Android.OS.Message.Obtain Method
Same as Message.Obtain, but sets the value for the target member on the Message returned.

Syntax

[Android.Runtime.Register("obtain", "(Landroid/os/Handler;)Landroid/os/Message;", "")]
public static Message Obtain (Handler h)

Parameters

h
Handler to assign to the returned Message object's target member.

Returns

Documentation for this section has not yet been entered.

Remarks

Same as Message.Obtain, but sets the value for the target member on the Message returned.

[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