sendResult

abstract fun sendResult(result: DropInServiceResult)

Allows sending the result of the /payments and /payments/details network calls.

Call this method with a DropInServiceResult depending on the response of the corresponding network call.

Check the subclasses of DropInServiceResult for more information.

Parameters

result

the result of the network call.