RewardedAdLoaderDelegate
@objc(YMARewardedAdLoaderDelegate)
public protocol RewardedAdLoaderDelegate : NSObjectProtocol
Undocumented
-
Notifies that the ad loaded successfully.
Declaration
Swift
func rewardedAdLoader(_ adLoader: RewardedAdLoader, didLoad rewardedAd: RewardedAd)
Parameters
adLoader
A reference to an object of the
RewardedAdLoader
class that invoked the method.rewardedAd
A reference to an object of the
RewardedAd
class that invoked the method. -
Notifies that the ad failed to load.
Declaration
Swift
func rewardedAdLoader(_ adLoader: RewardedAdLoader, didFailToLoadWithError error: AdRequestError)
Parameters
adLoader
A reference to an object of the
RewardedAdLoader
class that invoked the method.error
Information about the error (for details, see
AdErrorCode
).