Message.What Property

Definition

User-defined message code so that the recipient can identify what this message is about.

[Android.Runtime.Register("what")]
public int What { get; set; }
[<Android.Runtime.Register("what")>]
member this.What : int with get, set

Property Value

Attributes

Remarks

User-defined message code so that the recipient can identify what this message is about. Each Handler has its own name-space for message codes, so you do not need to worry about yours conflicting with other handlers.

Java documentation for android.os.Message.what.

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