Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Obtains a Bundle of arbitrary data associated with this
event, lazily creating it if necessary. Set this value by calling
Message.Data. Note that when transferring data across
processes via Android.OS.Messenger, you will need to set your ClassLoader
on the Bundle via Bundle.SetClassLoader(Java.Lang.ClassLoader) so that it can instantiate your objects when
you retrieve them.
Set method documentation [Android Documentation]
Sets a Bundle of arbitrary data values. Use arg1 and arg2 members
as a lower cost way to send a few simple integer values, if you can.