Device
@Serializable
This object provides information pertaining to the device through which the user is interacting.
Device information includes its hardware, platform, location, and carrier data. The device can refer to a mobile handset, a desktop computer, set top box, or other digital device.
Constructors
Link copied to clipboard
constructor(ua: String, ifa: String, make: String, model: String, hwv: String? = null, os: String, osv: String, h: Int, w: Int, pxratio: Float? = null, language: String? = null, devicetype: Byte = 0, connectiontype: Byte = 0, dnt: Byte = 0, lmt: Byte = 0, geo: Geo? = null, ip: String? = null, carrier: String? = null)