Get Notification Tray Seen

Unseen Status Detection

Determine whether there are unseen notifications in the tray

Cross-device Sync

Manage seen status across multiple client devices

Overview

The getNotificationTraySeen() method allows your app to determine whether there are unseen notifications by retrieving the current isSeen status of the notification tray. This is particularly useful for reflecting read/unread indicators in the UI—such as toggling a bell icon badge—based on whether new notifications have arrived since the tray was last viewed.
The seen status is managed on the server and may be affected by actions from other devices. However, the state is not updated via real-time events, and thus requires manual refresh to stay current.

Refresh Strategies

Cross-device Update Behavior

Error Handling

Best Practices