InstreamAdLoaderDelegate
@objc(YMAInstreamAdLoaderDelegate)
public protocol InstreamAdLoaderDelegate
This object will be notified about result of an ad download.
-
Notifies that
InstreamAdwas loaded.- instreamAdLoader: Loader that loaded the ad.
- ad: Loaded ad.
Declaration
Swift
func instreamAdLoader(_ instreamAdLoader: InstreamAdLoader, didLoad ad: InstreamAd) -
Notifies that
InstreamAdfailed to load.- instreamAdLoader: Loader that failed to load the ad.
- reason: Failure reason.
Declaration
Swift
func instreamAdLoader(_ instreamAdLoader: InstreamAdLoader, didFailToLoad reason: String)