Request Task Completion Source
public class RequestTaskCompletionSource<T> implements Response.Listener<T>, Response.ErrorListener
Content copied to clipboard
Handy class to wrap Bolt's tasks around a volley request. Can be used as both the response listener and error listener of a volley request.
Parameters
<T>
The response type of the request.
Functions
new Completion Source
Link copied to clipboard
on Error Response
Link copied to clipboard
on Response
Link copied to clipboard