VastPricing

@objc(AASDKVastPricing)
public protocol VastPricing : NSObjectProtocol

VAST Pricing.

  • Represents a price (float value) that can be used in real-time bidding systems.

    Declaration

    Swift

    var value: NSNumber { get }
  • Identifies the pricing model as one of: CPM, CPC, CPE, or CPV.

    Declaration

    Swift

    var model: String { get }
  • The three-letter ISO-4217 currency symbol that identifies the currency of the value provided (e.g. USD, GBP, etc.).

    Declaration

    Swift

    var currency: String { get }