AppOpenAdLoaderDelegate
@objc(YMAAppOpenAdLoaderDelegate)
public protocol AppOpenAdLoaderDelegate : NSObjectProtocol
Undocumented
-
Notifies that the ad loaded successfully.
Declaration
Swift
func appOpenAdLoader(_ adLoader: AppOpenAdLoader, didLoad appOpenAd: AppOpenAd)
Parameters
adLoader
A reference to an object of the
AppOpenAdLoader
class that invoked the method.appOpenAd
Interstitial 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
adLoader
A reference to an object of the
AppOpenAdLoader
class that invoked the method.error
Information about the error (for details, see
AdErrorCode
).