emi-indo-cordova-plugin-admob 1.5.0 → 1.5.1

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.
@@ -1,4 +1,3 @@
1
-
2
1
  var exec = require('cordova/exec');
3
2
 
4
3
  exports.initialize = function (options, success, error) {
@@ -11,7 +10,7 @@ exports.showAppOpenAd = function (success, error) {
11
10
  exec(success, error, 'emiAdmobPlugin', 'showAppOpenAd', []);
12
11
  };
13
12
  exports.styleBannerAd = function (options, success, error) {
14
- exec(success, error, 'emiAdmobPlugin', 'styleBannerAd', [options]); // v1.4.9
13
+ exec(success, error, 'emiAdmobPlugin', 'styleBannerAd', [options]); // v1.4.9 ( only Android )
15
14
  };
16
15
  exports.loadBannerAd = function (options, success, error) {
17
16
  exec(success, error, 'emiAdmobPlugin', 'loadBannerAd', [options]);
@@ -64,9 +63,12 @@ exports.showPrivacyOptionsForm = function (success, error) {
64
63
  exports.globalSettings = function (options, success, error) {
65
64
  exec(success, error, 'emiAdmobPlugin', 'globalSettings', [options]);
66
65
  };
66
+ exports.forceDisplayPrivacyForm = function (success, error) {
67
+ exec(success, error, 'emiAdmobPlugin', 'forceDisplayPrivacyForm', []); // only IOS
68
+ };
67
69
 
68
-
69
- // v1.4.9
70
+
71
+ // v1.4.9 ( only Android )
70
72
  // only isUsingAdManagerRequest: true
71
73
  // AdManagerAdRequest.Builder
72
74
  exports.targetingAdRequest = function (options, success, error) {
@@ -82,3 +84,4 @@ exports.setPPS = function (options, success, error) {
82
84
 
83
85
 
84
86
 
87
+
Binary file
@@ -1,21 +0,0 @@
1
- {
2
- "version": 3,
3
- "artifactType": {
4
- "type": "APK",
5
- "kind": "Directory"
6
- },
7
- "applicationId": "io.cordova.hellocordova",
8
- "variantName": "debug",
9
- "elements": [
10
- {
11
- "type": "SINGLE",
12
- "filters": [],
13
- "attributes": [],
14
- "versionCode": 10000,
15
- "versionName": "1.0.0",
16
- "outputFile": "app-debug.apk"
17
- }
18
- ],
19
- "elementType": "File",
20
- "minSdkVersionForDexing": 24
21
- }
@@ -1,3 +0,0 @@
1
- {
2
- "xml.downloadExternalResources.enabled": true
3
- }