SuccessCallback

interface SuccessCallback

Callback that will be invoked when some asynchronous operation has finished.

Functions

Link copied to clipboard
@AnyThread
abstract fun onOperationDone(success: Boolean)
Invoked when asynchronous operation has finished.