InstreamAdLoader

@objc(YMAInstreamAdLoader)
@objcMembers
public class InstreamAdLoader : NSObject

InstreamAdLoader loads instream ads.

  1. delegate
  2. init()
  3. loadInstreamAd(configuration:)

delegate

This object will be notified about about loading result.

Declaration

Swift

public weak var delegate: InstreamAdLoaderDelegate?

init()

InstreamAdLoader loads instream ads.

Declaration

Swift

override public convenience init()

loadInstreamAd(configuration:)

Loads an instream ad with a request configuration.

Declaration

Swift

public func loadInstreamAd(configuration: InstreamAdRequestConfiguration)