class CallbackResult<T> : Callback<T>
Helper for connecting the Retrofit2 Callback into Result completion |
|
class CallbackResultConvert<T : ApiResultInterface, R> : Callback<T>
Helper for connecting the Retrofit2 Callback into Result completion with a convertion of the data received |
|
sealed class Result<out V, out E>
Used to represent whether a sdk operation was successful or encountered an error |