codeplay-common 4.1.2 → 4.1.3
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/README.md
CHANGED
|
@@ -2710,7 +2710,8 @@ const ADMOB_NEXTGEN_DEFAULTS = {
|
|
|
2710
2710
|
appOpenStartupDelayMs: "",
|
|
2711
2711
|
useAndroidPreloadAds: true,
|
|
2712
2712
|
useAndroidBannerPreloadAds: false,
|
|
2713
|
-
preloadBufferSize: 1
|
|
2713
|
+
preloadBufferSize: 1,
|
|
2714
|
+
consentDebug: false
|
|
2714
2715
|
},
|
|
2715
2716
|
testid: {
|
|
2716
2717
|
nativeid: "",
|
|
@@ -3519,9 +3520,10 @@ const checkAdmobConfigurationProperty=()=>{
|
|
|
3519
3520
|
|
|
3520
3521
|
|
|
3521
3522
|
const REQUIRED_CONFIG_KEYS = [
|
|
3522
|
-
"isKidsApp",
|
|
3523
|
-
"isTesting",
|
|
3524
|
-
"
|
|
3523
|
+
"isKidsApp",
|
|
3524
|
+
"isTesting",
|
|
3525
|
+
"consentDebug",
|
|
3526
|
+
"isConsoleLogEnabled",
|
|
3525
3527
|
"bannerEnabled",
|
|
3526
3528
|
"interstitialEnabled",
|
|
3527
3529
|
"appOpenEnabled",
|