ResultCallback

interface ResultCallback<S, F> : Callback

Callback with added onResult method.

Functions

Link copied to clipboard

Callback function uses functionality that is not available

Link copied to clipboard
abstract fun onResult(result: Result<S, F>)

Result of the callback; either successful or not, see Result.