Share via


TestLooperManager.Recycle(Message) Method

Definition

Called to indicate that a Message returned by #next() has been parsed and should be recycled.

[Android.Runtime.Register("recycle", "(Landroid/os/Message;)V", "GetRecycle_Landroid_os_Message_Handler", ApiSince=26)]
public virtual void Recycle (Android.OS.Message? msg);
[<Android.Runtime.Register("recycle", "(Landroid/os/Message;)V", "GetRecycle_Landroid_os_Message_Handler", ApiSince=26)>]
abstract member Recycle : Android.OS.Message -> unit
override this.Recycle : Android.OS.Message -> unit

Parameters

msg
Message
Attributes

Remarks

Called to indicate that a Message returned by #next() has been parsed and should be recycled.

Java documentation for android.os.TestLooperManager.recycle(android.os.Message).

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