SessionInfo

data class SessionInfo

A snapshot of the session an event belongs to.

Produced by the library and only read by callers, so its constructor is internal for the same reason Envelope's is — see ../../../../../../../docs/adr/0001-public-api-evolution.md §2a. Reached through Envelope.session; tests build one via testEnvelope(...) in autograph-test.

Properties

Link copied to clipboard
val id: String
Link copied to clipboard