InstreamAdLoader
@objc(YMAInstreamAdLoader)
@objcMembers
public class InstreamAdLoader : NSObject
extension InstreamAdLoader: InstreamAdInrollLoaderProvider
InstreamAdLoader loads instream ads.
-
This object will be notified about about loading result.
Declaration
Swift
public weak var delegate: InstreamAdLoaderDelegate? -
InstreamAdLoader loads instream ads.
Declaration
Swift
override public convenience init() -
Loads an instream ad with a request configuration.
Declaration
Swift
public func loadInstreamAd(configuration: InstreamAdRequestConfiguration) -
Cancels all instream requests.
Declaration
Swift
public func cancelLoading()
-
Declaration
Swift
public func loadInroll(configuration: InstreamAdBreakRequestConfiguration)