Android.OS.Message.Obtain Method
Return a new Message instance from the global pool.

Syntax

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

Returns

Documentation for this section has not yet been entered.

Remarks

Return a new Message instance from the global pool. Allows us to avoid allocating new objects in many cases.

[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