emi-indo-cordova-plugin-admob 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ exports.showAppOpenAd = function (success, error) {
10
10
  exec(success, error, 'emiAdmobPlugin', 'showAppOpenAd', []);
11
11
  };
12
12
  exports.styleBannerAd = function (options, success, error) {
13
- exec(success, error, 'emiAdmobPlugin', 'styleBannerAd', [options]); // v1.4.9 ( only Android )
13
+ exec(success, error, 'emiAdmobPlugin', 'styleBannerAd', [options]); // ( only Android )
14
14
  };
15
15
  exports.loadBannerAd = function (options, success, error) {
16
16
  exec(success, error, 'emiAdmobPlugin', 'loadBannerAd', [options]);
@@ -21,8 +21,8 @@ exports.showBannerAd = function (success, error) {
21
21
  exports.hideBannerAd = function (success, error) {
22
22
  exec(success, error, 'emiAdmobPlugin', 'hideBannerAd', []);
23
23
  };
24
- exports.removeBannerAd = function (arg0, success, error) {
25
- exec(success, error, 'emiAdmobPlugin', 'removeBannerAd', [arg0]);
24
+ exports.removeBannerAd = function (success, error) {
25
+ exec(success, error, 'emiAdmobPlugin', 'removeBannerAd', []);
26
26
  };
27
27
  exports.loadInterstitialAd = function (options, success, error) {
28
28
  exec(success, error, 'emiAdmobPlugin', 'loadInterstitialAd', [options]);
@@ -68,7 +68,7 @@ exports.forceDisplayPrivacyForm = function (success, error) {
68
68
  };
69
69
 
70
70
 
71
- // v1.4.9 ( only Android )
71
+ // ( only Android )
72
72
  // only isUsingAdManagerRequest: true
73
73
  // AdManagerAdRequest.Builder
74
74
  exports.targetingAdRequest = function (options, success, error) {