RoomNotificationState

enum RoomNotificationState : Enum<RoomNotificationState>

Defines the room notification state.

Entries

Link copied to clipboard

All the messages will trigger a noisy notification.

Link copied to clipboard

All the messages will trigger a notification.

Link copied to clipboard

Only the messages with user display name / user name will trigger notifications.

Link copied to clipboard

No notifications.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int