Status

enum Status : Enum<Status>

The current status of a flow

There is no well established graph that defines the valid Status transitions. Depending on various factors like the parameters of the request, whether or not the resource is in the memory cache, or even various calls to Glide's APIs, these may be emitted in different orders. As an example, RUNNING is skipped if a request can be immediately completed from the memory cache.

See flow for more details.

Entries

Link copied to clipboard

The load is not started or has been cleared.

Link copied to clipboard

At least the primary load is still in progress.

Link copied to clipboard

The primary load or the error load (RequestBuilder.error) associated with the primary have finished successfully.

Link copied to clipboard

The primary load has failed. One or more thumbnails may have succeeded.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int