Handler.SendEmptyMessage(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends a Message containing only the what value.
[Android.Runtime.Register("sendEmptyMessage", "(I)Z", "")]
public bool SendEmptyMessage (int what);
[<Android.Runtime.Register("sendEmptyMessage", "(I)Z", "")>]
member this.SendEmptyMessage : int -> bool
Parameters
- what
- Int32
Returns
Returns true if the message was successfully placed in to the message queue. Returns false on failure, usually because the looper processing the message queue is exiting.
- Attributes
Remarks
Sends a Message containing only the what value.
Java documentation for android.os.Handler.sendEmptyMessage(int)
.
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.