AboutSupportDeveloper GuideVersion 22.3.18

Extended configuration options for the notification creation.

interface NotificationCreationOptions {
    reminderDate?: Date;
}

Properties

Properties

reminderDate?: Date

The date on which the notification will be removed from reminders category and recreated created as regular notification.

If this date is earlier than the notification creation time, the notification will be created immediately. Cannot be earlier than the expiry date, if set.