Android.OS.Message.Obtain Method
Same as Message.Obtain, but copies the values of an existing message (including its target) into the new one.

Syntax

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

Parameters

orig
Original message to copy.

Returns

Documentation for this section has not yet been entered.

Remarks

Same as Message.Obtain, but copies the values of an existing message (including its target) into the new one.

[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