Member Junction
    Preparing search index...

    Service for managing notifications across conversations Provides real-time notification tracking, persistence, and cross-tab synchronization

    Index

    Constructors

    Properties

    changeEvents$: Observable<NotificationChangeEvent> = ...
    hasAnyNotifications$: Observable<boolean> = ...
    notificationItems$: Observable<NotificationItem[]> = ...
    notifications$: Observable<Record<string, ConversationNotification>> = ...
    preferences$: Observable<NotificationPreferences> = ...
    totalUnreadCount$: Observable<number> = ...

    Methods