object NativeDataAssetType extends GeneratedEnumCompanion[NativeDataAssetType]

Linear Supertypes
GeneratedEnumCompanion[NativeDataAssetType], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NativeDataAssetType
  2. GeneratedEnumCompanion
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait Recognized extends NativeDataAssetType
  2. final case class Unrecognized(unrecognizedValue: Int) extends NativeDataAssetType with UnrecognizedEnum with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. type ValueType = NativeDataAssetType
    Definition Classes
    GeneratedEnumCompanion

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit def enumCompanion: GeneratedEnumCompanion[NativeDataAssetType]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def fromName(name: String): Option[NativeDataAssetType]
    Definition Classes
    GeneratedEnumCompanion
  10. def fromValue(__value: Int): NativeDataAssetType
    Definition Classes
    NativeDataAssetType → GeneratedEnumCompanion
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def javaDescriptor: EnumDescriptor
    Definition Classes
    NativeDataAssetType → GeneratedEnumCompanion
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. def scalaDescriptor: EnumDescriptor
    Definition Classes
    NativeDataAssetType → GeneratedEnumCompanion
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. lazy val values: Seq[ValueType]
    Definition Classes
    NativeDataAssetType → GeneratedEnumCompanion
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. case object NATIVE_DATA_ASSET_TYPE_ADDRESS extends NativeDataAssetType with Recognized with Product with Serializable

    A formatted address.

    A formatted address.

    Annotations
    @SerialVersionUID()
  26. case object NATIVE_DATA_ASSET_TYPE_CTA_TEXT extends NativeDataAssetType with Recognized with Product with Serializable

    Description of the call to action (CTA) button for the destination URL.

    Description of the call to action (CTA) button for the destination URL. Recommended maximum length of at least 15 characters.

    Annotations
    @SerialVersionUID()
  27. case object NATIVE_DATA_ASSET_TYPE_DESC extends NativeDataAssetType with Recognized with Product with Serializable

    Descriptive text associated with the product or service being advertised.

    Descriptive text associated with the product or service being advertised. Long text lengths may be truncated or ellipsed when rendered. Recommended maximum length of at least 140 characters.

    Annotations
    @SerialVersionUID()
  28. case object NATIVE_DATA_ASSET_TYPE_DESC2 extends NativeDataAssetType with Recognized with Product with Serializable

    Additional descriptive text associated with the product.

    Additional descriptive text associated with the product.

    Annotations
    @SerialVersionUID()
  29. case object NATIVE_DATA_ASSET_TYPE_DISCLAIMER extends NativeDataAssetType with Recognized with Product with Serializable

    Disclaimer data type

    Disclaimer data type

    Annotations
    @SerialVersionUID()
  30. case object NATIVE_DATA_ASSET_TYPE_DISPLAY_URL extends NativeDataAssetType with Recognized with Product with Serializable

    Display URL for the ad.

    Display URL for the ad. To be used when sponsoring entity does not own the content (e.g., "Sponsored by Brand on Site", where Site is specified in this data asset).

    Annotations
    @SerialVersionUID()
  31. case object NATIVE_DATA_ASSET_TYPE_DOWNLOADS extends NativeDataAssetType with Recognized with Product with Serializable

    Number downloads and/or installs of the product.

    Number downloads and/or installs of the product.

    Annotations
    @SerialVersionUID()
  32. case object NATIVE_DATA_ASSET_TYPE_INVALID extends NativeDataAssetType with Recognized with Product with Serializable
    Annotations
    @SerialVersionUID()
  33. case object NATIVE_DATA_ASSET_TYPE_LIKES extends NativeDataAssetType with Recognized with Product with Serializable

    Number of social ratings or "likes" of the product.

    Number of social ratings or "likes" of the product.

    Annotations
    @SerialVersionUID()
  34. case object NATIVE_DATA_ASSET_TYPE_PHONE extends NativeDataAssetType with Recognized with Product with Serializable

    A formatted phone number.

    A formatted phone number.

    Annotations
    @SerialVersionUID()
  35. case object NATIVE_DATA_ASSET_TYPE_PRICE extends NativeDataAssetType with Recognized with Product with Serializable

    Price of the product, app, or in-app purchase.

    Price of the product, app, or in-app purchase. Value should include currency symbol in localized format.

    Annotations
    @SerialVersionUID()
  36. case object NATIVE_DATA_ASSET_TYPE_PRIVACY_SHEET extends NativeDataAssetType with Recognized with Product with Serializable

    Privacy policy sheet object

    Privacy policy sheet object

    Annotations
    @SerialVersionUID()
  37. case object NATIVE_DATA_ASSET_TYPE_RATING extends NativeDataAssetType with Recognized with Product with Serializable

    Numeric rating of the product (e.g., an app's rating).

    Numeric rating of the product (e.g., an app's rating). Recommended integer range of 0-5.

    Annotations
    @SerialVersionUID()
  38. case object NATIVE_DATA_ASSET_TYPE_SALE_PRICE extends NativeDataAssetType with Recognized with Product with Serializable

    Sale price that can be used together with "price" to indicate a comparative discounted price.

    Sale price that can be used together with "price" to indicate a comparative discounted price. Value should include currency symbol in localized format.

    Annotations
    @SerialVersionUID()
  39. case object NATIVE_DATA_ASSET_TYPE_SPONSORED extends NativeDataAssetType with Recognized with Product with Serializable

    "Sponsored By" message which should contain the brand name of the sponsor.

    "Sponsored By" message which should contain the brand name of the sponsor. Recommended maximum length of at least 25 characters.

    Annotations
    @SerialVersionUID()

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 GeneratedEnumCompanion[NativeDataAssetType]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped