onOperationDone

@AnyThread
abstract fun onOperationDone(success: Boolean)

Invoked when asynchronous operation has finished. Note that invocation can happen on either background or UI thread.

Parameters

success

Whether or not operation has succeeded.