DataSource

enum DataSource : Enum<DataSource>

Represents the source that an image was loaded from.

See also

Entries

NETWORK
Link copied to clipboard

Represents a network-based data source (e.g. HttpUrl).

DISK
Link copied to clipboard

Represents a disk-based data source (e.g. DrawableRes, File).

MEMORY
Link copied to clipboard

Represents an in-memory data source (e.g. Bitmap, ByteBuffer).

MEMORY_CACHE
Link copied to clipboard

Represents an ImageLoader's memory cache.

Properties

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