• Get the total count of notifications from all applications.

    import {getNotificationsCount} from 'openfin-notifications';

    getNotificationsCount();

    Returns Promise<number>

Generated using TypeDoc