final case class Device(type: DeviceType = com.explorestack.protobuf.adcom.DeviceType.DEVICE_TYPE_INVALID, ua: String = "", ifa: String = "", dnt: Boolean = false, lmt: Boolean = false, make: String = "", model: String = "", os: OS = com.explorestack.protobuf.adcom.OS.OS_INVALID, osv: String = "", hwv: String = "", h: Int = 0, w: Int = 0, ppi: Int = 0, pxratio: Float = 0.0f, js: Boolean = false, lang: String = "", ip: String = "", ipv6: String = "", xff: String = "", iptr: Boolean = false, carrier: String = "", mccmnc: String = "", mccmncsim: String = "", contype: ConnectionType = com.explorestack.protobuf.adcom.ConnectionType.CONNECTION_TYPE_INVALID, geofetch: Boolean = false, geo: Option[Geo] = _root_.scala.None, connection: Option[Connection] = _root_.scala.None, audioContext: Option[AudioContext] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Device] with Product with Serializable
- type
The general type of device.
- ua
Browser user agent string.
- ifa
ID sanctioned for advertiser use in the clear (i.e., not hashed).
- dnt
Standard "Do Not Track" flag as set in the header by the browser.
- lmt
"Limit Ad Tracking" signal commercially endorsed (e.g., iOS, Android).
- make
Device make (e.g., "Apple").
- model
Device model (e.g., "iPhone").
- os
Device operating system.
- osv
Device operating system version.
- hwv
Hardware version of the device.
- h
Physical height of the screen in pixels.
- w
Physical width of the screen in pixels.
- ppi
Screen size as pixels per linear inch.
- pxratio
The ratio of physical pixels to device independent pixels.
- js
Support for JavaScript.
- lang
Browser language using ISO-639-1-alpha-2.
- ip
IPv4 address closest to device.
- ipv6
IP address closest to device as IPv6.
- xff
The value of the x-forwarded-for header.
- iptr
Indicator of truncation of any of the IP attributes (i.e., "ip", "ipv6", "xff").
- carrier
Carrier or ISP (e.g., "VERIZON") using exchange curated string names.
- mccmnc
Mobile carrier as the concatenated MCC-MNC code.
- mccmncsim
MCC and MNC of the SIM card using the same format as "mccmnc".
- contype
Network connection type.
- geofetch
Indicates if the geolocation API will be available to JavaScript code running in display ad.
- geo
Location of the device.
- connection
Information about the connection status
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Device
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Device(type: DeviceType = com.explorestack.protobuf.adcom.DeviceType.DEVICE_TYPE_INVALID, ua: String = "", ifa: String = "", dnt: Boolean = false, lmt: Boolean = false, make: String = "", model: String = "", os: OS = com.explorestack.protobuf.adcom.OS.OS_INVALID, osv: String = "", hwv: String = "", h: Int = 0, w: Int = 0, ppi: Int = 0, pxratio: Float = 0.0f, js: Boolean = false, lang: String = "", ip: String = "", ipv6: String = "", xff: String = "", iptr: Boolean = false, carrier: String = "", mccmnc: String = "", mccmncsim: String = "", contype: ConnectionType = com.explorestack.protobuf.adcom.ConnectionType.CONNECTION_TYPE_INVALID, geofetch: Boolean = false, geo: Option[Geo] = _root_.scala.None, connection: Option[Connection] = _root_.scala.None, audioContext: Option[AudioContext] = _root_.scala.None, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- type
The general type of device.
- ua
Browser user agent string.
- ifa
ID sanctioned for advertiser use in the clear (i.e., not hashed).
- dnt
Standard "Do Not Track" flag as set in the header by the browser.
- lmt
"Limit Ad Tracking" signal commercially endorsed (e.g., iOS, Android).
- make
Device make (e.g., "Apple").
- model
Device model (e.g., "iPhone").
- os
Device operating system.
- osv
Device operating system version.
- hwv
Hardware version of the device.
- h
Physical height of the screen in pixels.
- w
Physical width of the screen in pixels.
- ppi
Screen size as pixels per linear inch.
- pxratio
The ratio of physical pixels to device independent pixels.
- js
Support for JavaScript.
- lang
Browser language using ISO-639-1-alpha-2.
- ip
IPv4 address closest to device.
- ipv6
IP address closest to device as IPv6.
- xff
The value of the x-forwarded-for header.
- iptr
Indicator of truncation of any of the IP attributes (i.e., "ip", "ipv6", "xff").
- carrier
Carrier or ISP (e.g., "VERIZON") using exchange curated string names.
- mccmnc
Mobile carrier as the concatenated MCC-MNC code.
- mccmncsim
MCC and MNC of the SIM card using the same format as "mccmnc".
- contype
Network connection type.
- geofetch
Indicates if the geolocation API will be available to JavaScript code running in display ad.
- geo
Location of the device.
- connection
Information about the connection status
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllExtProto(__vs: Iterable[Any]): Device
- def addExtProto(__vs: Any*): Device
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val audioContext: Option[AudioContext]
- val carrier: String
- def clearAudioContext: Device
- def clearConnection: Device
- def clearExt: Device
- def clearExtProto: Device
- def clearGeo: Device
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Device.type
- Definition Classes
- Device → GeneratedMessage
- val connection: Option[Connection]
- val contype: ConnectionType
- val dnt: Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- val geo: Option[Geo]
- val geofetch: Boolean
- def getAudioContext: AudioContext
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getConnection: Connection
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Device → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Device → GeneratedMessage
- def getGeo: Geo
- val h: Int
- val hwv: String
- val ifa: String
- val ip: String
- val iptr: Boolean
- val ipv6: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val js: Boolean
- val lang: String
- val lmt: Boolean
- val make: String
- val mccmnc: String
- val mccmncsim: String
- val model: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val os: OS
- val osv: String
- val ppi: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val pxratio: Float
- def serializedSize: Int
- Definition Classes
- Device → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- Device → GeneratedMessage
- val type: DeviceType
- val ua: String
- def update(ms: (Lens[Device, Device]) => Mutation[Device]*): Device
- Definition Classes
- Updatable
- val w: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withAudioContext(__v: AudioContext): Device
- def withCarrier(__v: String): Device
- def withConnection(__v: Connection): Device
- def withContype(__v: ConnectionType): Device
- def withDnt(__v: Boolean): Device
- def withExt(__v: Struct): Device
- def withExtProto(__v: Seq[Any]): Device
- def withGeo(__v: Geo): Device
- def withGeofetch(__v: Boolean): Device
- def withH(__v: Int): Device
- def withHwv(__v: String): Device
- def withIfa(__v: String): Device
- def withIp(__v: String): Device
- def withIptr(__v: Boolean): Device
- def withIpv6(__v: String): Device
- def withJs(__v: Boolean): Device
- def withLang(__v: String): Device
- def withLmt(__v: Boolean): Device
- def withMake(__v: String): Device
- def withMccmnc(__v: String): Device
- def withMccmncsim(__v: String): Device
- def withModel(__v: String): Device
- def withOs(__v: OS): Device
- def withOsv(__v: String): Device
- def withPpi(__v: Int): Device
- def withPxratio(__v: Float): Device
- def withType(__v: DeviceType): Device
- def withUa(__v: String): Device
- def withW(__v: Int): Device
- def withXff(__v: String): Device
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Device → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- val xff: String
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)