Android.OS.Message: Property Members

The properties of Android.OS.Message are listed below. For a list of all members, see the Message Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

Arg1int. arg1 and arg2 are lower-cost alternatives to using Message.Data if you only need to store a few integer values.
Arg2int. arg1 and arg2 are lower-cost alternatives to using Message.Data if you only need to store a few integer values.
[read-only]
CallbackJava.Lang.IRunnable. Retrieve callback object that will execute when this message is handled.
[read-only]
static
CreatorIParcelableCreator.
DataBundle. Obtains a Bundle of arbitrary data associated with this event, lazily creating it if necessary.
ObjJava.Lang.Object. An arbitrary object to send to the recipient.
ReplyToMessenger. Optional Messenger where replies to this message can be sent.
SendingUidint. Optional field indicating the uid that sent the message.
TargetHandler. Retrieve the a Android.OS.Handler implementation that will receive this message.
Whatint. User-defined message code so that the recipient can identify what this message is about.
[read-only]
Whenlong. Return the targeted delivery time of this message, in milliseconds.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.