Device

external interface Device

Represents the device information extracted from the user agent string.

Properties

Link copied to clipboard
abstract val model: String?

model The model of the device (e.g., iPhone 12, Galaxy S21).

Link copied to clipboard
abstract val type: String?

type The type of the device (e.g., smartphone, tablet, laptop).

Link copied to clipboard
abstract val vendor: String?

vendor The vendor of the device (e.g., Apple, Samsung, Lenovo).