cordova-plugin-ad-adbuddiz
Advanced tools
Comparing version 1.0.43 to 1.0.44
{ | ||
"name": "cordova-plugin-ad-adbuddiz", | ||
"version": "1.0.43", | ||
"version": "1.0.44", | ||
"description": "Show adbuddiz interstitial ad and rewarded video ad.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -15,3 +15,3 @@ Cordova AdBuddiz plugin | ||
You can see Plugins For Cordova in one page: http://cranberrygame.github.io?referrer=github | ||
You can see Cordova Plugins in one page: http://cranberrygame.github.io?referrer=github | ||
@@ -27,3 +27,3 @@ # Change log # | ||
## Cordova cli ## | ||
https://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-Line%20Interface - npm install -g cordova@5.0.0 | ||
https://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-Line%20Interface - npm install -g cordova@6.0.0 | ||
```c | ||
@@ -131,3 +131,3 @@ cordova plugin add cordova-plugin-ad-adbuddiz | ||
window.adbuddiz.preloadRewardedVideoAd();//option, download ad previously for fast show | ||
window.adbuddiz.showRewardedVideoAd('Default'); | ||
window.adbuddiz.showRewardedVideoAd(); | ||
@@ -134,0 +134,0 @@ alert(window.adbuddiz.loadedInterstitialAd());//boolean: true or false |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7220755