a cordova plugin to integerate appbrain ads with your phonegap application
You can manage some types of Ads .
- Interstitial ad
- banner ad
1.0
$ cordova plugin add https://github.com/mohamedelfiky/com.elfiky.cordova.plugin.appbrain.git
Initialize Appbrain
Appbrain.initializeAppBrain(success, failure);
show Interstitial ad
Appbrain.showInterstitial(success, failure);
show banner ad
Appbrain.showBanner(success, failure);
hide banner ad
Appbrain.hideBannerView(success, failure);