kin-android

kin-android / kin.utils / ResultCallback

ResultCallback

interface ResultCallback<T : Any!>

Functions

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