final case class InitRequest(sellerId: 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 = "", ext: Option[Struct] = _root_.scala.None, make: String = "", model: String = "", hwv: String = "", context: Option[Context] = _root_.scala.None, platformData: PlatformData = io.bidmachine.protobuf.InitRequest.PlatformData.Empty) extends GeneratedMessage with Updatable[InitRequest] with Product with Serializable
- sellerId
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)
- ext
Optional extensions.
- make
Device make (e.g., "Apple").
- model
Device model (e.g., "iPhone").
- hwv
Hardware version of the device.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- InitRequest
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new InitRequest(sellerId: 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 = "", ext: Option[Struct] = _root_.scala.None, make: String = "", model: String = "", hwv: String = "", context: Option[Context] = _root_.scala.None, platformData: PlatformData = io.bidmachine.protobuf.InitRequest.PlatformData.Empty)
- sellerId
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)
- ext
Optional extensions.
- 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
- val appVer: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bmIfv: String
- val bundle: String
- def clearContext: InitRequest
- def clearExt: InitRequest
- def clearGeo: InitRequest
- def clearPlatformData: InitRequest
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: InitRequest.type
- Definition Classes
- InitRequest → GeneratedMessage
- val context: Option[Context]
- val contype: ConnectionType
- val deviceType: DeviceType
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val geo: Option[Geo]
- def getAndroid: AndroidPlatformData
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getContext: Context
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- InitRequest → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- InitRequest → GeneratedMessage
- def getGeo: Geo
- def getIos: iOSPlatformData
- 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
- val platformData: PlatformData
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val sdk: String
- val sdkver: String
- val sellerId: String
- def serializedSize: Int
- Definition Classes
- InitRequest → GeneratedMessage
- val sessionId: 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
- InitRequest → GeneratedMessage
- def update(ms: (Lens[InitRequest, InitRequest]) => Mutation[InitRequest]*): InitRequest
- 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 withAndroid(__v: AndroidPlatformData): InitRequest
- def withAppVer(__v: String): InitRequest
- def withBmIfv(__v: String): InitRequest
- def withBundle(__v: String): InitRequest
- def withContext(__v: Context): InitRequest
- def withContype(__v: ConnectionType): InitRequest
- def withDeviceType(__v: DeviceType): InitRequest
- def withExt(__v: Struct): InitRequest
- def withGeo(__v: Geo): InitRequest
- def withHwv(__v: String): InitRequest
- def withIfa(__v: String): InitRequest
- def withIfv(__v: String): InitRequest
- def withIos(__v: iOSPlatformData): InitRequest
- def withMake(__v: String): InitRequest
- def withModel(__v: String): InitRequest
- def withOs(__v: OS): InitRequest
- def withOsv(__v: String): InitRequest
- def withPlatformData(__v: PlatformData): InitRequest
- def withSdk(__v: String): InitRequest
- def withSdkver(__v: String): InitRequest
- def withSellerId(__v: String): InitRequest
- def withSessionId(__v: String): InitRequest
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- InitRequest → 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)