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
Ordering
- Alphabetic
- By Inheritance
Inherited
- SDKEvent
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- 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 action: Int
- val adType: Option[String]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val billable: Option[Boolean]
- def clearAdType: SDKEvent
- def clearBillable: SDKEvent
- def clearCustomParams: SDKEvent
- def clearError: SDKEvent
- def clearFinishTime: SDKEvent
- def clearNetwork: SDKEvent
- def clearStartTime: SDKEvent
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: SDKEvent.type
- Definition Classes
- SDKEvent → GeneratedMessage
- val context: String
- val customParams: Option[Struct]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: Option[Error]
- val finishTime: Option[Timestamp]
- def getAdType: String
- def getBillable: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getCustomParams: Struct
- def getError: Error
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- SDKEvent → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SDKEvent → GeneratedMessage
- def getFinishTime: Timestamp
- def getNetwork: String
- def getStartTime: Timestamp
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val network: Option[String]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val price: Double
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- SDKEvent → GeneratedMessage
- val startTime: Option[Timestamp]
- 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
- SDKEvent → GeneratedMessage
- def update(ms: (Lens[SDKEvent, SDKEvent]) => Mutation[SDKEvent]*): SDKEvent
- 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 withAction(__v: Int): SDKEvent
- def withAdType(__v: String): SDKEvent
- def withBillable(__v: Boolean): SDKEvent
- def withContext(__v: String): SDKEvent
- def withCustomParams(__v: Struct): SDKEvent
- def withError(__v: Error): SDKEvent
- def withFinishTime(__v: Timestamp): SDKEvent
- def withNetwork(__v: String): SDKEvent
- def withPrice(__v: Double): SDKEvent
- def withStartTime(__v: Timestamp): SDKEvent
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SDKEvent → 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)