Packages

final case class LinkAsset(url: String = "", urlfb: String = "", trkr: Seq[String] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty) extends GeneratedMessage with Updatable[LinkAsset] with Product with Serializable

Link Asset type of the native ad.

url

Landing URL of the clickable link.

urlfb

Fallback URL for deep-link to be used if the URL specified in "url" is not supported by the device.

trkr

List of third-party tracker URLs to be fired on click.

ext

Optional vendor-specific extensions.

extProto

Legacy proto extensions.

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[LinkAsset], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LinkAsset
  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 LinkAsset(url: String = "", urlfb: String = "", trkr: Seq[String] = _root_.scala.Seq.empty, ext: Option[Struct] = _root_.scala.None, extProto: Seq[Any] = _root_.scala.Seq.empty)

    url

    Landing URL of the clickable link.

    urlfb

    Fallback URL for deep-link to be used if the URL specified in "url" is not supported by the device.

    trkr

    List of third-party tracker URLs to be fired on click.

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

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped