game / pragma.telemetry / TelemetryService / eventsOperatorV1 /
eventsOperatorV1 #
suspend fun eventsOperatorV1(session: OperatorSession, request: TelemetryRpc.EventsOperatorV1Request): TelemetryRpc.EventsOperatorV1Response
Persists a list of events. The event source is provided per event. This enables batch events sent on behalf of multiple sources, such as a tool that aggregates events before sending them to the telemetry service.
Plugins
PragmaResultErrors
- PragmaError.TelemetryService_FailedToPersistEvent - When a Pragma Engine-provided plugin implementation fails to persist some or all events.