PrebidAdUnit
@objcMembers
public class PrebidAdUnit : NSObject
Undocumented
-
Undocumented
Declaration
Swift
public var pbAdSlot: String? { get set }
-
Undocumented
Declaration
Swift
public init(configId: String)
-
Undocumented
Declaration
Swift
public func fetchDemand(adObject: AnyObject, request: PrebidRequest, completion: @escaping (BidInfo) -> Void)
-
Undocumented
Declaration
Swift
public func fetchDemand(request: PrebidRequest, completion: @escaping (BidInfo) -> Void)
-
This method allows to set the auto refresh period for the demand
Declaration
Swift
public func setAutoRefreshMillis(time: Double)
Parameters
time
refresh time interval
-
This method stops the auto refresh of demand
Declaration
Swift
public func stopAutoRefresh()
-
Undocumented
Declaration
Swift
public func resumeAutoRefresh()