Client

data class Client(token: String, deviceType: Client.DeviceType, version: String)

Information about the client an event is tied to.

Constructors

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

Types

Link copied to clipboard