android.provider
Interface Checkin.Properties
- All Superinterfaces:
- BaseColumns
- Enclosing class:
- Checkin
public static interface Checkin.Properties
- extends BaseColumns
The properties table is a set of tagged values sent with every checkin.
Unlike statistics or events, they are not cleared after being uploaded.
Multiple properties inserted with the same tag overwrite each other.
TABLE_NAME
static final String TABLE_NAME
- See Also:
- Constant Field Values
CONTENT_URI
static final Uri CONTENT_URI
TAG
static final String TAG
- See Also:
- Constant Field Values
VALUE
static final String VALUE
- See Also:
- Constant Field Values
Please submit a feedback, bug or feature