Unblu Floating JS API
    Preparing search index...

    Type Alias NotificationCountChangeListener

    NotificationCountChangeListener: (count: number) => void

    Listener called whenever a person's notification count (i.e. unread messages) changes.

    Type Declaration

      • (count: number): void
      • Parameters

        • count: number

          The number of unseen notifications.

        Returns void