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