protected static interface CalendarContract.RemindersColumns
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_ID
The event the reminder belongs to.
|
static String |
METHOD
The alarm method, as set on the server.
|
static int |
METHOD_ALARM |
static int |
METHOD_ALERT |
static int |
METHOD_DEFAULT |
static int |
METHOD_EMAIL |
static int |
METHOD_SMS |
static String |
MINUTES
The minutes prior to the event that the alarm should ring.
|
static int |
MINUTES_DEFAULT
Passing this as a minutes value will use the default reminder
minutes.
|
static final String EVENT_ID
Type: INTEGER (foreign key to the Events table)
static final String MINUTES
Type: INTEGER
static final int MINUTES_DEFAULT
static final String METHOD
METHOD_DEFAULT
,
METHOD_ALERT
, METHOD_EMAIL
, METHOD_SMS
and
METHOD_ALARM
are possible values; the device will only
process METHOD_DEFAULT
and METHOD_ALERT
reminders
(the other types are simply stored so we can send the same reminder
info back to the server when we make changes).static final int METHOD_DEFAULT
static final int METHOD_ALERT
static final int METHOD_EMAIL
static final int METHOD_SMS
static final int METHOD_ALARM