Android.OS.Message.Obtain Method
Same as Message.Obtain, but sets the values for both target and what members on the Message.

Syntax

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

Parameters

h
Value to assign to the target member.
what
Value to assign to the what member.

Returns

Documentation for this section has not yet been entered.

Remarks

Same as Message.Obtain, but sets the values for both target and what members on the 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