eventId property

String? eventId
getter/setter pair

A unique client-generated UUID for this specific event instance.

Used for server-side idempotency and deduplication. Submitting an event with a previously recorded event_id for the same player will be ignored.

Required.

Implementation

core.String? eventId;