Glide
Glide
/
com.bumptech.glide.request
/
RequestCoordinator
/
RequestState
Request
State
enum
RequestState
Content copied to clipboard
A simple state enum to keep track of the states of individual subrequests.
Entries
Functions
Entries
RUNNING
Link copied to clipboard
RUNNING
Content copied to clipboard
PAUSED
Link copied to clipboard
PAUSED
Content copied to clipboard
CLEARED
Link copied to clipboard
CLEARED
Content copied to clipboard
SUCCESS
Link copied to clipboard
SUCCESS
Content copied to clipboard
FAILED
Link copied to clipboard
FAILED
Content copied to clipboard
Functions
value
Of
Link copied to clipboard
open
fun
valueOf
(
name
:
String
)
:
RequestCoordinator.RequestState
Content copied to clipboard
values
Link copied to clipboard
open
fun
values
(
)
:
Array
<
RequestCoordinator.RequestState
>
Content copied to clipboard