Share via


TestLooperManager.MessageQueue Property

Definition

Returns the MessageQueue this object is wrapping.

public virtual Android.OS.MessageQueue? MessageQueue { [Android.Runtime.Register("getMessageQueue", "()Landroid/os/MessageQueue;", "GetGetMessageQueueHandler", ApiSince=26)] get; }
[<get: Android.Runtime.Register("getMessageQueue", "()Landroid/os/MessageQueue;", "GetGetMessageQueueHandler", ApiSince=26)>]
member this.MessageQueue : Android.OS.MessageQueue

Property Value

Attributes

Remarks

Returns the MessageQueue this object is wrapping.

Java documentation for android.os.TestLooperManager.getMessageQueue().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to