Uses of Class
io.github.ma1uta.matrix.client.model.sync.UnreadNotificationCounts
-
Packages that use UnreadNotificationCounts Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of UnreadNotificationCounts in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as UnreadNotificationCounts Modifier and Type Field Description private UnreadNotificationCounts
JoinedRoom. unreadNotifications
Counts of unread notifications for this room.Methods in io.github.ma1uta.matrix.client.model.sync that return UnreadNotificationCounts Modifier and Type Method Description UnreadNotificationCounts
JoinedRoom. getUnreadNotifications()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type UnreadNotificationCounts Modifier and Type Method Description void
JoinedRoom. setUnreadNotifications(UnreadNotificationCounts unreadNotifications)
-