Type alias NotificationCountChangeListener

NotificationCountChangeListener: ((count) => void)

Type declaration

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

      Parameters

      • count: number

        The number of unseen notifications.

      Returns void