Packages

final case class SDKEvent(action: Int, context: String, network: Option[String], startTime: Option[Timestamp], finishTime: Option[Timestamp], adType: Option[String], price: Double, error: Option[Error], customParams: Option[Struct], billable: Option[Boolean]) extends GeneratedMessage with Updatable[SDKEvent] with Product with Serializable

action

Event code

context

Exchange specific encoded context

network

Ad network name

startTime

Action start time

finishTime

Action finish time

adType

Ad Type like: banner, video, native

price

Auction price for macro AUCTION_PRICE

error

Optional error information. Presence only if error occurs for sdk event.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[SDKEvent], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SDKEvent
  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 SDKEvent(action: Int, context: String, network: Option[String], startTime: Option[Timestamp], finishTime: Option[Timestamp], adType: Option[String], price: Double, error: Option[Error], customParams: Option[Struct], billable: Option[Boolean])

    action

    Event code

    context

    Exchange specific encoded context

    network

    Ad network name

    startTime

    Action start time

    finishTime

    Action finish time

    adType

    Ad Type like: banner, video, native

    price

    Auction price for macro AUCTION_PRICE

    error

    Optional error information. Presence only if error occurs for sdk event.

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 action: Int
  5. val adType: Option[String]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val billable: Option[Boolean]
  8. def clearAdType: SDKEvent
  9. def clearBillable: SDKEvent
  10. def clearCustomParams: SDKEvent
  11. def clearError: SDKEvent
  12. def clearFinishTime: SDKEvent
  13. def clearNetwork: SDKEvent
  14. def clearStartTime: SDKEvent
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  16. def companion: SDKEvent.type
    Definition Classes
    SDKEvent → GeneratedMessage
  17. val context: String
  18. val customParams: Option[Struct]
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val error: Option[Error]
  21. val finishTime: Option[Timestamp]
  22. def getAdType: String
  23. def getBillable: Boolean
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def getCustomParams: Struct
  26. def getError: Error
  27. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    SDKEvent → GeneratedMessage
  28. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    SDKEvent → GeneratedMessage
  29. def getFinishTime: Timestamp
  30. def getNetwork: String
  31. def getStartTime: Timestamp
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. val network: Option[String]
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. val price: Double
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def serializedSize: Int
    Definition Classes
    SDKEvent → GeneratedMessage
  40. val startTime: Option[Timestamp]
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  43. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  44. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  45. def toProtoString: String
    Definition Classes
    SDKEvent → GeneratedMessage
  46. def update(ms: (Lens[SDKEvent, SDKEvent]) => Mutation[SDKEvent]*): SDKEvent
    Definition Classes
    Updatable
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def withAction(__v: Int): SDKEvent
  51. def withAdType(__v: String): SDKEvent
  52. def withBillable(__v: Boolean): SDKEvent
  53. def withContext(__v: String): SDKEvent
  54. def withCustomParams(__v: Struct): SDKEvent
  55. def withError(__v: Error): SDKEvent
  56. def withFinishTime(__v: Timestamp): SDKEvent
  57. def withNetwork(__v: String): SDKEvent
  58. def withPrice(__v: Double): SDKEvent
  59. def withStartTime(__v: Timestamp): SDKEvent
  60. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  61. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    SDKEvent → GeneratedMessage
  62. 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[SDKEvent]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped