For the complete documentation index, see llms.txt. This page is also available as Markdown.

EventTimelineDelegate

EventTimelineDelegate API

onEventTimelineUpdate()

Receives updated timeline events.

@objc func onEventTimelineUpdate(event: SENTTimelineEvent)

onProvisionalAwareEventTimelineUpdate()

Receives updated timeline events that may include provisional events. See isProvisional.

@objc optional func onProvisionalAwareEventTimelineUpdate(event: SENTTimelineEvent)

Last updated