Request Callback
interface RequestCallback
Content copied to clipboard
Functions
onFailure
Link copied to clipboard
abstract fun onFailure(error: HttpRequestError, interceptor: HttpServiceInterceptorInterface)
Content copied to clipboard
onResponse
Link copied to clipboard
abstract fun onResponse(call: Call, response: Response, interceptor: HttpServiceInterceptorInterface)
Content copied to clipboard