getTimelineEvent

abstract fun getTimelineEvent(eventId: String): TimelineEvent?

Returns a snapshot of TimelineEvent event with eventId. At the opposite of getTimelineEventLive which will be updated when local echo event is synced, it will return null in this case.

Parameters

eventId

the eventId to get the TimelineEvent