Device

@Serializable
data class Device(val id: String, val model: String, val type: Session.Device.Type?)

Information about the device.

Constructors

Link copied to clipboard
constructor(id: String, model: String, type: Session.Device.Type?)

Types

Link copied to clipboard

The type of device.

Properties

Link copied to clipboard
val id: String

The unique identifier of the device.

Link copied to clipboard

The model of the device.

Link copied to clipboard

The type of device.