loadBefore
open suspend override fun loadBefore(config: GetTimelineEventsConfig.() -> Unit): TimelineStateChange<T>
Load new events before the oldest event. With default config this may suspend until at least one event can be loaded.
This will also suspend until init is finished.
Parameters
config
The config for getting TimelineEvents.