kin-android / org.kin.sdk.base.tools / Callback
interface Callback<T> : Function<T>
onCompleted to be called when callback is complete with either a non null value or an error but never both.
| Name | Summary |
|---|---|
| onCompleted | abstract fun onCompleted(value: T? = null, error: Throwable? = null): Unit |