C++

Example call

SonarCocosHelper::Chartboost::methodToCall( );

Show a fullscreen interstitial ad

static void showFullscreenAd( );

Preload a fullscreen interstitial ad

static void preLoadFullscreenAd();

Preload a video ad

static void preLoadVideoAd();

Show a fullscreen video ad

static void showVideoAd( );

Show more apps

static void showMoreApps( );

JavaScript

Example call

SonarCocosHelper.Chartboost.methodToCall( );

Show a fullscreen interstitial ad

SonarCocosHelper.Chartboost.showFullscreenAd = function ( )

Show a fullscreen video ad

SonarCocosHelper.Chartboost.showVideoAd = function ( )

Show more apps

SonarCocosHelper.Chartboost.showMoreApps = function ( )