public static interface PhotoContract.PhotoViewColumns
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_TYPE
This string column is the MIME type.
|
static String |
CONTENT_URI
This column is a
Uri that points to the downloaded local file. |
static String |
LOADING_INDICATOR
This boolean column indicates that a loading indicator should display permanently
if no image urls are provided.
|
static String |
NAME
This column is a
String that can be queried for this
individual image to return a displayable name. |
static String |
THUMBNAIL_URI
This column is a
Uri that points to a thumbnail of the image
that ideally is a local file. |
static String |
URI
This column is a
Uri that can be queried
for this individual image (resulting cursor has one single row for this image). |
static final String URI
Uri
that can be queried
for this individual image (resulting cursor has one single row for this image).static final String NAME
String
that can be queried for this
individual image to return a displayable name.static final String CONTENT_URI
Uri
that points to the downloaded local file.
Can be null.static final String THUMBNAIL_URI
Uri
that points to a thumbnail of the image
that ideally is a local file.
Can be null.static final String CONTENT_TYPE
static final String LOADING_INDICATOR