kin-android

kin-android / org.kin.sdk.base.tools / Callback

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.

Functions

Name Summary
onCompleted abstract fun onCompleted(value: T? = null, error: Throwable? = null): Unit