pl.wendigo.chrome.api.media / PlayerEventsAddedEvent

PlayerEventsAddedEvent

data class PlayerEventsAddedEvent : Event (source)

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

Link
Media#playerEventsAdded event documentation.

Constructors

<init>

PlayerEventsAddedEvent(playerId: PlayerId, events: List<PlayerEvent>)

Send events as a list, allowing them to be batched on the browser for less congestion. If batched, events must ALWAYS be in chronological order.

Properties

events

val events: List<PlayerEvent>

playerId

val playerId: PlayerId

Inherited Functions

protocolDomain

fun protocolDomain(): String