Rewarded Interstitial
Create a request to load the ad.
You should call this part of the code once at the beginning.
Show Rewarded Interstitial ADS
To show rewarded interstitial ads, you can use the following code snippet:
ОnAdWatched is a delegate used as a callback after a rewarded ad has either been shown and watched or not shown. This delegate takes a single parameter of type bool
, which indicates whether the ad was watched.
Implement a method for the player to receive a reward.
If you need to check the availability/loading status of the ad, include the following code snippet:
Last updated