matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.room.summary
/
RoomAggregateNotificationCount
Room
Aggregate
Notification
Count
data
class
RoomAggregateNotificationCount
(
val
notificationCount
:
Int
,
val
highlightCount
:
Int
)
Members
Constructors
Room
Aggregate
Notification
Count
Link copied to clipboard
constructor
(
notificationCount
:
Int
,
highlightCount
:
Int
)
Properties
highlight
Count
Link copied to clipboard
val
highlightCount
:
Int
is
Highlight
Link copied to clipboard
val
isHighlight
:
Boolean
notification
Count
Link copied to clipboard
val
notificationCount
:
Int
total
Count
Link copied to clipboard
val
totalCount
:
Int