onSuccess

abstract fun onSuccess(result: R)

Called when the operation has completed successfully.

Parameters

result

The result of the operation.