didComplete

abstract fun didComplete(request: HttpRequest, result: NetworkResult)

Called when a network request is completed along with the corresponding result.

Parameters

request

The HttpRequest object representing the completed request.

result

The NetworkResult object representing the result of the request.