SASBiddingAdPrice

Objective-C

@interface SASBiddingAdPrice : NSObject <NSCopying, NSCoding>

Swift

class SASBiddingAdPrice : NSObject, NSCopying, NSCoding

Class representing the price of a bidding ad response.

  • cpm

    The price cpm of the bidding ad.

    Declaration

    Objective-C

    @property (nonatomic, readonly) double cpm;

    Swift

    var cpm: Double { get }
  • The currency of the bidding ad.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSString *_Nonnull currency;

    Swift

    var currency: String { get }