Callback to be invoked when a rewarded interstitial ad finishes loading.
Public Constructor Summary
Public Method Summary
void |
onRewardedInterstitialAdFailedToLoad(int errorCode)
This method is deprecated. Use
onRewardedInterstitialAdFailedToLoad(LoadAdError) instead.
|
void |
onRewardedInterstitialAdFailedToLoad(LoadAdError
adError)
Called when a rewarded interstitial ad request failed.
|
void |
onRewardedInterstitialAdLoaded(RewardedInterstitialAd
ad)
Called when a rewarded interstitial ad loads successfully.
|
Inherited Method Summary
Public Constructors
public RewardedInterstitialAdLoadCallback ()
Public Methods
public void onRewardedInterstitialAdFailedToLoad (int errorCode)
This method is deprecated.
Use
onRewardedInterstitialAdFailedToLoad(LoadAdError)
instead.
Called when a rewarded interstitial ad request failed. The error code is one of the
error code constants defined in AdRequest
.
public void onRewardedInterstitialAdFailedToLoad (LoadAdError adError)
Called when a rewarded interstitial ad request failed.
Parameters
adError | LoadAdError
detailing the cause of the failure. getCode()
is one of the error code constants defined in AdRequest . |
---|
public void onRewardedInterstitialAdLoaded (RewardedInterstitialAd ad)
Called when a rewarded interstitial ad loads successfully.