DataAsset

@objc
public enum DataAsset : Int

Enum representing different types of native data assets.

  • Undocumented

    Declaration

    Swift

    case sponsored = 1
  • Undocumented

    Declaration

    Swift

    case description = 2
  • Undocumented

    Declaration

    Swift

    case rating = 3
  • Undocumented

    Declaration

    Swift

    case likes = 4
  • Undocumented

    Declaration

    Swift

    case downloads = 5
  • Undocumented

    Declaration

    Swift

    case price = 6
  • Undocumented

    Declaration

    Swift

    case saleprice = 7
  • Undocumented

    Declaration

    Swift

    case phone = 8
  • Undocumented

    Declaration

    Swift

    case address = 9
  • Undocumented

    Declaration

    Swift

    case description2 = 10
  • Undocumented

    Declaration

    Swift

    case displayurl = 11
  • Undocumented

    Declaration

    Swift

    case ctatext = 12
  • Custom type for user-defined data assets

    Declaration

    Swift

    case Custom
  • Gets or sets the exchange ID for the asset type.

    Declaration

    Swift

    public var exchangeID: Int { get set }

    Return Value

    The exchange ID for the asset type.