AppOpenAdLoaderDelegate
@objc(YMAAppOpenAdLoaderDelegate)
public protocol AppOpenAdLoaderDelegate : NSObjectProtocol
Undocumented
-
Notifies that the ad loaded successfully.
Declaration
Swift
func appOpenAdLoader(_ adLoader: AppOpenAdLoader, didLoad appOpenAd: AppOpenAd)Parameters
adLoaderA reference to an object of the
AppOpenAdLoaderclass that invoked the method.appOpenAdInterstitial ad that is loaded and ready to be displayed.
-
Notifies that the ad failed to load.
Declaration
Swift
func appOpenAdLoader(_ adLoader: AppOpenAdLoader, didFailToLoadWithError error: AdRequestError)Parameters
adLoaderA reference to an object of the
AppOpenAdLoaderclass that invoked the method.errorInformation about the error (for details, see
AdErrorCode).