bloombox / bloombox.client.services.telemetry / TelemetryClient / EventContext / group

group

val group: String? (source)

Group or session ID for an event. Generated upon initialization of a new session, which happens client-side, without consulting the server. Basically, it can be specified as any string to correlate events of a single "session." It is usually implemented as a hashed UUID to guarantee a reasonable level of collision resistance.