DeviceSpec

@JsonClass(generateAdapter = true)
data class DeviceSpec(val manufacturer: String?, val brand: String?, val product: String?, val device: String?, val model: String?, val isLowRam: Boolean?)

Technical information and specifications about a device.

Constructors

Link copied to clipboard
constructor(manufacturer: String?, brand: String?, product: String?, device: String?, model: String?, isLowRam: Boolean?)

Properties

Link copied to clipboard

Brand of the device.

Link copied to clipboard

Name of the device.

Link copied to clipboard

Whether the device is considered low-ram.

Link copied to clipboard

Manufacturer of the device.

Link copied to clipboard

Model of the device.

Link copied to clipboard

Product name of the device.