Android.OS.MessageQueue Class
Low-level class holding the list of messages to be dispatched by a Android.OS.Looper.

See Also: MessageQueue Members

Syntax

[Android.Runtime.Register("android/os/MessageQueue", DoNotGenerateAcw=true)]
public class MessageQueue : Java.Lang.Object

Remarks

Low-level class holding the list of messages to be dispatched by a Android.OS.Looper. Messages are not added directly to a MessageQueue, but rather through Android.OS.Handler objects associated with the Looper.

You can retrieve the MessageQueue for the current thread with Looper.MyQueue.

[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