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 UnreadNotificationCountsJoinedRoom. unreadNotificationsCounts of unread notifications for this room.Methods in io.github.ma1uta.matrix.client.model.sync that return UnreadNotificationCounts Modifier and Type Method Description UnreadNotificationCountsJoinedRoom. getUnreadNotifications()Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type UnreadNotificationCounts Modifier and Type Method Description voidJoinedRoom. setUnreadNotifications(UnreadNotificationCounts unreadNotifications)
-