RequestCallback

interface RequestCallback

Functions

onFailure
Link copied to clipboard
abstract fun onFailure(error: HttpRequestError, interceptor: HttpServiceInterceptorInterface)
onResponse
Link copied to clipboard
abstract fun onResponse(call: Call, response: Response, interceptor: HttpServiceInterceptorInterface)

Inheritors

HttpCallback
Link copied to clipboard
DownloadGetCallback
Link copied to clipboard