ReportClientEventRequest

data class ReportClientEventRequest(@Json(name = "events") val events: List<ClientEvent> = emptyList())

Reports a batch of client-side telemetry events. Each event is validated and processed independently; one invalid event does not block the rest of the batch.

Constructors

Link copied to clipboard
constructor(@Json(name = "events") events: List<ClientEvent> = emptyList())

Properties

Link copied to clipboard