send

open fun send(resultCode: Int, resultData: Bundle)(source)

Deliver a result to this receiver. Will call onReceiveResult, always asynchronously if the receiver has supplied a Handler in which to dispatch the result.

Parameters

resultCode

Arbitrary result code to deliver, as defined by you.

resultData

Any additional data provided by you.