game / pragma.telemetry / TelemetryService / eventsServiceV1 /
eventsServiceV1 #
suspend fun eventsServiceV1(session: ServiceSession, request: TelemetryRpc.EventsServiceV1Request): TelemetryRpc.EventsServiceV1Response
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 service 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.