LineItemEvents

The contract for accessing the line item events table in this content provider.

Properties

Link copied to clipboard
public final static String _COUNT
Link copied to clipboard
public final static String _ID
Link copied to clipboard
public final static String CLIENT_CREATED_TIME
A long, the time in milliseconds this event was created in the cloud.
Link copied to clipboard
public final static String CONTENT_DIRECTORY
Base content directory (table) for line item events.
Link copied to clipboard
public final static String CONTENT_ITEM_TYPE
The MIME type of a CONTENT_URI subdirectory of a single order.
Link copied to clipboard
public final static String CONTENT_TYPE
The MIME type of CONTENT_URI providing a directory of orders.
Link copied to clipboard
public final static Uri CONTENT_URI
The content:// style URI for the line item events table.
Link copied to clipboard
public final static String CREATED_TIME
A long, the time in milliseconds this event was created on the client.
Link copied to clipboard
public final static String DEVICE_ID
A String, device id where the line_item is marked ready/complete.
Link copied to clipboard
public final static String ID
A String, the 13-character Clover UUID of this event.
Link copied to clipboard
public final static String LINE_ITEM_ID
A String, the 13-character Clover line item UUID corresponding to this event.
Link copied to clipboard
public final static String LINE_ITEM_INFO
A String line item info has line item info in form of json object string.
Link copied to clipboard
public final static String ORDER_ID
A String, the 13-character Clover order UUID corresponding to this event.
Link copied to clipboard
public final static String QUERY_ITEM_ID
When present on a notification URI this indicates that the given item IDs (database IDs, see _ID) have changed.
Link copied to clipboard
public final static String REFERENCE_ID
A String, the 13-character reference id which holds Clover UUID.
Link copied to clipboard
public final static String TYPE
A String, the type of the event.