BidderTokenRequestConfiguration
@objc(YMABidderTokenRequestConfiguration)
@objcMembers
public class BidderTokenRequestConfiguration : NSObject
A class with data for generating bidder token.
-
A type of ad.
Declaration
Swift
public var adType: AdType { get }
-
A size of the banner if the type of ad is a banner.
Declaration
Swift
public var bannerAdSize: BannerAdSize? { get set }
-
A set of arbitrary input parameters.
Declaration
Swift
public var parameters: [String : String]? { get set }
-
Initializes a new object of the
BidderTokenRequestConfiguration
class.Declaration
Swift
public convenience init(adType: AdType)
Parameters
adType
A type of ad.
Return Value
An object of the BidderTokenRequestConfiguration class, configuration for generating bidder token.