get Timeline
open override fun getTimeline(roomId: RoomId, decryptionTimeout: Duration, fetchTimeout: Duration, limitPerFetch: Long, loadingSize: Long): Timeline
Returns a Timeline for a room.
Parameters
loading Size
When using Timeline.init, Timeline.loadBefore or Timeline.loadAfter this is the max size of events, that are added to the timeline. This refers to events found locally. Use limitPerFetch, when you want to control the size of events requests from the server.