- code
- The new result code. 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.
- data
- The new result data. This is an arbitrary string whose interpretation is up to the broadcaster; may be null.
- extras
- The new extra data map. This is a Bundle holding arbitrary data, whose interpretation is up to the broadcaster. Can be set to null. This completely replaces the current map (if any).
Change all of the result data returned from this broadcasts; only works with broadcasts sent through Context.SendOrderedBroadcast(Intent, System.String). All current result data is replaced by the value given to this method.
This method does not work with non-ordered broadcasts such as those sent with Context.SendBroadcast(Intent)