public static final class LineItemEventContract.LineItemEvents extends Object implements BaseColumns
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_DIRECTORY
Base content directory (table) for line item events.
|
static String |
CONTENT_ITEM_TYPE
The MIME type of a
CONTENT_URI subdirectory of a single order. |
static String |
CONTENT_TYPE
The MIME type of
CONTENT_URI providing a directory of orders. |
static Uri |
CONTENT_URI
The content:// style URI for the line item events table.
|
static String |
QUERY_ITEM_ID
When present on a notification URI this indicates that the given item IDs
(database IDs, see
BaseColumns._ID ) have changed. |
_COUNT, _ID
public static final String CONTENT_DIRECTORY
public static final Uri CONTENT_URI
public static final String QUERY_ITEM_ID
BaseColumns._ID
) have changed. Use Uri.getQueryParameters(String)
to obtain the multiple values.public static final String CONTENT_TYPE
CONTENT_URI
providing a directory of orders.public static final String CONTENT_ITEM_TYPE
CONTENT_URI
subdirectory of a single order.