android.provider
Interface CalendarContract.RemindersColumns

All Known Implementing Classes:
CalendarContract.Reminders
Enclosing class:
CalendarContract

protected static interface CalendarContract.RemindersColumns


Field Summary
static String EVENT_ID
           
static String METHOD
           
static int METHOD_ALERT
           
static int METHOD_DEFAULT
           
static int METHOD_EMAIL
           
static int METHOD_SMS
           
static String MINUTES
           
static int MINUTES_DEFAULT
           
 

Field Detail

EVENT_ID

static final String EVENT_ID
See Also:
Constant Field Values

MINUTES

static final String MINUTES
See Also:
Constant Field Values

MINUTES_DEFAULT

static final int MINUTES_DEFAULT
See Also:
Constant Field Values

METHOD

static final String METHOD
See Also:
Constant Field Values

METHOD_DEFAULT

static final int METHOD_DEFAULT
See Also:
Constant Field Values

METHOD_ALERT

static final int METHOD_ALERT
See Also:
Constant Field Values

METHOD_EMAIL

static final int METHOD_EMAIL
See Also:
Constant Field Values

METHOD_SMS

static final int METHOD_SMS
See Also:
Constant Field Values


Copyright © 2008-2012. All Rights Reserved.