EventSender

interface EventSender

Sender that propagates to the receiver the StreamTimelineEvent with optional StreamTimelineMetadata payload related to stream timeline changes and also suggests Action that the receiver should take.

Inheritors

Functions

Link copied to clipboard
abstract fun send(streamTimelineEvent: StreamTimelineEvent, suggestedAction: Action, streamTimelineMetadata: StreamTimelineMetadata? = null)

Sends the event, action, and metadata related to stream timeline changes.