ResponseDeliverypublic interface ResponseDelivery
Methods Summary |
---|
public void | postError(Request request, VolleyError error)Posts an error for the given request.
| public void | postResponse(Request request, Response response)Parses a response from the network or cache and delivers it.
| public void | postResponse(Request request, Response response, java.lang.Runnable runnable)Parses a response from the network or cache and delivers it. The provided
Runnable will be executed after delivery.
|
|