matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.sync.model
/
RoomSyncUnreadNotifications
/
RoomSyncUnreadNotifications
Room
Sync
Unread
Notifications
constructor
(
@
Json
(
name
=
"events"
)
events
:
List
<
Event
>
?
=
null
,
@
Json
(
name
=
"notification_count"
)
notificationCount
:
Int
?
=
null
,
@
Json
(
name
=
"highlight_count"
)
highlightCount
:
Int
?
=
null
)