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.
<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>) |
events |
val events: List<PlayerEvent> |
playerId |
val playerId: PlayerId |