Video Ads

The SDK includes video ad integration for monetization.

7.1 Show Video Ad

showVideoAd(callback)

Displays a rewarded video ad.

BananaClip.showVideoAd(success => {
    if (success) {
        console.log("Ad watched successfully!");
    }
});

Last updated