react-native-google-mobile-ads 14.2.3 → 14.2.4
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/__tests__/banner.test.tsx +14 -0
- package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsModule.kt +166 -0
- package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsPackage.kt +42 -0
- package/docs/testing.mdx +17 -0
- package/docs.json +2 -1
- package/jest.setup.ts +1 -4
- package/lib/commonjs/version.js +1 -1
- package/lib/module/version.js +1 -1
- package/lib/typescript/src/AdEventType.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsent.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsentDebugGeography.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsentPrivacyOptionsRequirementStatus.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsentPurposes.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsentSpecialFeatures.d.ts.map +1 -0
- package/lib/typescript/src/AdsConsentStatus.d.ts.map +1 -0
- package/lib/typescript/src/BannerAdSize.d.ts.map +1 -0
- package/lib/typescript/src/GAMAdEventType.d.ts.map +1 -0
- package/lib/typescript/src/MaxAdContentRating.d.ts.map +1 -0
- package/lib/typescript/src/MobileAds.d.ts.map +1 -0
- package/lib/typescript/src/NativeGoogleMobileAdsModule.d.ts.map +1 -0
- package/lib/typescript/src/RewardedAdEventType.d.ts.map +1 -0
- package/lib/typescript/src/TestIds.d.ts.map +1 -0
- package/lib/typescript/src/ads/AppOpenAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/BannerAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/BaseAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/GAMBannerAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/GAMInterstitialAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/GoogleMobileAdsBannerViewNativeComponent.d.ts.map +1 -0
- package/lib/typescript/src/ads/InterstitialAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/MobileAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/RewardedAd.d.ts.map +1 -0
- package/lib/typescript/src/ads/RewardedInterstitialAd.d.ts.map +1 -0
- package/lib/typescript/src/common/constants.d.ts.map +1 -0
- package/lib/typescript/src/common/debounce.d.ts.map +1 -0
- package/lib/typescript/src/common/index.d.ts.map +1 -0
- package/lib/typescript/src/common/validate.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useAppOpenAd.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useForeground.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useFullScreenAd.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useInterstitialAd.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useRewardedAd.d.ts.map +1 -0
- package/lib/typescript/src/hooks/useRewardedInterstitialAd.d.ts.map +1 -0
- package/lib/typescript/{index.d.ts → src/index.d.ts} +1 -1
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/internal/GoogleMobileAdsNativeEventEmitter.d.ts.map +1 -0
- package/lib/typescript/src/internal/NativeError.d.ts.map +1 -0
- package/lib/typescript/src/internal/SharedEventEmitter.d.ts.map +1 -0
- package/lib/typescript/src/types/AdEventListener.d.ts.map +1 -0
- package/lib/typescript/src/types/AdEventsListener.d.ts.map +1 -0
- package/lib/typescript/src/types/AdShowOptions.d.ts.map +1 -0
- package/lib/typescript/src/types/AdStates.d.ts.map +1 -0
- package/lib/typescript/src/types/AdapterStatus.d.ts.map +1 -0
- package/lib/typescript/src/types/AdsConsent.interface.d.ts.map +1 -0
- package/lib/typescript/src/types/AppEvent.d.ts.map +1 -0
- package/lib/typescript/src/types/BannerAdProps.d.ts.map +1 -0
- package/lib/typescript/src/types/MobileAd.interface.d.ts.map +1 -0
- package/lib/typescript/src/types/MobileAdsModule.interface.d.ts.map +1 -0
- package/lib/typescript/src/types/PaidEventListener.d.ts.map +1 -0
- package/lib/typescript/src/types/RequestConfiguration.d.ts.map +1 -0
- package/lib/typescript/src/types/RequestOptions.d.ts.map +1 -0
- package/lib/typescript/src/types/RewardedAdReward.d.ts.map +1 -0
- package/lib/typescript/src/types/index.d.ts.map +1 -0
- package/lib/typescript/src/validateAdRequestConfiguration.d.ts.map +1 -0
- package/lib/typescript/src/validateAdRequestOptions.d.ts.map +1 -0
- package/lib/typescript/src/validateAdShowOptions.d.ts.map +1 -0
- package/lib/typescript/src/version.d.ts +2 -0
- package/lib/typescript/src/version.d.ts.map +1 -0
- package/lib/typescript/type-test.d.ts +2 -0
- package/lib/typescript/type-test.d.ts.map +1 -0
- package/package.json +4 -4
- package/src/version.ts +1 -1
- package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsModule.java +0 -207
- package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsPackage.java +0 -49
- package/lib/typescript/AdEventType.d.ts.map +0 -1
- package/lib/typescript/AdsConsent.d.ts.map +0 -1
- package/lib/typescript/AdsConsentDebugGeography.d.ts.map +0 -1
- package/lib/typescript/AdsConsentPrivacyOptionsRequirementStatus.d.ts.map +0 -1
- package/lib/typescript/AdsConsentPurposes.d.ts.map +0 -1
- package/lib/typescript/AdsConsentSpecialFeatures.d.ts.map +0 -1
- package/lib/typescript/AdsConsentStatus.d.ts.map +0 -1
- package/lib/typescript/BannerAdSize.d.ts.map +0 -1
- package/lib/typescript/GAMAdEventType.d.ts.map +0 -1
- package/lib/typescript/MaxAdContentRating.d.ts.map +0 -1
- package/lib/typescript/MobileAds.d.ts.map +0 -1
- package/lib/typescript/NativeGoogleMobileAdsModule.d.ts.map +0 -1
- package/lib/typescript/RewardedAdEventType.d.ts.map +0 -1
- package/lib/typescript/TestIds.d.ts.map +0 -1
- package/lib/typescript/ads/AppOpenAd.d.ts.map +0 -1
- package/lib/typescript/ads/BannerAd.d.ts.map +0 -1
- package/lib/typescript/ads/BaseAd.d.ts.map +0 -1
- package/lib/typescript/ads/GAMBannerAd.d.ts.map +0 -1
- package/lib/typescript/ads/GAMInterstitialAd.d.ts.map +0 -1
- package/lib/typescript/ads/GoogleMobileAdsBannerViewNativeComponent.d.ts.map +0 -1
- package/lib/typescript/ads/InterstitialAd.d.ts.map +0 -1
- package/lib/typescript/ads/MobileAd.d.ts.map +0 -1
- package/lib/typescript/ads/RewardedAd.d.ts.map +0 -1
- package/lib/typescript/ads/RewardedInterstitialAd.d.ts.map +0 -1
- package/lib/typescript/common/constants.d.ts.map +0 -1
- package/lib/typescript/common/debounce.d.ts.map +0 -1
- package/lib/typescript/common/index.d.ts.map +0 -1
- package/lib/typescript/common/validate.d.ts.map +0 -1
- package/lib/typescript/hooks/useAppOpenAd.d.ts.map +0 -1
- package/lib/typescript/hooks/useForeground.d.ts.map +0 -1
- package/lib/typescript/hooks/useFullScreenAd.d.ts.map +0 -1
- package/lib/typescript/hooks/useInterstitialAd.d.ts.map +0 -1
- package/lib/typescript/hooks/useRewardedAd.d.ts.map +0 -1
- package/lib/typescript/hooks/useRewardedInterstitialAd.d.ts.map +0 -1
- package/lib/typescript/index.d.ts.map +0 -1
- package/lib/typescript/internal/GoogleMobileAdsNativeEventEmitter.d.ts.map +0 -1
- package/lib/typescript/internal/NativeError.d.ts.map +0 -1
- package/lib/typescript/internal/SharedEventEmitter.d.ts.map +0 -1
- package/lib/typescript/types/AdEventListener.d.ts.map +0 -1
- package/lib/typescript/types/AdEventsListener.d.ts.map +0 -1
- package/lib/typescript/types/AdShowOptions.d.ts.map +0 -1
- package/lib/typescript/types/AdStates.d.ts.map +0 -1
- package/lib/typescript/types/AdapterStatus.d.ts.map +0 -1
- package/lib/typescript/types/AdsConsent.interface.d.ts.map +0 -1
- package/lib/typescript/types/AppEvent.d.ts.map +0 -1
- package/lib/typescript/types/BannerAdProps.d.ts.map +0 -1
- package/lib/typescript/types/MobileAd.interface.d.ts.map +0 -1
- package/lib/typescript/types/MobileAdsModule.interface.d.ts.map +0 -1
- package/lib/typescript/types/PaidEventListener.d.ts.map +0 -1
- package/lib/typescript/types/RequestConfiguration.d.ts.map +0 -1
- package/lib/typescript/types/RequestOptions.d.ts.map +0 -1
- package/lib/typescript/types/RewardedAdReward.d.ts.map +0 -1
- package/lib/typescript/types/index.d.ts.map +0 -1
- package/lib/typescript/validateAdRequestConfiguration.d.ts.map +0 -1
- package/lib/typescript/validateAdRequestOptions.d.ts.map +0 -1
- package/lib/typescript/validateAdShowOptions.d.ts.map +0 -1
- package/lib/typescript/version.d.ts +0 -2
- package/lib/typescript/version.d.ts.map +0 -1
- /package/lib/typescript/{AdEventType.d.ts → src/AdEventType.d.ts} +0 -0
- /package/lib/typescript/{AdsConsent.d.ts → src/AdsConsent.d.ts} +0 -0
- /package/lib/typescript/{AdsConsentDebugGeography.d.ts → src/AdsConsentDebugGeography.d.ts} +0 -0
- /package/lib/typescript/{AdsConsentPrivacyOptionsRequirementStatus.d.ts → src/AdsConsentPrivacyOptionsRequirementStatus.d.ts} +0 -0
- /package/lib/typescript/{AdsConsentPurposes.d.ts → src/AdsConsentPurposes.d.ts} +0 -0
- /package/lib/typescript/{AdsConsentSpecialFeatures.d.ts → src/AdsConsentSpecialFeatures.d.ts} +0 -0
- /package/lib/typescript/{AdsConsentStatus.d.ts → src/AdsConsentStatus.d.ts} +0 -0
- /package/lib/typescript/{BannerAdSize.d.ts → src/BannerAdSize.d.ts} +0 -0
- /package/lib/typescript/{GAMAdEventType.d.ts → src/GAMAdEventType.d.ts} +0 -0
- /package/lib/typescript/{MaxAdContentRating.d.ts → src/MaxAdContentRating.d.ts} +0 -0
- /package/lib/typescript/{MobileAds.d.ts → src/MobileAds.d.ts} +0 -0
- /package/lib/typescript/{NativeGoogleMobileAdsModule.d.ts → src/NativeGoogleMobileAdsModule.d.ts} +0 -0
- /package/lib/typescript/{RewardedAdEventType.d.ts → src/RewardedAdEventType.d.ts} +0 -0
- /package/lib/typescript/{TestIds.d.ts → src/TestIds.d.ts} +0 -0
- /package/lib/typescript/{ads → src/ads}/AppOpenAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/BannerAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/BaseAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/GAMBannerAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/GAMInterstitialAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/GoogleMobileAdsBannerViewNativeComponent.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/InterstitialAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/MobileAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/RewardedAd.d.ts +0 -0
- /package/lib/typescript/{ads → src/ads}/RewardedInterstitialAd.d.ts +0 -0
- /package/lib/typescript/{common → src/common}/constants.d.ts +0 -0
- /package/lib/typescript/{common → src/common}/debounce.d.ts +0 -0
- /package/lib/typescript/{common → src/common}/index.d.ts +0 -0
- /package/lib/typescript/{common → src/common}/validate.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useAppOpenAd.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useForeground.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useFullScreenAd.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useInterstitialAd.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useRewardedAd.d.ts +0 -0
- /package/lib/typescript/{hooks → src/hooks}/useRewardedInterstitialAd.d.ts +0 -0
- /package/lib/typescript/{internal → src/internal}/GoogleMobileAdsNativeEventEmitter.d.ts +0 -0
- /package/lib/typescript/{internal → src/internal}/NativeError.d.ts +0 -0
- /package/lib/typescript/{internal → src/internal}/SharedEventEmitter.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdEventListener.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdEventsListener.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdShowOptions.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdStates.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdapterStatus.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AdsConsent.interface.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/AppEvent.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/BannerAdProps.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/MobileAd.interface.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/MobileAdsModule.interface.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/PaidEventListener.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/RequestConfiguration.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/RequestOptions.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/RewardedAdReward.d.ts +0 -0
- /package/lib/typescript/{types → src/types}/index.d.ts +0 -0
- /package/lib/typescript/{validateAdRequestConfiguration.d.ts → src/validateAdRequestConfiguration.d.ts} +0 -0
- /package/lib/typescript/{validateAdRequestOptions.d.ts → src/validateAdRequestOptions.d.ts} +0 -0
- /package/lib/typescript/{validateAdShowOptions.d.ts → src/validateAdShowOptions.d.ts} +0 -0
|
@@ -1,9 +1,23 @@
|
|
|
1
|
+
import * as ReactNative from 'react-native';
|
|
1
2
|
import React from 'react';
|
|
2
3
|
import { render } from '@testing-library/react-native';
|
|
3
4
|
import { BannerAd, BannerAdSize } from '../src';
|
|
4
5
|
|
|
5
6
|
const MOCK_ID = 'MOCK_ID';
|
|
6
7
|
|
|
8
|
+
jest.doMock('react-native', () => {
|
|
9
|
+
return Object.setPrototypeOf(
|
|
10
|
+
{
|
|
11
|
+
...ReactNative,
|
|
12
|
+
Platform: {
|
|
13
|
+
OS: 'android',
|
|
14
|
+
select: () => {},
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
ReactNative,
|
|
18
|
+
);
|
|
19
|
+
});
|
|
20
|
+
|
|
7
21
|
describe('Google Mobile Ads Banner', function () {
|
|
8
22
|
it('throws if no unit ID was provided.', function () {
|
|
9
23
|
let errorMsg;
|
package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsModule.kt
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
package io.invertase.googlemobileads
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this library except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
import com.facebook.react.bridge.*
|
|
21
|
+
import com.google.android.gms.ads.MobileAds
|
|
22
|
+
import com.google.android.gms.ads.initialization.OnInitializationCompleteListener
|
|
23
|
+
import com.google.android.gms.ads.RequestConfiguration
|
|
24
|
+
import com.google.android.gms.ads.AdInspectorError
|
|
25
|
+
import com.google.android.gms.ads.AdRequest
|
|
26
|
+
import com.google.android.gms.ads.OnAdInspectorClosedListener
|
|
27
|
+
|
|
28
|
+
private const val SERVICE = "RNGoogleMobileAdsModule";
|
|
29
|
+
|
|
30
|
+
class ReactNativeGoogleMobileAdsModule(
|
|
31
|
+
reactContext: ReactApplicationContext
|
|
32
|
+
) : ReactContextBaseJavaModule(reactContext) {
|
|
33
|
+
|
|
34
|
+
override fun getName() = SERVICE
|
|
35
|
+
|
|
36
|
+
private fun buildRequestConfiguration(
|
|
37
|
+
requestConfiguration: ReadableMap
|
|
38
|
+
): RequestConfiguration {
|
|
39
|
+
val builder = RequestConfiguration.Builder()
|
|
40
|
+
|
|
41
|
+
if (requestConfiguration.hasKey("testDeviceIdentifiers")) {
|
|
42
|
+
val devices = checkNotNull(requestConfiguration.getArray("testDeviceIdentifiers")).toArrayList()
|
|
43
|
+
val testDeviceIds = devices.map {
|
|
44
|
+
val id = it as String;
|
|
45
|
+
if (id == "EMULATOR") {
|
|
46
|
+
AdRequest.DEVICE_ID_EMULATOR
|
|
47
|
+
} else {
|
|
48
|
+
id
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
builder.setTestDeviceIds(testDeviceIds)
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
if (requestConfiguration.hasKey("maxAdContentRating")) {
|
|
56
|
+
val rating = requestConfiguration.getString("maxAdContentRating")
|
|
57
|
+
|
|
58
|
+
when (rating) {
|
|
59
|
+
"G" -> builder.setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_G)
|
|
60
|
+
"PG" -> builder.setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_PG)
|
|
61
|
+
"T" -> builder.setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_T)
|
|
62
|
+
"MA" -> builder.setMaxAdContentRating(RequestConfiguration.MAX_AD_CONTENT_RATING_MA)
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if (requestConfiguration.hasKey("tagForChildDirectedTreatment")) {
|
|
67
|
+
val tagForChildDirectedTreatment = requestConfiguration.getBoolean("tagForChildDirectedTreatment")
|
|
68
|
+
builder.setTagForChildDirectedTreatment(
|
|
69
|
+
if (tagForChildDirectedTreatment) {
|
|
70
|
+
RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_TRUE
|
|
71
|
+
} else {
|
|
72
|
+
RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_FALSE
|
|
73
|
+
}
|
|
74
|
+
)
|
|
75
|
+
} else {
|
|
76
|
+
builder.setTagForChildDirectedTreatment(RequestConfiguration.TAG_FOR_CHILD_DIRECTED_TREATMENT_UNSPECIFIED)
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if (requestConfiguration.hasKey("tagForUnderAgeOfConsent")) {
|
|
80
|
+
val tagForUnderAgeOfConsent = requestConfiguration.getBoolean("tagForUnderAgeOfConsent")
|
|
81
|
+
builder.setTagForUnderAgeOfConsent(
|
|
82
|
+
if (tagForUnderAgeOfConsent) {
|
|
83
|
+
RequestConfiguration.TAG_FOR_UNDER_AGE_OF_CONSENT_TRUE
|
|
84
|
+
} else {
|
|
85
|
+
RequestConfiguration.TAG_FOR_UNDER_AGE_OF_CONSENT_FALSE
|
|
86
|
+
}
|
|
87
|
+
)
|
|
88
|
+
} else {
|
|
89
|
+
builder.setTagForUnderAgeOfConsent(RequestConfiguration.TAG_FOR_UNDER_AGE_OF_CONSENT_UNSPECIFIED)
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return builder.build()
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
@ReactMethod
|
|
96
|
+
fun initialize(promise: Promise) {
|
|
97
|
+
MobileAds.initialize(
|
|
98
|
+
reactApplicationContext,
|
|
99
|
+
OnInitializationCompleteListener { initializationStatus ->
|
|
100
|
+
val result = Arguments.createArray()
|
|
101
|
+
for ((key, value) in initializationStatus.adapterStatusMap) {
|
|
102
|
+
val info = Arguments.createMap();
|
|
103
|
+
info.putString("name", key)
|
|
104
|
+
info.putInt("state", value.initializationState.ordinal)
|
|
105
|
+
info.putString("description", value.description)
|
|
106
|
+
result.pushMap(info);
|
|
107
|
+
}
|
|
108
|
+
promise.resolve(result)
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
@ReactMethod
|
|
113
|
+
fun setRequestConfiguration(
|
|
114
|
+
requestConfiguration: ReadableMap,
|
|
115
|
+
promise: Promise
|
|
116
|
+
) {
|
|
117
|
+
MobileAds.setRequestConfiguration(buildRequestConfiguration(requestConfiguration))
|
|
118
|
+
promise.resolve(null)
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
@ReactMethod
|
|
122
|
+
fun openAdInspector(promise: Promise) {
|
|
123
|
+
val activity = currentActivity
|
|
124
|
+
if (activity == null) {
|
|
125
|
+
promise.reject("null-activity", "Ad Inspector attempted to open but the current Activity was null.")
|
|
126
|
+
return
|
|
127
|
+
}
|
|
128
|
+
activity.runOnUiThread {
|
|
129
|
+
MobileAds.openAdInspector(
|
|
130
|
+
reactApplicationContext,
|
|
131
|
+
OnAdInspectorClosedListener { adInspectorError ->
|
|
132
|
+
if (adInspectorError != null) {
|
|
133
|
+
val code = when (adInspectorError.code) {
|
|
134
|
+
AdInspectorError.ERROR_CODE_INTERNAL_ERROR -> "INTERNAL_ERROR"
|
|
135
|
+
AdInspectorError.ERROR_CODE_FAILED_TO_LOAD -> "FAILED_TO_LOAD"
|
|
136
|
+
AdInspectorError.ERROR_CODE_NOT_IN_TEST_MODE -> "NOT_IN_TEST_MODE"
|
|
137
|
+
AdInspectorError.ERROR_CODE_ALREADY_OPEN -> "ALREADY_OPEN"
|
|
138
|
+
else -> ""
|
|
139
|
+
}
|
|
140
|
+
promise.reject(code, adInspectorError.message)
|
|
141
|
+
} else {
|
|
142
|
+
promise.resolve(null)
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
)
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
@ReactMethod
|
|
151
|
+
fun openDebugMenu(adUnit: String) {
|
|
152
|
+
currentActivity?.runOnUiThread {
|
|
153
|
+
MobileAds.openDebugMenu(currentActivity!!, adUnit)
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@ReactMethod
|
|
158
|
+
fun setAppVolume(volume: Float) {
|
|
159
|
+
MobileAds.setAppVolume(volume)
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
@ReactMethod
|
|
163
|
+
fun setAppMuted(muted: Boolean) {
|
|
164
|
+
MobileAds.setAppMuted(muted)
|
|
165
|
+
}
|
|
166
|
+
}
|
package/android/src/main/java/io/invertase/googlemobileads/ReactNativeGoogleMobileAdsPackage.kt
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
package io.invertase.googlemobileads
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* Copyright (c) 2016-present Invertase Limited & Contributors
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this library except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
|
|
20
|
+
import com.facebook.react.ReactPackage
|
|
21
|
+
import com.facebook.react.bridge.NativeModule
|
|
22
|
+
import com.facebook.react.bridge.ReactApplicationContext
|
|
23
|
+
import com.facebook.react.uimanager.ViewManager
|
|
24
|
+
|
|
25
|
+
@SuppressWarnings("unused")
|
|
26
|
+
class ReactNativeGoogleMobileAdsPackage : ReactPackage {
|
|
27
|
+
override fun createNativeModules(reactContext: ReactApplicationContext) = listOf(
|
|
28
|
+
ReactNativeAppModule(reactContext),
|
|
29
|
+
ReactNativeGoogleMobileAdsModule(reactContext),
|
|
30
|
+
ReactNativeGoogleMobileAdsConsentModule(reactContext),
|
|
31
|
+
ReactNativeGoogleMobileAdsAppOpenModule(reactContext),
|
|
32
|
+
ReactNativeGoogleMobileAdsInterstitialModule(reactContext),
|
|
33
|
+
ReactNativeGoogleMobileAdsRewardedModule(reactContext),
|
|
34
|
+
ReactNativeGoogleMobileAdsRewardedInterstitialModule(reactContext)
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
override fun createViewManagers(
|
|
38
|
+
reactContext: ReactApplicationContext
|
|
39
|
+
): List<ViewManager<*, *>> {
|
|
40
|
+
return listOf(ReactNativeGoogleMobileAdsBannerAdViewManager())
|
|
41
|
+
}
|
|
42
|
+
}
|
package/docs/testing.mdx
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Testing
|
|
2
|
+
|
|
3
|
+
The React Native Google Mobile Ads library depends on a lot of platform-specific native code which you likely want to mock in your tests.
|
|
4
|
+
|
|
5
|
+
## Testing with Jest
|
|
6
|
+
|
|
7
|
+
This library ships with a Jest setup file that mocks the native code for you.
|
|
8
|
+
To use it, add the following to your Jest configuration:
|
|
9
|
+
|
|
10
|
+
```json
|
|
11
|
+
// jest.config.js|ts|mjs|cjs|json
|
|
12
|
+
{
|
|
13
|
+
"setupFiles": [
|
|
14
|
+
"./node_modules/react-native-google-mobile-ads/jest.setup.ts"
|
|
15
|
+
]
|
|
16
|
+
}
|
|
17
|
+
```
|
package/docs.json
CHANGED
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
["European User Consent", "/european-user-consent"],
|
|
19
19
|
["Ad Inspector", "/ad-inspector"],
|
|
20
20
|
["Impression-level ad revenue", "/impression-level-ad-revenue"],
|
|
21
|
-
["Video ad volume control", "/video-ad_volume-control"]
|
|
21
|
+
["Video ad volume control", "/video-ad_volume-control"],
|
|
22
|
+
["Testing", "/testing"]
|
|
22
23
|
]
|
|
23
24
|
],
|
|
24
25
|
[
|
package/jest.setup.ts
CHANGED
|
@@ -3,10 +3,6 @@ import * as ReactNative from 'react-native';
|
|
|
3
3
|
jest.doMock('react-native', () => {
|
|
4
4
|
return Object.setPrototypeOf(
|
|
5
5
|
{
|
|
6
|
-
Platform: {
|
|
7
|
-
OS: 'android',
|
|
8
|
-
select: () => {},
|
|
9
|
-
},
|
|
10
6
|
NativeModules: {
|
|
11
7
|
...ReactNative.NativeModules,
|
|
12
8
|
RNAppModule: {
|
|
@@ -28,6 +24,7 @@ jest.doMock('react-native', () => {
|
|
|
28
24
|
RNGoogleMobileAdsConsentModule: {},
|
|
29
25
|
},
|
|
30
26
|
TurboModuleRegistry: {
|
|
27
|
+
...ReactNative.TurboModuleRegistry,
|
|
31
28
|
getEnforcing: () => {
|
|
32
29
|
return {
|
|
33
30
|
initialize: jest.fn(),
|
package/lib/commonjs/version.js
CHANGED
package/lib/module/version.js
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdEventType.d.ts","sourceRoot":"","sources":["../../../src/AdEventType.ts"],"names":[],"mappings":"AAiBA,oBAAY,WAAW;IACrB;;;;;;;;;;;;OAYG;IACH,MAAM,WAAW;IAEjB;;;;;;;;;;;;OAYG;IACH,KAAK,UAAU;IAEf;;;OAGG;IACH,MAAM,WAAW;IAEjB;;;OAGG;IACH,IAAI,SAAS;IAEb;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,MAAM,WAAW;CAClB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsent.d.ts","sourceRoot":"","sources":["../../../src/AdsConsent.ts"],"names":[],"mappings":"AAuBA,OAAO,EAGL,mBAAmB,EAEpB,MAAM,8BAA8B,CAAC;AAItC,eAAO,MAAM,UAAU,EAAE,mBAqIxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsentDebugGeography.d.ts","sourceRoot":"","sources":["../../../src/AdsConsentDebugGeography.ts"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,oBAAY,wBAAwB;IAClC;;OAEG;IACH,QAAQ,IAAI;IAEZ;;OAEG;IACH,GAAG,IAAI;IAEP;;OAEG;IACH,OAAO,IAAI;CACZ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsentPrivacyOptionsRequirementStatus.d.ts","sourceRoot":"","sources":["../../../src/AdsConsentPrivacyOptionsRequirementStatus.ts"],"names":[],"mappings":"AAiBA;;GAEG;AACH,oBAAY,yCAAyC;IACnD;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,YAAY,iBAAiB;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsentPurposes.d.ts","sourceRoot":"","sources":["../../../src/AdsConsentPurposes.ts"],"names":[],"mappings":"AAyBA,oBAAY,kBAAkB;IAC5B;;;;;;;OAOG;IACH,sCAAsC,IAAI;IAE1C;;;;;;;;;;;;;;;;;;OAkBG;IACH,gBAAgB,IAAI;IAEpB;;;;;;;;;;;OAWG;IACH,iCAAiC,IAAI;IAErC;;;;;;;OAOG;IACH,uBAAuB,IAAI;IAE3B;;;;;;;;;;;OAWG;IACH,qCAAqC,IAAI;IAEzC;;;;;;;OAOG;IACH,2BAA2B,IAAI;IAE/B;;;;;;;;;;;;;;;;;;OAkBG;IACH,sBAAsB,IAAI;IAE1B;;;;;;;;;;;;;;;OAeG;IACH,2BAA2B,IAAI;IAE/B;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,mDAAmD,IAAI;IAEvD;;;;;;;;;;;;OAYG;IACH,4BAA4B,KAAK;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsentSpecialFeatures.d.ts","sourceRoot":"","sources":["../../../src/AdsConsentSpecialFeatures.ts"],"names":[],"mappings":"AAyBA,oBAAY,yBAAyB;IACnC;;;;;;;;OAQG;IACH,4BAA4B,IAAI;IAEhC;;;;;;;;OAQG;IACH,uDAAuD,IAAI;CAC5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsentStatus.d.ts","sourceRoot":"","sources":["../../../src/AdsConsentStatus.ts"],"names":[],"mappings":"AAiBA;;GAEG;AACH,oBAAY,gBAAgB;IAC1B;;OAEG;IACH,OAAO,YAAY;IAEnB;;OAEG;IACH,QAAQ,aAAa;IAErB;;OAEG;IACH,YAAY,iBAAiB;IAE7B;;OAEG;IACH,QAAQ,aAAa;CACtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerAdSize.d.ts","sourceRoot":"","sources":["../../../src/BannerAdSize.ts"],"names":[],"mappings":"AAkBA,oBAAY,YAAY;IACtB;;OAEG;IACH,MAAM,WAAW;IAEjB;;OAEG;IACH,WAAW,gBAAgB;IAE3B;;OAEG;IACH,YAAY,iBAAiB;IAE7B;;OAEG;IACH,WAAW,gBAAgB;IAE3B;;OAEG;IACH,gBAAgB,qBAAqB;IAErC;;OAEG;IACH,eAAe,oBAAoB;IAEnC;;OAEG;IACH,wBAAwB,6BAA6B;IAErD;;;OAGG;IACH,sBAAsB,2BAA2B;IAEjD;;OAEG;IACH,eAAe,oBAAoB;CACpC;AAED,eAAO,MAAM,eAAe;IAG1B;;OAEG;;IApDH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;OAEG;;IAGH;;;OAGG;;IAGH;;OAEG;;CAWK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GAMAdEventType.d.ts","sourceRoot":"","sources":["../../../src/GAMAdEventType.ts"],"names":[],"mappings":"AAiBA,oBAAY,cAAc;IACxB;;;;;;;;;;;;;;;;OAgBG;IACH,SAAS,cAAc;CACxB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MaxAdContentRating.d.ts","sourceRoot":"","sources":["../../../src/MaxAdContentRating.ts"],"names":[],"mappings":"AAiBA,oBAAY,kBAAkB;IAC5B;;OAEG;IACH,CAAC,MAAM;IAEP;;OAEG;IACH,EAAE,OAAO;IAET;;OAEG;IACH,CAAC,MAAM;IAEP;;OAEG;IACH,EAAE,OAAO;CACV"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobileAds.d.ts","sourceRoot":"","sources":["../../../src/MobileAds.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAWpE,cAAM,eAAgB,YAAW,wBAAwB;;IASvD,4BAA4B,CAAC,SAAS,EAAE,MAAM;IAU9C,UAAU;IAIV,uBAAuB,CAAC,oBAAoB,EAAE,oBAAoB;IAalE,eAAe;IAIf,aAAa,CAAC,MAAM,EAAE,MAAM;IAK5B,YAAY,CAAC,MAAM,EAAE,MAAM;IAM3B,WAAW,CAAC,KAAK,EAAE,OAAO;CAG3B;AAID,eAAO,MAAM,SAAS,uBAErB,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeGoogleMobileAdsModule.d.ts","sourceRoot":"","sources":["../../../src/NativeGoogleMobileAdsModule.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAEhD,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AAEzE,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAExC,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,UAAU,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC;IACvC,uBAAuB,CAAC,oBAAoB,CAAC,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5E,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACnC;;AAED,wBAAiF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RewardedAdEventType.d.ts","sourceRoot":"","sources":["../../../src/RewardedAdEventType.ts"],"names":[],"mappings":"AAiBA,oBAAY,mBAAmB;IAC7B;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,MAAM,oBAAoB;IAE1B;;;;;;;;;;;;;;;;OAgBG;IACH,aAAa,2BAA2B;CACzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TestIds.d.ts","sourceRoot":"","sources":["../../../src/TestIds.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;CAiCnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppOpenAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/AppOpenAd.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD,qBAAa,SAAU,SAAQ,QAAQ;IACrC,SAAS,CAAC,MAAM,CAAC,eAAe,SAAK;IAErC,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc;IAwB3E,mBAAmB,CAAC,CAAC,SAAS,WAAW,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI;IAIrF,kBAAkB,CAAC,CAAC,SAAS,WAAW,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;CAGhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/BannerAd.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAIvD,qBAAa,QAAS,SAAQ,KAAK,CAAC,SAAS,CAAC,aAAa,CAAC;IAC1D,OAAO,CAAC,GAAG,CAAmE;IAE9E,IAAI;IAMJ,MAAM;CAGP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BaseAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/BaseAd.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAK1D,eAAO,MAAM,MAAM,sNAkJjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GAMBannerAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/GAMBannerAd.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAI1D,qBAAa,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC;IAChE,OAAO,CAAC,GAAG,CAAmE;IAE9E,sBAAsB;IAMtB,IAAI;IAMJ,MAAM;CAGP"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GAMInterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/GAMInterstitialAd.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,qBAAa,iBAAkB,SAAQ,cAAc;IACnD;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc,GACZ,iBAAiB;IAGhF,mBAAmB,CAAC,CAAC,SAAS,WAAW,GAAG,cAAc,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAIzF,kBAAkB,CAAC,CAAC,SAAS,WAAW,GAAG,cAAc,EACvD,IAAI,EAAE,CAAC,EACP,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;CAI/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleMobileAdsBannerViewNativeComponent.d.ts","sourceRoot":"","sources":["../../../../src/ads/GoogleMobileAdsBannerViewNativeComponent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AACpC,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,KAAK,EAAE,MAAM,2CAA2C,CAAC;AAI7F,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,MAAM,WAAW,WAAY,SAAQ,SAAS;IAC5C,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,wBAAwB,EAAE,OAAO,CAAC;IAClC,aAAa,EAAE,oBAAoB,CAAC,WAAW,CAAC,CAAC;CAClD;AAED,MAAM,MAAM,aAAa,GAAG,aAAa,CAAC,WAAW,CAAC,CAAC;AAEvD,UAAU,cAAc;IACtB,sBAAsB,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;IAC3E,IAAI,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,UAAU,CAAC,aAAa,CAAC,KAAK,IAAI,CAAC;CAC1D;AAID,eAAO,MAAM,QAAQ,EAAE,cAErB,CAAC;wBAIE,aAAa,CAAC,WAAW,CAAC;AAF/B,wBAEgC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/InterstitialAd.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,qBAAa,cAAe,SAAQ,QAAQ;IAC1C,SAAS,CAAC,MAAM,CAAC,oBAAoB,SAAK;IAC1C;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc;IAwB3E,mBAAmB,CAAC,CAAC,SAAS,WAAW,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAIxE,kBAAkB,CAAC,CAAC,SAAS,WAAW,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;CAGhF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobileAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/MobileAd.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,mBAAmB,EAAiB,MAAM,cAAc,CAAC;AAGlE,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,OAAO,EAAE,eAAe,EAAkB,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAG7C,KAAK,MAAM,GAAG,UAAU,GAAG,cAAc,GAAG,UAAU,GAAG,uBAAuB,CAAC;AACjF,KAAK,YAAY,GACb,gCAAgC,GAChC,qCAAqC,GACrC,iCAAiC,GACjC,6CAA6C,CAAC;AAClD,KAAK,SAAS,GAAG,WAAW,GAAG,mBAAmB,GAAG,cAAc,CAAC;AAQpE,8BAAsB,QAAS,YAAW,iBAAiB;IACzD,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,aAAa,EAAE,YAAY,CAAC;IACtC,SAAS,CAAC,UAAU,EAAE,MAAM,CAAC;IAC7B,SAAS,CAAC,SAAS,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,eAAe,EAAE,cAAc,CAAC;IAC1C,SAAS,CAAC,OAAO,EAAE,OAAO,CAAC;IAC3B,SAAS,CAAC,aAAa,EAAE,OAAO,CAAC;IACjC,SAAS,CAAC,kBAAkB,EAAE,GAAG,CAAC,MAAM,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;IACvE,SAAS,CAAC,oBAAoB,EAAE,GAAG,CAAC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC;IACxF,SAAS,CAAC,mBAAmB,EAAE,MAAM,CAAC;IACtC,SAAS,CAAC,kBAAkB,EAAE,MAAM,CAAC;IACrC,SAAS,CAAC,eAAe,EAAE,mBAAmB,CAAC;IAE/C,SAAS,aACP,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,YAAY,EAC1B,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,MAAM,EAChB,cAAc,EAAE,cAAc;IA6BhC,SAAS,CAAC,cAAc,CAAC,KAAK,EAAE;QAC9B,IAAI,EAAE;YACJ,IAAI,EAAE,SAAS,CAAC;YAChB,KAAK,CAAC,EAAE;gBAAE,IAAI,EAAE,MAAM,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAE,CAAC;YAC1C,IAAI,CAAC,EAAE,gBAAgB,GAAG,QAAQ,CAAC;SACpC,CAAC;KACH;IAgCD,SAAS,CAAC,oBAAoB,CAAC,CAAC,SAAS,SAAS,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC;IAYjF,SAAS,CAAC,mBAAmB,CAAC,CAAC,SAAS,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;IA0BxF,SAAS,CAAC,oBAAoB,CAAC,CAAC,SAAS,SAAS,EAAE,IAAI,EAAE,CAAC,GACX,GAAG,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAG/E,SAAS,KAAK,UAAU,WAEvB;IAED,SAAS,KAAK,cAAc,qEAU3B;IAEM,IAAI;IAWJ,IAAI,CAAC,WAAW,CAAC,EAAE,aAAa;aAsBvB,mBAAmB,CAAC,CAAC,SAAS,KAAK,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI;aAE/E,kBAAkB,CAAC,CAAC,SAAS,KAAK,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,IAAI;IAEzF,kBAAkB;IAOzB,IAAW,QAAQ,WAElB;IAED,IAAW,MAAM,YAEhB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RewardedAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/RewardedAd.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,qBAAa,UAAW,SAAQ,QAAQ;IACtC,SAAS,CAAC,MAAM,CAAC,gBAAgB,SAAK;IACtC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc;IAwB3E,mBAAmB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,EAC7D,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAC5B,MAAM,IAAI;IAIb,kBAAkB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,EAC5D,IAAI,EAAE,CAAC,EACP,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;CAS/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RewardedInterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/ads/RewardedInterstitialAd.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAEzD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4CG;AACH,qBAAa,sBAAuB,SAAQ,QAAQ;IAClD,SAAS,CAAC,MAAM,CAAC,4BAA4B,SAAK;IAClD;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,cAAc;IA0B3E,mBAAmB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,EAC7D,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAC5B,MAAM,IAAI;IAIb,kBAAkB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,EAC5D,IAAI,EAAE,CAAC,EACP,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC;CAS/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/common/constants.ts"],"names":[],"mappings":"AASA,oBAAY,iBAAiB;IAC3B,SAAuC;IACvC,OAAmC;IACnC,kBAAyD;IACzD,OAAmC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"debounce.d.ts","sourceRoot":"","sources":["../../../../src/common/debounce.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,GAAI,SAAS,SAAS,OAAO,EAAE,EAAE,MAAM,QACpD,CAAC,GAAG,IAAI,EAAE,SAAS,KAAK,MAAM,WAC3B,MAAM,KACd,CAAC,CAAC,GAAG,IAAI,EAAE,SAAS,KAAK,IAAI,CAW/B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/index.ts"],"names":[],"mappings":"AAiBA,cAAc,YAAY,CAAC;AAG3B,wBAAgB,cAAc,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,WAEpE;AAED,wBAAgB,aAAa,CAAC,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,WAAW,WAKnE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validate.d.ts","sourceRoot":"","sources":["../../../../src/common/validate.ts"],"names":[],"mappings":"AAiBA;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,OAAO,iBAEpC;AAED;;;;;GAKG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,OAAO,WAEtC;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,KAAK,EAAE,OAAO,WAExC;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,OAAO,mBAEtC;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,KAAK,EAAE,OAAO,oBAEvC;AAED;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,OAAO,kBAErC;AAED;;;;GAIG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,SAAS,CAE9D;AAQD,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,WAErC;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,KAAK,GAAE,OAAO,EAAO,WAK5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAppOpenAd.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppOpenAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,gBAAgB,CAAC,CAUlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useForeground.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useForeground.ts"],"names":[],"mappings":"AAoBA;;;;GAIG;AACH,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,IAAI,QAejD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFullScreenAd.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useFullScreenAd.ts"],"names":[],"mappings":"AAoBA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EAAY,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAe5D,wBAAgB,eAAe,CAC7B,CAAC,SAAS,SAAS,GAAG,cAAc,GAAG,UAAU,GAAG,sBAAsB,GAAG,IAAI,EACjF,EAAE,EAAE,CAAC,GAAG,aAAa,CAmEtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useInterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useInterstitialAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,gBAAgB,CAAC,CAUlD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRewardedAd.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useRewardedAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,aAAa,CAC3B,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,aAAa,CAUf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRewardedInterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useRewardedInterstitialAd.ts"],"names":[],"mappings":"AAqBA,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAIzD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,cAAc,GAAE,cAAmB,GAClC,aAAa,CAWf"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "14.2.
|
|
1
|
+
export declare const SDK_VERSION = "14.2.4";
|
|
2
2
|
export { default, MobileAds } from './MobileAds';
|
|
3
3
|
export { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
|
|
4
4
|
export { AdsConsentPurposes } from './AdsConsentPurposes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,WAAW,WAAU,CAAC;AAEnC,OAAO,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,wBAAwB,EAAE,MAAM,4BAA4B,CAAC;AACtE,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,yCAAyC,EAAE,MAAM,6CAA6C,CAAC;AACxG,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC1C,OAAO,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAC9D,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACtD,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AACvD,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GoogleMobileAdsNativeEventEmitter.d.ts","sourceRoot":"","sources":["../../../../src/internal/GoogleMobileAdsNativeEventEmitter.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,kBAAkB,EAAiB,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAItF,cAAM,oBAAqB,SAAQ,kBAAkB;IACnD,KAAK,EAAE,OAAO,CAAC;;IAOf,WAAW,CACT,SAAS,EAAE,MAAM,EACjB,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,EAClE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAqCnC,kBAAkB,CAAC,SAAS,EAAE,MAAM;IAMpC,kBAAkB,CAAC,YAAY,EAAE,mBAAmB;CAUrD;AAED,eAAO,MAAM,iCAAiC,sBAA6B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeError.d.ts","sourceRoot":"","sources":["../../../../src/internal/NativeError.ts"],"names":[],"mappings":"AAiBA,qBAAa,WAAY,SAAQ,KAAK;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,CAAC;IAE5C,MAAM,CAAC,SAAS,CACd,UAAU,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAA;KAAE,EAC7C,SAAS,EAAE,MAAM,EACjB,KAAK,CAAC,EAAE,MAAM;gBAMd,WAAW,EAAE;QAAE,QAAQ,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAE,CAAA;KAAE,EAC5D,OAAO,EAAE,MAAM,EACf,SAAS,EAAE,MAAM;IAYnB;;;;OAIG;IACH,MAAM,CAAC,mBAAmB,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAG5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SharedEventEmitter.d.ts","sourceRoot":"","sources":["../../../../src/internal/SharedEventEmitter.ts"],"names":[],"mappings":"AAiBA,OAAO,YAAY,MAAM,oDAAoD,CAAC;AAE9E,eAAO,MAAM,kBAAkB,EAAE,YAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdEventListener.d.ts","sourceRoot":"","sources":["../../../../src/types/AdEventListener.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC7F,CAAC,SAAS,WAAW,CAAC,KAAK,GACvB,KAAK,GACL,CAAC,SAAS,mBAAmB,GAC7B,gBAAgB,GAChB,CAAC,SAAS,cAAc,GACxB,QAAQ,GACR,SAAS,CAAC;AAEhB,MAAM,MAAM,eAAe,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC9F,CAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdEventsListener.d.ts","sourceRoot":"","sources":["../../../../src/types/AdEventsListener.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAEnD,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,WAAW,GAAG,mBAAmB,GAAG,cAAc,GAAG,KAAK,IAC/F,CAAC,SAAS,EAAE;IAAE,IAAI,EAAE,CAAC,CAAC;IAAC,OAAO,EAAE,cAAc,CAAC,CAAC,CAAC,CAAA;CAAE,KAAK,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdShowOptions.d.ts","sourceRoot":"","sources":["../../../../src/types/AdShowOptions.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdStates.d.ts","sourceRoot":"","sources":["../../../../src/types/AdStates.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAC1B;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B;AAED,MAAM,WAAW,aAAc,SAAQ,QAAQ;IAC7C;;;OAGG;IACH,SAAS,EAAE,OAAO,CAAC;IACnB;;;;;;;;;;;;;;OAcG;IACH,IAAI,EAAE,MAAM,IAAI,CAAC;IACjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH,IAAI,EAAE,CAAC,WAAW,CAAC,EAAE,aAAa,KAAK,IAAI,CAAC;CAC7C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdapterStatus.d.ts","sourceRoot":"","sources":["../../../../src/types/AdapterStatus.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC7B;;OAEG;IACH,kCAAkC,IAAI;IAEtC;;OAEG;IACH,+BAA+B,IAAI;CACpC;AAED;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,mBAAmB,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AdsConsent.interface.d.ts","sourceRoot":"","sources":["../../../../src/types/AdsConsent.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AACvE,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AACvD,OAAO,EAAE,yCAAyC,EAAE,MAAM,8CAA8C,CAAC;AAEzG;;;;;;;;;;GAUG;AAEH,MAAM,WAAW,mBAAmB;IAClC;;;;;;;;;;;;;;;OAeG;IACH,iBAAiB,CAAC,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;IAE5E;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,QAAQ,IAAI,OAAO,CAAC,cAAc,CAAC,CAAC;IAEpC;;OAEG;IACH,sBAAsB,IAAI,OAAO,CAAC,cAAc,CAAC,CAAC;IAElD;;;;OAIG;IACH,gCAAgC,IAAI,OAAO,CAAC,cAAc,CAAC,CAAC;IAE5D;;;;;;;;;;OAUG;IACH,cAAc,IAAI,OAAO,CAAC,cAAc,CAAC,CAAC;IAE1C;;;;;;;;;;;;;;;OAeG;IACH,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAE/B;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAE/B;;;;;;;;;;;;;;;;OAgBG;IACH,cAAc,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAEnC;;;;;;;;;;;;;;;;;OAiBG;IACH,kBAAkB,IAAI,OAAO,CAAC,MAAM,CAAC,CAAC;IAEtC;;;;;;;;;;OAUG;IACH,cAAc,IAAI,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAEjD;;;;;;;;;;OAUG;IACH,KAAK,IAAI,IAAI,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;OAEG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;OAEG;IACH,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,MAAM,EAAE,gBAAgB,CAAC;IAEzB;;OAEG;IACH,aAAa,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,+BAA+B,EAAE,yCAAyC,CAAC;IAE3E;;OAEG;IACH,sBAAsB,EAAE,OAAO,CAAC;CACjC;AAED;;;;;GAKG;AACH,MAAM,WAAW,qBAAqB;IACpC;;;;;;;;OAQG;IACH,kDAAkD,EAAE,OAAO,CAAC;IAC5D;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,6CAA6C,EAAE,OAAO,CAAC;IACvD;;;;;;;;;;;OAWG;IACH,6BAA6B,EAAE,OAAO,CAAC;IACvC;;;;;;;;;;;OAWG;IACH,iCAAiC,EAAE,OAAO,CAAC;IAC3C;;;;;;;;;;;;OAYG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;;;;;;;;;;;;OAkBG;IACH,oBAAoB,EAAE,OAAO,CAAC;IAC9B;;;;;;;;;;;;;;;OAeG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;;;;;;;;;;;;OAkBG;IACH,cAAc,EAAE,OAAO,CAAC;IACxB;;;;;;;OAOG;IACH,qBAAqB,EAAE,OAAO,CAAC;IAC/B;;;;;;;OAOG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;;;;;;OAOG;IACH,iCAAiC,EAAE,OAAO,CAAC;IAC3C;;;;;;;;OAQG;IACH,yBAAyB,EAAE,OAAO,CAAC;CACpC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppEvent.d.ts","sourceRoot":"","sources":["../../../../src/types/AppEvent.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BannerAdProps.d.ts","sourceRoot":"","sources":["../../../../src/types/BannerAdProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAChE,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,IAAI,EAAE,YAAY,GAAG,MAAM,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IAE1C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IAExB;;;OAGG;IACH,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,UAAU,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACxE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,aAAa,EAAE,MAAM,CAAC;IACnE;;;;OAIG;IACH,KAAK,EAAE,CAAC,OAAO,eAAe,CAAC,CAAC,MAAM,OAAO,eAAe,CAAC,EAAE,GAAG,MAAM,EAAE,CAAC;IAE3E;;;;;;;;;;;;;;;;;;;;;;;;;;;OA2BG;IACH,wBAAwB,CAAC,EAAE,OAAO,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC3C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobileAd.interface.d.ts","sourceRoot":"","sources":["../../../../src/types/MobileAd.interface.ts"],"names":[],"mappings":"AAiBA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAEhD;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,OAAO,CAAC;IAEhB;;;;OAIG;IACH,IAAI,IAAI,IAAI,CAAC;IAEb;;;;;;;;;;;;;;;;;OAiBG;IACH,IAAI,CAAC,WAAW,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjD;;;;;;;;;;;;;;;;;;;OAmBG;IACH,mBAAmB,CAAC,CAAC,SAAS,KAAK,EAAE,QAAQ,EAAE,gBAAgB,CAAC,CAAC,CAAC,GAAG,MAAM,IAAI,CAAC;IAEhF;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,kBAAkB,CAAC,CAAC,SAAS,KAAK,EAAE,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,eAAe,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC;IAEjF;;OAEG;IACH,kBAAkB,IAAI,IAAI,CAAC;CAC5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MobileAdsModule.interface.d.ts","sourceRoot":"","sources":["../../../../src/types/MobileAdsModule.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAE9D;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC;;OAEG;IACH,UAAU,IAAI,OAAO,CAAC,aAAa,EAAE,CAAC,CAAC;IAEvC;;;;;;;;;;;;;;;OAeG;IACH,uBAAuB,CAAC,oBAAoB,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEnF;;;;;;;OAOG;IACH,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IAEjC;;;;;;;;;OASG;IACH,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEpC;;;;;;;;;;;OAWG;IACH,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC;;;;;;;;;;;OAWG;IACH,WAAW,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACnC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PaidEventListener.d.ts","sourceRoot":"","sources":["../../../../src/types/PaidEventListener.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,iBAAiB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,CAAC,KAAK,EAAE,SAAS,KAAK,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestConfiguration.d.ts","sourceRoot":"","sources":["../../../../src/types/RequestConfiguration.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAC;AAE3D;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;;OAIG;IACH,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IAExC;;;;;;;OAOG;IACH,4BAA4B,CAAC,EAAE,OAAO,CAAC;IAEvC;;;;;;;OAOG;IACH,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAElC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,EAAE,CAAC;CAClC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RequestOptions.d.ts","sourceRoot":"","sources":["../../../../src/types/RequestOptions.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,KAAK,GAAG,QAAQ,CAAC;AAEpD,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,6BAA6B,CAAC,EAAE,OAAO,CAAC;IAExC;;;;;;;;;;;;;;;;OAgBG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,GAAG;QAAE,WAAW,CAAC,EAAE,oBAAoB,CAAA;KAAE,CAAC;IAEnF;;;;;;;;;;;;OAYG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IAEpB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;;;OAIG;IACH,eAAe,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,CAAA;KAAE,CAAC;IAEvD;;;;;;;;;;;;;OAaG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,6BAA6B,CAAC,EAAE,6BAA6B,CAAC;IAE9D;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RewardedAdReward.d.ts","sourceRoot":"","sources":["../../../../src/types/RewardedAdReward.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,gBAAgB;IAC/B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/types/index.ts"],"names":[],"mappings":"AAiBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateAdRequestConfiguration.d.ts","sourceRoot":"","sources":["../../../src/validateAdRequestConfiguration.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAEpE,wBAAgB,8BAA8B,CAAC,oBAAoB,EAAE,oBAAoB,wBAiDxF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateAdRequestOptions.d.ts","sourceRoot":"","sources":["../../../src/validateAdRequestOptions.ts"],"names":[],"mappings":"AA2BA,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExD,wBAAgB,wBAAwB,CAAC,OAAO,CAAC,EAAE,cAAc,kBA8GhE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"validateAdShowOptions.d.ts","sourceRoot":"","sources":["../../../src/validateAdShowOptions.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAEtD,wBAAgB,qBAAqB,CAAC,OAAO,CAAC,EAAE,aAAa,iBAoB5D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type-test.d.ts","sourceRoot":"","sources":["../../type-test.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-google-mobile-ads",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.4",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
|
|
6
6
|
"main": "lib/commonjs/index.js",
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
"jest": "^29.2.2",
|
|
147
147
|
"metro-react-native-babel-preset": "^0.77.0",
|
|
148
148
|
"prettier": "^2.7.1",
|
|
149
|
-
"react": "^18.
|
|
150
|
-
"react-native": "^0.
|
|
149
|
+
"react": "^18.3.1",
|
|
150
|
+
"react-native": "^0.75.4",
|
|
151
151
|
"react-native-builder-bob": "^0.20.0",
|
|
152
|
-
"react-test-renderer": "^18.
|
|
152
|
+
"react-test-renderer": "^18.3.1",
|
|
153
153
|
"rimraf": "^3.0.2",
|
|
154
154
|
"semantic-release": "^19.0.5",
|
|
155
155
|
"spellchecker-cli": "^6.1.1",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '14.2.
|
|
2
|
+
export const version = '14.2.4';
|