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 Timeline
JoinedRoom. timeline
The timeline of messages and state changes in the room.private Timeline
LeftRoom. timeline
The 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 Timeline
JoinedRoom. getTimeline()
Timeline
LeftRoom. getTimeline()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type Timeline Modifier and Type Method Description void
JoinedRoom. setTimeline(Timeline timeline)
void
LeftRoom. setTimeline(Timeline timeline)
-