Android.OS.Looper.MyQueue Method
Return the Android.OS.MessageQueue object associated with the current thread.

Syntax

[Android.Runtime.Register("myQueue", "()Landroid/os/MessageQueue;", "")]
public static MessageQueue MyQueue ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return the Android.OS.MessageQueue object associated with the current thread. This must be called from a thread running a Looper, or a NullPointerException will be thrown.

[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