final case class SdkAnalyticContext(sourceId: String = "", bundle: String = "", os: OS = com.explorestack.protobuf.adcom.OS.OS_INVALID, osv: String = "", geo: Option[Geo] = _root_.scala.None, sdk: String = "", sdkver: String = "", ifa: String = "", ifv: String = "", bmIfv: String = "", deviceType: DeviceType = com.explorestack.protobuf.adcom.DeviceType.DEVICE_TYPE_INVALID, contype: ConnectionType = com.explorestack.protobuf.adcom.ConnectionType.CONNECTION_TYPE_INVALID, appVer: String = "", sessionId: String = "", dcid: String = "", ext: Option[Struct] = _root_.scala.None, experiments: Seq[String] = _root_.scala.Seq.empty, make: String = "", model: String = "", hwv: String = "") extends GeneratedMessage with Updatable[SdkAnalyticContext] with Product with Serializable
SdkAnalyticContext contains all information from InitRequest plus any information our server can add.
- sourceId
Exchange Source ID
- bundle
Bundle or package name of the app.
- os
Device operating system.
- osv
Device operating system version.
- geo
Location of the device.
- sdk
Name of ad mediation partner, SDK technology, or player responsible for rendering ad.
- sdkver
Version of the SDK specified in the "sdk" attribute.
- ifa
ID sanctioned for advertiser use in the clear (i.e., not hashed).
- ifv
ID generated by the OS on device for debug and fraud detection
- bmIfv
ID generated on device for debug and fraud detection
- deviceType
The general type of device.
- contype
Network connection type.
- appVer
Application version.
- sessionId
Session ID - consistent between requests as long as application active (on screen)
- dcid
ID of a datacenter.
- ext
Optional extensions.
- experiments
Init Feature Labels, i.e. experiments
- make
Device make (e.g., "Apple").
- model
Device model (e.g., "iPhone").
- hwv
Hardware version of the device.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- SdkAnalyticContext
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SdkAnalyticContext(sourceId: String = "", bundle: String = "", os: OS = com.explorestack.protobuf.adcom.OS.OS_INVALID, osv: String = "", geo: Option[Geo] = _root_.scala.None, sdk: String = "", sdkver: String = "", ifa: String = "", ifv: String = "", bmIfv: String = "", deviceType: DeviceType = com.explorestack.protobuf.adcom.DeviceType.DEVICE_TYPE_INVALID, contype: ConnectionType = com.explorestack.protobuf.adcom.ConnectionType.CONNECTION_TYPE_INVALID, appVer: String = "", sessionId: String = "", dcid: String = "", ext: Option[Struct] = _root_.scala.None, experiments: Seq[String] = _root_.scala.Seq.empty, make: String = "", model: String = "", hwv: String = "")
- sourceId
Exchange Source ID
- bundle
Bundle or package name of the app.
- os
Device operating system.
- osv
Device operating system version.
- geo
Location of the device.
- sdk
Name of ad mediation partner, SDK technology, or player responsible for rendering ad.
- sdkver
Version of the SDK specified in the "sdk" attribute.
- ifa
ID sanctioned for advertiser use in the clear (i.e., not hashed).
- ifv
ID generated by the OS on device for debug and fraud detection
- bmIfv
ID generated on device for debug and fraud detection
- deviceType
The general type of device.
- contype
Network connection type.
- appVer
Application version.
- sessionId
Session ID - consistent between requests as long as application active (on screen)
- dcid
ID of a datacenter.
- ext
Optional extensions.
- experiments
Init Feature Labels, i.e. experiments
- make
Device make (e.g., "Apple").
- model
Device model (e.g., "iPhone").
- hwv
Hardware version of the device.
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 addAllExperiments(__vs: Iterable[String]): SdkAnalyticContext
- def addExperiments(__vs: String*): SdkAnalyticContext
- val appVer: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bmIfv: String
- val bundle: String
- def clearExperiments: SdkAnalyticContext
- def clearExt: SdkAnalyticContext
- def clearGeo: SdkAnalyticContext
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SdkAnalyticContext.type
- Definition Classes
- SdkAnalyticContext → GeneratedMessage
- val contype: ConnectionType
- val dcid: String
- val deviceType: DeviceType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val experiments: Seq[String]
- val ext: Option[Struct]
- val geo: Option[Geo]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SdkAnalyticContext → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SdkAnalyticContext → GeneratedMessage
- def getGeo: Geo
- val hwv: String
- val ifa: String
- val ifv: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val make: 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
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sdk: String
- val sdkver: String
- def serializedSize: Int
- Definition Classes
- SdkAnalyticContext → GeneratedMessage
- val sessionId: String
- val sourceId: String
- 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
- SdkAnalyticContext → GeneratedMessage
- def update(ms: (Lens[SdkAnalyticContext, SdkAnalyticContext]) => Mutation[SdkAnalyticContext]*): SdkAnalyticContext
- Definition Classes
- Updatable
- 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 withAppVer(__v: String): SdkAnalyticContext
- def withBmIfv(__v: String): SdkAnalyticContext
- def withBundle(__v: String): SdkAnalyticContext
- def withContype(__v: ConnectionType): SdkAnalyticContext
- def withDcid(__v: String): SdkAnalyticContext
- def withDeviceType(__v: DeviceType): SdkAnalyticContext
- def withExperiments(__v: Seq[String]): SdkAnalyticContext
- def withExt(__v: Struct): SdkAnalyticContext
- def withGeo(__v: Geo): SdkAnalyticContext
- def withHwv(__v: String): SdkAnalyticContext
- def withIfa(__v: String): SdkAnalyticContext
- def withIfv(__v: String): SdkAnalyticContext
- def withMake(__v: String): SdkAnalyticContext
- def withModel(__v: String): SdkAnalyticContext
- def withOs(__v: OS): SdkAnalyticContext
- def withOsv(__v: String): SdkAnalyticContext
- def withSdk(__v: String): SdkAnalyticContext
- def withSdkver(__v: String): SdkAnalyticContext
- def withSessionId(__v: String): SdkAnalyticContext
- def withSourceId(__v: String): SdkAnalyticContext
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SdkAnalyticContext → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)