Package-level declarations

Types

Link copied to clipboard
interface ErrorParser<T>
Link copied to clipboard
class RetrofitCall<T : Any>(call: Call<T>, errorParser: ErrorParser<*>, scope: CoroutineScope) : Call<T>
Link copied to clipboard
class RetrofitCallAdapterFactory : CallAdapter.Factory