Message.Data Property

Definition

Obtains a Bundle of arbitrary data associated with this event, lazily creating it if necessary. -or- Sets a Bundle of arbitrary data values.

public Android.OS.Bundle? Data { [Android.Runtime.Register("getData", "()Landroid/os/Bundle;", "")] get; [Android.Runtime.Register("setData", "(Landroid/os/Bundle;)V", "")] set; }
[<get: Android.Runtime.Register("getData", "()Landroid/os/Bundle;", "")>]
[<set: Android.Runtime.Register("setData", "(Landroid/os/Bundle;)V", "")>]
member this.Data : Android.OS.Bundle with get, set

Property Value

Bundle
Attributes

Remarks

Property getter documentation:

Java documentation for android.os.Message.getData().

Property setter documentation:

Java documentation for android.os.Message.setData(android.os.Bundle).

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

See also