CardAsset

@objcMembers
public class CardAsset : NSObject, Codable

Asset data returned by TPCSDK.getCardAsset(...)

  • Type of asset

    Declaration

    Swift

    public var type: String?
  • Base64 encoded data

    Declaration

    Swift

    public var data: String?
  • Height in px

    Declaration

    Swift

    public var height: Int
  • Width in px

    Declaration

    Swift

    public var width: Int