Unblu Branch Client App Component API
    Preparing search index...

    Type Alias NotificationCountChangeListener

    NotificationCountChangeListener: (count: number) => void

    Listener called whenever the notification count of a person (i.e. unread messages) changes.

    Type declaration

      • (count: number): void
      • Parameters

        • count: number

          The number of unseen notifications.

        Returns void