ApiCallCallback

fun interface ApiCallCallback<T, E : Any>

Functions

Link copied to clipboard
abstract fun onApiResult(result: ApiResult<T, E>)