Rewarded Ads
Rewarded Ads are loaded automatically. You can observe ad loading events by specifying the delegate:
The delegate should implement the following methods:
Showing a Rewarded Ad
To show a rewarded ad, call showWithDelegate
method of the Rewarded
class:
The delegate should implement the following methods:
Stopping and Starting Auto-Load
By default, Rewarded preload ads before any manual load attempt. So a Rewarded can use already preloaded ads instead of waiting on a manual load call to load new ads. To disable this feature you need to call the following method:
Once you disable autoload, you should load ads manually every time you need them to show:
Last updated
Was this helpful?