HttpCallback(androidJvm)

open class HttpCallback(androidJvm) : CallbackWrapper.RequestCallback

Constructors

HttpCallback
Link copied to clipboard
open fun HttpCallback(request: HttpRequest, callback: HttpResponseCallback)

Functions

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