Package apple.eventkit.enums
Class EKReminderPriority
- java.lang.Object
-
- apple.eventkit.enums.EKReminderPriority
-
public final class EKReminderPriority extends java.lang.Object[@enum] EKReminderPriority A priority for a reminder. RFC 5545 allows priority to be specified with an integer in the range of 0-9, with 0 representing an undefined priority, 1 the highest priority, and 9 the lowest priority. Clients are encouraged to use these values when setting a reminders's priority, but is is possible to specify any integer value from 0 to 9. [@constant] EKReminderPriorityNone The reminder has no priority set. [@constant] EKReminderPriorityHigh The reminder is high priority. [@constant] EKReminderPriorityMedium The reminder is medium priority. [@constant] EKReminderPriorityLow The reminder is low priority.
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
High
public static final long High
- See Also:
- Constant Field Values
-
Medium
public static final long Medium
- See Also:
- Constant Field Values
-
Low
public static final long Low
- See Also:
- Constant Field Values
-
-