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()
Linear Supertypes
Updatable[InitRequest], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InitRequest
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val appVer: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bmIfv: String
  7. val bundle: String
  8. def clearContext: InitRequest
  9. def clearExt: InitRequest
  10. def clearGeo: InitRequest
  11. def clearPlatformData: InitRequest
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  13. def companion: InitRequest.type
    Definition Classes
    InitRequest → GeneratedMessage
  14. val context: Option[Context]
  15. val contype: ConnectionType
  16. val deviceType: DeviceType
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. val ext: Option[Struct]
  19. val geo: Option[Geo]
  20. def getAndroid: AndroidPlatformData
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  22. def getContext: Context
  23. def getExt: Struct
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    InitRequest → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    InitRequest → GeneratedMessage
  26. def getGeo: Geo
  27. def getIos: iOSPlatformData
  28. val hwv: String
  29. val ifa: String
  30. val ifv: String
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val make: String
  33. val model: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. val os: OS
  38. val osv: String
  39. val platformData: PlatformData
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. val sdk: String
  42. val sdkver: String
  43. val sellerId: String
  44. def serializedSize: Int
    Definition Classes
    InitRequest → GeneratedMessage
  45. val sessionId: String
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  48. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  49. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  50. def toProtoString: String
    Definition Classes
    InitRequest → GeneratedMessage
  51. def update(ms: (Lens[InitRequest, InitRequest]) => Mutation[InitRequest]*): InitRequest
    Definition Classes
    Updatable
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. def withAndroid(__v: AndroidPlatformData): InitRequest
  56. def withAppVer(__v: String): InitRequest
  57. def withBmIfv(__v: String): InitRequest
  58. def withBundle(__v: String): InitRequest
  59. def withContext(__v: Context): InitRequest
  60. def withContype(__v: ConnectionType): InitRequest
  61. def withDeviceType(__v: DeviceType): InitRequest
  62. def withExt(__v: Struct): InitRequest
  63. def withGeo(__v: Geo): InitRequest
  64. def withHwv(__v: String): InitRequest
  65. def withIfa(__v: String): InitRequest
  66. def withIfv(__v: String): InitRequest
  67. def withIos(__v: iOSPlatformData): InitRequest
  68. def withMake(__v: String): InitRequest
  69. def withModel(__v: String): InitRequest
  70. def withOs(__v: OS): InitRequest
  71. def withOsv(__v: String): InitRequest
  72. def withPlatformData(__v: PlatformData): InitRequest
  73. def withSdk(__v: String): InitRequest
  74. def withSdkver(__v: String): InitRequest
  75. def withSellerId(__v: String): InitRequest
  76. def withSessionId(__v: String): InitRequest
  77. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  78. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    InitRequest → GeneratedMessage
  79. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Updatable[InitRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped