DeviceInfo

@Serializable
data class DeviceInfo(val manufacturer: String, val device: String, val model: String, val os: String, val id: String)

Describes information about the device.

Constructors

Link copied to clipboard
constructor(manufacturer: String, device: String, model: String, os: String, id: String)

Properties

Link copied to clipboard

The name of the device.

Link copied to clipboard
val id: String

A pseudo ID that identifies the device.

Link copied to clipboard

The brand name of the device manufacturer.

Link copied to clipboard

The model of the device.

Link copied to clipboard
val os: String

The name of the operative system running on the device.