AsyncOperationResultCallbackNative(androidJvm)

Callback invoked once an asynchronous operation completes.

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
open fun run(result: Expected<String, None>)