Factory
Constructor for a new Factory that runs requests using a static singleton request queue.
Constructor for a new Factory that runs requests using the given RequestQueue.
open fun Factory(requestQueue: RequestQueue, requestFactory: VolleyRequestFactory)
Content copied to clipboard
Constructor for a new Factory with a custom Volley request factory that runs requests using the given RequestQueue.