Cancels a reminder for a specific notification.
import {cancelReminder} from 'openfin-notifications';cancelReminder('uniqueNotificationId');
True if the reminder was canceled successfully, false otherwise.
ID of the notification to cancel the reminder for.
Generated using TypeDoc
Cancels a reminder for a specific notification.
Returns
True if the reminder was canceled successfully, false otherwise.