final case class Event(type: EventType = com.explorestack.protobuf.adcom.EventType.EVENT_TYPE_INVALID, method: EventTrackingMethod = com.explorestack.protobuf.adcom.EventTrackingMethod.EVENT_TRACKING_METHOD_INVALID, api: Seq[ApiFramework] = _root_.scala.Seq.empty, url: String = "", cdata: Map[String, String] = _root_.scala.collection.immutable.Map.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[Event] with Product with Serializable
- type
Type of event to track.
- method
Method of tracking requested.
- api
The APIs being used by the tracker; only relevant when the tracking method is JavaScript.
- url
The URL of the tracking pixel or JavaScript tag, respectively.
- cdata
An array of key-value pairs to support vendor-specific data required for custom tracking.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Event
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Event(type: EventType = com.explorestack.protobuf.adcom.EventType.EVENT_TYPE_INVALID, method: EventTrackingMethod = com.explorestack.protobuf.adcom.EventTrackingMethod.EVENT_TRACKING_METHOD_INVALID, api: Seq[ApiFramework] = _root_.scala.Seq.empty, url: String = "", cdata: Map[String, String] = _root_.scala.collection.immutable.Map.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)
- type
Type of event to track.
- method
Method of tracking requested.
- api
The APIs being used by the tracker; only relevant when the tracking method is JavaScript.
- url
The URL of the tracking pixel or JavaScript tag, respectively.
- cdata
An array of key-value pairs to support vendor-specific data required for custom tracking.
- ext
Optional vendor-specific extensions.
- extProto
Legacy proto extensions.
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 addAllApi(__vs: Iterable[ApiFramework]): Event
- def addAllCdata(__vs: Iterable[(String, String)]): Event
- def addAllExtProto(__vs: Iterable[Any]): Event
- def addApi(__vs: ApiFramework*): Event
- def addCdata(__vs: (String, String)*): Event
- def addExtProto(__vs: Any*): Event
- val api: Seq[ApiFramework]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cdata: Map[String, String]
- def clearApi: Event
- def clearCdata: Event
- def clearExt: Event
- def clearExtProto: Event
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def companion: Event.type
- Definition Classes
- Event → GeneratedMessage
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val ext: Option[Struct]
- val extProto: Seq[Any]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getExt: Struct
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- Event → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Event → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val method: EventTrackingMethod
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- Event → GeneratedMessage
- 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
- Event → GeneratedMessage
- val type: EventType
- def update(ms: (Lens[Event, Event]) => Mutation[Event]*): Event
- Definition Classes
- Updatable
- val url: String
- 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 withApi(__v: Seq[ApiFramework]): Event
- def withCdata(__v: Map[String, String]): Event
- def withExt(__v: Struct): Event
- def withExtProto(__v: Seq[Any]): Event
- def withMethod(__v: EventTrackingMethod): Event
- def withType(__v: EventType): Event
- def withUrl(__v: String): Event
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Event → 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)