chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.media.events / MediaEvent / PlayerEventsAddedEvent

PlayerEventsAddedEvent

data class PlayerEventsAddedEvent : MediaEvent

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.

Official doc

Constructors

<init>

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.

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

Properties

events

val events: List<PlayerEvent>

playerId

val playerId: PlayerId