Packages

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()
Linear Supertypes
Updatable[Event], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  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 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

  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. def addAllApi(__vs: Iterable[ApiFramework]): Event
  5. def addAllCdata(__vs: Iterable[(String, String)]): Event
  6. def addAllExtProto(__vs: Iterable[Any]): Event
  7. def addApi(__vs: ApiFramework*): Event
  8. def addCdata(__vs: (String, String)*): Event
  9. def addExtProto(__vs: Any*): Event
  10. val api: Seq[ApiFramework]
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. val cdata: Map[String, String]
  13. def clearApi: Event
  14. def clearCdata: Event
  15. def clearExt: Event
  16. def clearExtProto: Event
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  18. def companion: Event.type
    Definition Classes
    Event → GeneratedMessage
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val ext: Option[Struct]
  21. val extProto: Seq[Any]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. def getExt: Struct
  24. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Event → GeneratedMessage
  25. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Event → GeneratedMessage
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val method: EventTrackingMethod
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. def serializedSize: Int
    Definition Classes
    Event → GeneratedMessage
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    Event → GeneratedMessage
  38. val type: EventType
  39. def update(ms: (Lens[Event, Event]) => Mutation[Event]*): Event
    Definition Classes
    Updatable
  40. val url: String
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. def withApi(__v: Seq[ApiFramework]): Event
  45. def withCdata(__v: Map[String, String]): Event
  46. def withExt(__v: Struct): Event
  47. def withExtProto(__v: Seq[Any]): Event
  48. def withMethod(__v: EventTrackingMethod): Event
  49. def withType(__v: EventType): Event
  50. def withUrl(__v: String): Event
  51. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Event → GeneratedMessage
  53. 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[Event]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped