Video Ads
The SDK includes video ad integration for monetization.
7.1 Show Video Ad
BananaClip.showVideoAd(success => {
if (success) {
console.log("Ad watched successfully!");
}
});Last updated
The SDK includes video ad integration for monetization.
BananaClip.showVideoAd(success => {
if (success) {
console.log("Ad watched successfully!");
}
});Last updated