C++

Example call

SonarCocosHelper::Mopub::methodToCall( );

Show a banner ad

static void showBannerAd( );

Hide the banner ad

static void hideBannerAd( );

Show fullscreen interstitial ad

static void showFullscreenAd( );

JavaScript

Example call

SonarCocosHelper.Mopub.methodToCall( );

Show a banner ad

SonarCocosHelper.Mopub.showBannerAd = function ()

Hide the banner ad

SonarCocosHelper.Mopub.hideBannerAd = function ()

Show fullscreen interstitial ad

SonarCocosHelper.Mopub.showFullscreenAd = function ()