kin-android / kin.utils / ResultCallback
interface ResultCallback<T : Any!>
| Name | Summary |
|---|---|
| onError | Method will be called when operation has failedabstract fun onError(e: Exception!): Unit |
| onResult | Method will be called when operation has completed successfullyabstract fun onResult(result: T): Unit |