public static interface

Checkin.Properties

implements BaseColumns
android.provider.Checkin.Properties

Class Overview

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.

Summary

Nested Classes
enum Checkin.Properties.Tag Valid tag values, to be extended as necessary. 
Constants
String TABLE_NAME
String TAG
String VALUE
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
Fields
public static final Uri CONTENT_URI

Constants

public static final String TABLE_NAME

Constant Value: "properties"

public static final String TAG

Constant Value: "tag"

public static final String VALUE

Constant Value: "value"

Fields

public static final Uri CONTENT_URI