emi-indo-cordova-plugin-admob 1.4.8 → 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.
- package/.github/ISSUE_TEMPLATE/bug_report.md +3 -0
- package/README.md +525 -82
- package/package.json +2 -1
- package/plugin.xml +302 -309
- package/src/android/emiAdmobPlugin.kt +1843 -0
- package/src/ios/emiAdmobPlugin.h +6 -2
- package/src/ios/emiAdmobPlugin.m +1646 -2560
- package/www/emiAdmobPlugin.js +42 -17
- package/example/Advanced topics/IABTFC.html +0 -187
- package/example/Advanced topics/consent.html +0 -156
- package/example/Advanced topics/globalSettings.html +0 -49
- package/example/Advanced topics/requestIDFA.html +0 -59
- package/example/Advanced topics/targeting.html +0 -64
- package/example/app_open_ads.html +0 -128
- package/example/banner_ads.html +0 -213
- package/example/interstitial_ads.html +0 -150
- package/example/rewarded_ads.html +0 -169
- package/example/rewarded_interstitial_ads.html +0 -167
- package/example/wewrtr.html +0 -0
- package/src/android/emiAdmobPlugin.java +0 -1
@@ -54,6 +54,9 @@ WARNING: Failure to follow the issue template guidelines below will result in th
|
|
54
54
|
|
55
55
|
**Environment information**
|
56
56
|
<!-- Please supply full details of your development environment including: -->
|
57
|
+
- Plugin version
|
58
|
+
- `Plugin version: xxxx`
|
59
|
+
|
57
60
|
- Cordova CLI version
|
58
61
|
- `cordova -v`
|
59
62
|
- Cordova platform version
|