ResultCallback

interface ResultCallback

Callback invoked once a request operation completes. In case of cancel request, this callback does not report if the actual cancelation worked or not.

Parameters

result

\c true on successfull call; otherwise, it is invoked with \c false.

Functions

run
Link copied to clipboard
abstract fun run(result: Boolean)