kin-android / kin.utils / ResultCallback / onResult
abstract fun onResult(result: T): Unit
abstract fun onResult(result: T):
Unit
Method will be called when operation has completed successfully
result - T: the result received
result