VolleyRequestFactory

interface VolleyRequestFactory

Used to construct a custom Volley request, such as for authentication header decoration.

Functions

Link copied to clipboard
abstract fun create(    url: String,     callback: DataCallback<? super InputStream>,     priority: Priority,     headers: Map<String, String>): Request<byte[]>
Returns a Volley request for the given image url.