• Cancels a reminder for a specific notification.

    import {cancelReminder} from 'openfin-notifications';

    cancelReminder('uniqueNotificationId');

    Parameters

    • id: string

      ID of the notification to cancel the reminder for.

    Returns Promise<boolean>

    True if the reminder was canceled successfully, false otherwise.