StoredNotificationState
Allows to save the state of notification processing.
Inheritors
Types
Link copied to clipboard
@Serializable
@SerialName(value = "push")
There was push notification from external sources.
Link copied to clipboard
@Serializable
@SerialName(value = "read")
Notifications and this state are scheduled to be removed.
Link copied to clipboard
@Serializable
@SerialName(value = "sync_without_timeline")
The room has been received in a sync without a timeline.
Link copied to clipboard
@Serializable
@SerialName(value = "sync_with_timeline")
The room has been received in a sync with various information including a timeline.