RoomAggregateNotificationCount

data class RoomAggregateNotificationCount(val notificationCount: Int, val highlightCount: Int)

Constructors

Link copied to clipboard
fun RoomAggregateNotificationCount(notificationCount: Int, highlightCount: Int)

Properties

Link copied to clipboard
val highlightCount: Int
Link copied to clipboard
val isHighlight: Boolean
Link copied to clipboard
val notificationCount: Int
Link copied to clipboard
val totalCount: Int