Specifies the type of a reminder.
Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model
Java
![]() |
---|
public enum ReminderType |
Member name | Description | |
---|---|---|
![]() |
Exact |
Trigger the reminder at the exact time specified by its Reminder.getTime method. Note: Recurring items cannot have exact reminders. |
![]() |
Leading |
Trigger the reminder at the time specified by Reminder.getTimeInterval before the item's scheduled start time. Note: Tasks cannot have leading reminders. |