public static interface

Checkin.Events

implements BaseColumns
android.provider.Checkin.Events

Class Overview

The events table is a log of important timestamped occurrences. Each event has a type tag and an optional string value. If too many events are added before they can be reported, the content provider will erase older events to limit the table size.

Summary

Nested Classes
enum Checkin.Events.Tag Valid tag values. 
Constants
String DATE
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 DATE

Constant Value: "date"

public static final String TABLE_NAME

Constant Value: "events"

public static final String TAG

Constant Value: "tag"

public static final String VALUE

Constant Value: "value"

Fields

public static final Uri CONTENT_URI