Uses of Class
io.github.ma1uta.matrix.client.model.sync.Timeline
-
Packages that use Timeline Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of Timeline in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as Timeline Modifier and Type Field Description private TimelineJoinedRoom. timelineThe timeline of messages and state changes in the room.private TimelineLeftRoom. timelineThe timeline of messages and state changes in the room up to the point when the user left.Methods in io.github.ma1uta.matrix.client.model.sync that return Timeline Modifier and Type Method Description TimelineJoinedRoom. getTimeline()TimelineLeftRoom. getTimeline()Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type Timeline Modifier and Type Method Description voidJoinedRoom. setTimeline(Timeline timeline)voidLeftRoom. setTimeline(Timeline timeline)
-