protected static interface CalendarContract.RemindersColumns
android.provider.CalendarContract.RemindersColumns |
Known Indirect Subclasses |
Constants |
|
---|---|
String |
EVENT_ID 提醒属于的事件。 |
String |
METHOD 警报方法,如在服务器上设置的。 |
int |
METHOD_ALARM |
int |
METHOD_ALERT |
int |
METHOD_DEFAULT |
int |
METHOD_EMAIL |
int |
METHOD_SMS |
String |
MINUTES 事件发生前的分钟,警报响起。 |
int |
MINUTES_DEFAULT 以分钟值传递此值将使用默认提醒分钟数。 |
String METHOD
警报方法,如在服务器上设置的。 METHOD_DEFAULT
, METHOD_ALERT
, METHOD_EMAIL
, METHOD_SMS
和METHOD_ALARM
是可能的值; 该设备将仅处理METHOD_DEFAULT
和METHOD_ALERT
提醒(其他类型只是简单地存储,因此我们可以在修改时将相同的提醒信息发送回服务器)。
常数值:“方法”
String MINUTES
事件发生前的分钟,警报响起。 -1指定我们应该使用系统的默认值。 列名称。
类型:INTEGER
常数值:“分钟”