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