public static final class BrowserContract.ImageMappings extends Object
A table that stores the mappings between the image and the URL.
Deleting or Updating a mapping might also deletes the mapped image if there is no other URL maps onto it.
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI of a single image mapping. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of image mappings. |
static Uri |
CONTENT_URI
The content:// style URI for this table
|
static String |
IMAGE_ID
The ID of the image in Images.
|
static String |
URL
The URL.
|
public static final Uri CONTENT_URI
public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of image mappings.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
of a single image mapping.public static final String IMAGE_ID
Type: INTEGER (long)
public static final String URL
Type: TEXT (URL)