to top
Android APIs
Added in API level 14
protected static interface

CalendarContract.CalendarCacheColumns

android.provider.CalendarContract.CalendarCacheColumns
Known Indirect Subclasses

Summary


Constants
String KEY The key for the setting.
String VALUE The value of the given setting.

Constants


public static final String KEY

Added in API level 14

The key for the setting. Keys are defined in CalendarContract.CalendarCache.

Constant Value: "key"

public static final String VALUE

Added in API level 14

The value of the given setting.

Constant Value: "value"