android-sdk (1.4.3) / com.techcentrix.sdk.util / FutureListener / onDone
onDone
abstract fun onDone(future: Future<V>): Unit
Invoked when the Future completes, regardless of how (normally, due to an exception, or cancelled).
Parameters
future - the completed Future