C++

Example call

SonarCocosHelper::iAds::methodToCall( );

Show a banner on the top of the screen

static void showiAdBanner( );

Show a banner on the screen

static void showiAdBanner( int position );

Hide ad banner

static void hideiAdBanner( );

JavaScript

Example call

SonarCocosHelper.iAds.methodToCall( );

Show a banner on the top of the screen

SonarCocosHelper.iAds.showBanner = function ( )

Show a banner on the screen

SonarCocosHelper.iAds.showBanner = function ( position )

Hide ad banner

SonarCocosHelper.iAds.hideBanner = function ( position )