Android.OS.Message.Obj Property
An arbitrary object to send to the recipient.

Syntax

[Android.Runtime.Register("obj")]
public Java.Lang.Object Obj { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

An arbitrary object to send to the recipient. When using Android.OS.Messenger to send the message across processes this can only be non-null if it contains a Parcelable of a framework class (not one implemented by the application). For other data transfer use Message.Data.

Note that Parcelable objects here are not supported prior to the NoType:android/os/Build$VERSION_CODES;Href=../../../reference/android/os/Build.VERSION_CODES.html#FROYO release.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1