BidderTokenRequestConfiguration

@objc(YMABidderTokenRequestConfiguration)
@objcMembers
public class BidderTokenRequestConfiguration : NSObject

A class with data for generating bidder token.

  • A type of ad.

    Declaration

    Swift

    public let adType: AdType
  • A target information about user.

    Declaration

    Swift

    public let targetInfo: AdTargetInfo
  • A size of the banner if the type of ad is a banner.

    Declaration

    Swift

    public var bannerAdSize: BannerAdSize?
  • A set of arbitrary input parameters.

    Declaration

    Swift

    public var parameters: [String : String]?
  • Initializes a new object of the BidderTokenRequestConfiguration class.

    Declaration

    Swift

    public init(adType: AdType)

    Parameters

    adType

    A type of ad.

    Return Value

    An object of the BidderTokenRequestConfiguration class, configuration for generating bidder token.