- resultCode
- Arbitrary result code to deliver, as defined by you.
- resultData
- Any additional data provided by you.
Deliver a result to this receiver. Will call ResultReceiver.OnReceiveResult(int, Android.OS.Bundle), always asynchronously if the receiver has supplied a Handler in which to dispatch the result.