Room Aggregate Notification Count
data class RoomAggregateNotificationCount(val notificationCount: Int, val highlightCount: Int)
Content copied to clipboard
Constructors
Link copied to clipboard
fun RoomAggregateNotificationCount(notificationCount: Int, highlightCount: Int)
Content copied to clipboard