interface ESPNotificationAdapterInterface {
    addNotificationListener(callback: Function): void;
}

Methods

  • Retrieves delivered notifications.

    Parameters

    • callback: Function

      The function to call with the delivered notifications.

    Returns void