Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Retrieve the current result data, as set by the previous receiver.
Often this is null.
Set method documentation [Android Documentation]
Change the current result data of this broadcast; only works with
broadcasts sent through
Context.SendOrderedBroadcast(Intent, System.String). This is an arbitrary
string whose interpretation is up to the broadcaster.
This method does not work with non-ordered broadcasts such as those sent with Context.SendBroadcast(Intent)