-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum DataSource extends Enum<DataSource>
Represents the source that an image was loaded from.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NETWORKRepresents a network-based data source (e.g. HttpUrl).
DISKRepresents a disk-based data source (e.g. DrawableRes, File).
MEMORYRepresents an in-memory data source (e.g. Bitmap, ByteBuffer).
MEMORY_CACHERepresents an ImageLoader's memory cache.
This is a special data source as it means the request was short circuited and skipped the full image pipeline.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-