EventSendableDelegate
public protocol EventSendableDelegate
Stream timeline event delegate contract.
-
Called on receving an Event, action and associated metadata. The client is adviced to perform suggested action on receiving an Event with Metadata
Declaration
Swift
func didReceive(event: StreamTimelineEvent, suggestedAction: Action, metadata: StreamTimelineMetadata?)