Interface: ISnoozeTimer
notification.types.ISnoozeTimer
property {number} timeoutId - The timeoutId returned when calling setTimout
property {string} notificationId - The id of the notification being snoozed
property {number} snoozeInterval - How long the is meant to be snooze for.
property {number} wakeEpochMilliseconds - The number of milliseconds after epoch that the timer should wake
Implemented by
Properties
notificationId
• Optional notificationId: string
snoozeInterval
• Optional snoozeInterval: number
timeoutId
• Optional timeoutId: Timeout
wakeEpochMilliseconds
• Optional wakeEpochMilliseconds: number