Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Retrieve the current result code, as set by the previous receiver.
Set method documentation [Android Documentation]
Change the current result code of this broadcast; only works with
broadcasts sent through
Context.SendOrderedBroadcast(Intent, System.String). Often uses the
Activity Android.App.Activity.RESULT_CANCELED and
Android.App.Activity.RESULT_OK constants, though the
actual meaning of this value is ultimately up to the broadcaster.
This method does not work with non-ordered broadcasts such as those sent with Context.SendBroadcast(Intent)