Created
April 23, 2018 06:01
-
-
Save marchbold/6e930736ecb4f79643c7859da599efe1 to your computer and use it in GitHub Desktop.
Show a Rewarded Video Ad using the Adverts ANE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (rewardedVideoAd.isLoaded()) | |
{ | |
rewardedVideoAd.show(); | |
} | |
// com.distriqt.Adverts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment