• Cancels a reminder for a specific notification.

    import {cancelReminder} from 'openfin-notifications';

    cancelReminder('uniqueNotificationId');

    Returns

    True if the reminder was canceled successfully, false otherwise.

    Parameters

    • id: string

      ID of the notification to cancel the reminder for.

    Returns Promise<boolean>

Generated using TypeDoc