AsyncOperationResultCallback(androidJvm)

Callback invoked once an asynchronous operation completes.

interface AsyncOperationResultCallback(androidJvm)

Parameters

result

An expected `result` which contains string describing an error if the operation was not successful, empty otherwise.

Functions

run
Link copied to clipboard
abstract fun run(result: Expected<String, None>)

Inheritors

AsyncOperationResultCallbackNative
Link copied to clipboard