Is there a sample for how to implement KIDOZ rewarded videos?
There is no sample however it’s quite simple.
First you call kidoz.load(“rewardedVideo”).
In your listener you can listen for the “loaded” phase if you want, but it’s not necessary.
https://docs.coronalabs.com/plugin/kidoz/load.html
You can check if an ad is available before showing by using kidoz.isLoaded(“rewardedVideo”).
Call kidoz.show(“rewardedVideo”) to display it, and in your listener you should listen for the “reward” phase.
https://docs.coronalabs.com/plugin/kidoz/event/adsRequest/phase.html
There is no sample however it’s quite simple.
First you call kidoz.load(“rewardedVideo”).
In your listener you can listen for the “loaded” phase if you want, but it’s not necessary.
https://docs.coronalabs.com/plugin/kidoz/load.html
You can check if an ad is available before showing by using kidoz.isLoaded(“rewardedVideo”).
Call kidoz.show(“rewardedVideo”) to display it, and in your listener you should listen for the “reward” phase.
https://docs.coronalabs.com/plugin/kidoz/event/adsRequest/phase.html