Glide
volley
/
com.bumptech.glide.integration.volley
/
VolleyRequestFactory
Volley
Request
Factory
interface
VolleyRequestFactory
Content copied to clipboard
Used to construct a custom Volley request, such as for authentication header decoration.
Functions
Functions
create
Link copied to clipboard
abstract
fun
create
(
url
:
String
,
callback
:
DataCallback<? super InputStream>
,
priority
:
Priority
,
headers
:
Map
<
String
,
String
>
)
:
Request<byte[]>
Content copied to clipboard
Returns a Volley request for the given image url.