Package-level declarations

Types

Link copied to clipboard
data class Client(token: String, deviceType: Client.DeviceType, version: String)

Information about the client an event is tied to.

Link copied to clipboard
Link copied to clipboard
sealed class Event<T : Event.Payload>
Link copied to clipboard
Link copied to clipboard
sealed class PlayLog<T : Event.Payload> : Event<T>
Link copied to clipboard
Link copied to clipboard
data class User(id: Long, clientId: Int?, sessionId: String)

Information about the user an event is tied to.