load
Loads a rewarded ad.
Parameters
The ad unit ID.
A callback invoked when the ad is loaded.
A callback invoked when the ad fails to load.
Loads a rewarded ad.
Parameters
The ad unit ID.
Used for Server-Side Verification
Used for Server-Side Verification
A callback invoked when the ad is loaded.
A callback invoked when the ad fails to load.
Loads an Rewarded Ad. Note: Make all calls to the Mobile Ads SDK on the main thread.
To load an Rewarded ad, call RewardedAdHandler.load method and pass in an AdUnitId as a String to receive the loaded ad, the onLoad callback, and any possible Exception from the onFailure callback.
Parameters
Your Rewarded Ad AdUnitId String from AdMob
Callback after the ad loads
Callback sharing the Exception when the ad fail to load
See also
Loads an Rewarded Ad. Note: Make all calls to the Mobile Ads SDK on the main thread.
To load an Rewarded ad, call RewardedAdHandler.load method and pass in an AdUnitId as a String to receive the loaded ad, the onLoad callback, and any possible Exception from the onFailure callback.
Parameters
Your Rewarded Ad AdUnitId String from AdMob
Used for Server-Side Verification
Used for Server-Side Verification
Callback after the ad loads
Callback sharing the Exception when the ad fail to load