create Timeline
abstract fun createTimeline(eventId: String?, settings: TimelineSettings): Timeline
Content copied to clipboard
Instantiate a Timeline with an optional initial eventId, to be used with permalink. You can also configure some settings with the settings param.
Important: the returned Timeline has to be started
Return
the instantiated timeline
Parameters
event Id
the optional initial eventId.
settings
settings to configure the timeline.