react-native-daro 1.0.13 → 1.0.15
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/LICENSE +1 -1
- package/README.md +30 -30
- package/android/build.gradle +42 -59
- package/android/src/admob/java/com/daro/reactnative/DaroSdkBridge.kt +23 -0
- package/android/src/main/AndroidManifest.xml +1 -2
- package/android/src/main/java/com/{darom → daro/reactnative}/DaroMAdBannerViewManager.kt +4 -4
- package/android/src/main/java/com/{darom → daro/reactnative}/DaroMAdNativeViewManager.kt +4 -4
- package/android/src/main/java/com/{darom → daro/reactnative}/DaroMModule.kt +44 -45
- package/android/src/main/java/com/{darom → daro/reactnative}/DaroMPackage.kt +1 -1
- package/android/src/main/java/com/{darom → daro/reactnative}/constants/InternalDaroMBannerSize.kt +1 -1
- package/android/src/main/java/com/{darom → daro/reactnative}/event/DaroMEvent.kt +1 -1
- package/android/src/main/java/com/{darom → daro/reactnative}/impl/DaroMBannerViewModuleImpl.kt +2 -2
- package/android/src/main/java/com/{darom → daro/reactnative}/impl/DaroMInterstitialModuleImpl.kt +26 -26
- package/android/src/main/java/com/{darom → daro/reactnative}/impl/DaroMLightPopupModuleImpl.kt +30 -29
- package/android/src/main/java/com/{darom → daro/reactnative}/impl/DaroMRewardedAdModuleImpl.kt +27 -27
- package/android/src/main/java/com/{darom → daro/reactnative}/util/AdInfoUtil.kt +25 -1
- package/android/src/main/java/com/{darom → daro/reactnative}/util/EventEmitterUtil.kt +2 -2
- package/android/src/main/java/com/daro/reactnative/view/DaroMAdBannerViewContainer.kt +417 -0
- package/android/src/main/java/com/{darom → daro/reactnative}/view/DaroMAdNativeViewContainer.kt +4 -4
- package/app.plugin.js +1 -0
- package/ios/DaroMAdBannerViewManager.swift +1 -1
- package/ios/DaroMModule+AppOpen.swift +34 -31
- package/ios/DaroMModule+Interstitial.swift +29 -26
- package/ios/DaroMModule+LightPopup.swift +40 -33
- package/ios/DaroMModule+Rewarded.swift +35 -27
- package/ios/DaroMModule.mm +13 -13
- package/ios/DaroMModule.swift +20 -13
- package/ios/DaroMNativeAdViewManager.swift +1 -1
- package/ios/mediation/admob/DaroMediationDebugger.swift +11 -0
- package/ios/mediation/admob/DaroMediationTypes.swift +22 -0
- package/lib/commonjs/AdBannerView.js +6 -1
- package/lib/commonjs/AdBannerView.js.map +1 -1
- package/lib/commonjs/AppOpenAd.js +43 -17
- package/lib/commonjs/AppOpenAd.js.map +1 -1
- package/lib/commonjs/ErrorCode.js.map +1 -1
- package/lib/commonjs/EventEmitter.js.map +1 -1
- package/lib/commonjs/InterstitialAd.js +45 -17
- package/lib/commonjs/InterstitialAd.js.map +1 -1
- package/lib/commonjs/LightPopupAd.js +62 -43
- package/lib/commonjs/LightPopupAd.js.map +1 -1
- package/lib/commonjs/RewardedAd.js +44 -18
- package/lib/commonjs/RewardedAd.js.map +1 -1
- package/lib/commonjs/index.js +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/nativeAd/NativeAdView.js +5 -1
- package/lib/commonjs/nativeAd/NativeAdView.js.map +1 -1
- package/lib/commonjs/nativeAd/NativeAdViewComponents.js.map +1 -1
- package/lib/commonjs/nativeAd/NativeAdViewProvider.js.map +1 -1
- package/lib/commonjs/package.json +1 -0
- package/lib/module/AdBannerView.js +6 -1
- package/lib/module/AdBannerView.js.map +1 -1
- package/lib/module/AppOpenAd.js +43 -17
- package/lib/module/AppOpenAd.js.map +1 -1
- package/lib/module/ErrorCode.js.map +1 -1
- package/lib/module/EventEmitter.js.map +1 -1
- package/lib/module/InterstitialAd.js +45 -17
- package/lib/module/InterstitialAd.js.map +1 -1
- package/lib/module/LightPopupAd.js +63 -43
- package/lib/module/LightPopupAd.js.map +1 -1
- package/lib/module/RewardedAd.js +44 -18
- package/lib/module/RewardedAd.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/nativeAd/NativeAdView.js +5 -1
- package/lib/module/nativeAd/NativeAdView.js.map +1 -1
- package/lib/module/nativeAd/NativeAdViewComponents.js.map +1 -1
- package/lib/module/nativeAd/NativeAdViewProvider.js.map +1 -1
- package/lib/module/package.json +1 -0
- package/lib/typescript/commonjs/plugin/src/index.d.ts +19 -0
- package/lib/typescript/commonjs/plugin/src/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/plugin/src/skAdNetworkIds.d.ts +6 -0
- package/lib/typescript/commonjs/plugin/src/skAdNetworkIds.d.ts.map +1 -0
- package/lib/typescript/commonjs/plugin/src/withAndroid.d.ts +8 -0
- package/lib/typescript/commonjs/plugin/src/withAndroid.d.ts.map +1 -0
- package/lib/typescript/commonjs/plugin/src/withIos.d.ts +8 -0
- package/lib/typescript/commonjs/plugin/src/withIos.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/AdBannerView.d.ts +124 -2
- package/lib/typescript/commonjs/src/AdBannerView.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/AppOpenAd.d.ts +6 -0
- package/lib/typescript/commonjs/src/AppOpenAd.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/ErrorCode.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/EventEmitter.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/InterstitialAd.d.ts +6 -0
- package/lib/typescript/commonjs/src/InterstitialAd.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/LightPopupAd.d.ts +6 -0
- package/lib/typescript/commonjs/src/LightPopupAd.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/RewardedAd.d.ts +6 -0
- package/lib/typescript/commonjs/src/RewardedAd.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/nativeAd/NativeAdView.d.ts +124 -2
- package/lib/typescript/commonjs/src/nativeAd/NativeAdView.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/nativeAd/NativeAdViewComponents.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/nativeAd/NativeAdViewProvider.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/AdBannerViewProps.d.ts +2 -2
- package/lib/typescript/commonjs/src/types/AdBannerViewProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/AdInfo.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/AdProps.d.ts +2 -2
- package/lib/typescript/commonjs/src/types/AdProps.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/DaroMMobileAds.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/types/NativeAdViewProps.d.ts.map +1 -1
- package/lib/typescript/module/plugin/src/index.d.ts +19 -0
- package/lib/typescript/module/plugin/src/index.d.ts.map +1 -0
- package/lib/typescript/module/plugin/src/skAdNetworkIds.d.ts +6 -0
- package/lib/typescript/module/plugin/src/skAdNetworkIds.d.ts.map +1 -0
- package/lib/typescript/module/plugin/src/withAndroid.d.ts +8 -0
- package/lib/typescript/module/plugin/src/withAndroid.d.ts.map +1 -0
- package/lib/typescript/module/plugin/src/withIos.d.ts +8 -0
- package/lib/typescript/module/plugin/src/withIos.d.ts.map +1 -0
- package/lib/typescript/module/src/AdBannerView.d.ts +124 -2
- package/lib/typescript/module/src/AdBannerView.d.ts.map +1 -1
- package/lib/typescript/module/src/AppOpenAd.d.ts +6 -0
- package/lib/typescript/module/src/AppOpenAd.d.ts.map +1 -1
- package/lib/typescript/module/src/ErrorCode.d.ts.map +1 -1
- package/lib/typescript/module/src/EventEmitter.d.ts.map +1 -1
- package/lib/typescript/module/src/InterstitialAd.d.ts +6 -0
- package/lib/typescript/module/src/InterstitialAd.d.ts.map +1 -1
- package/lib/typescript/module/src/LightPopupAd.d.ts +6 -0
- package/lib/typescript/module/src/LightPopupAd.d.ts.map +1 -1
- package/lib/typescript/module/src/RewardedAd.d.ts +6 -0
- package/lib/typescript/module/src/RewardedAd.d.ts.map +1 -1
- package/lib/typescript/module/src/nativeAd/NativeAdView.d.ts +124 -2
- package/lib/typescript/module/src/nativeAd/NativeAdView.d.ts.map +1 -1
- package/lib/typescript/module/src/nativeAd/NativeAdViewComponents.d.ts.map +1 -1
- package/lib/typescript/module/src/nativeAd/NativeAdViewProvider.d.ts.map +1 -1
- package/lib/typescript/module/src/types/AdBannerViewProps.d.ts +2 -2
- package/lib/typescript/module/src/types/AdBannerViewProps.d.ts.map +1 -1
- package/lib/typescript/module/src/types/AdInfo.d.ts.map +1 -1
- package/lib/typescript/module/src/types/AdProps.d.ts +2 -2
- package/lib/typescript/module/src/types/AdProps.d.ts.map +1 -1
- package/lib/typescript/module/src/types/DaroMMobileAds.d.ts.map +1 -1
- package/lib/typescript/module/src/types/NativeAdViewProps.d.ts.map +1 -1
- package/package.json +88 -105
- package/plugin/build/index.d.ts +18 -0
- package/plugin/build/index.js +71 -0
- package/plugin/build/skAdNetworkIds.d.ts +5 -0
- package/plugin/build/skAdNetworkIds.js +205 -0
- package/plugin/build/withAndroid.d.ts +7 -0
- package/plugin/build/withAndroid.js +140 -0
- package/plugin/build/withIos.d.ts +7 -0
- package/plugin/build/withIos.js +83 -0
- package/react-native-daro.podspec +25 -0
- package/src/AdBannerView.tsx +54 -17
- package/src/AppOpenAd.ts +59 -15
- package/src/ErrorCode.ts +1 -2
- package/src/EventEmitter.ts +5 -2
- package/src/InterstitialAd.ts +73 -17
- package/src/LightPopupAd.ts +86 -46
- package/src/RewardedAd.ts +70 -18
- package/src/index.tsx +1 -1
- package/src/nativeAd/NativeAdView.tsx +65 -14
- package/src/nativeAd/NativeAdViewComponents.tsx +54 -27
- package/src/nativeAd/NativeAdViewProvider.tsx +17 -7
- package/src/types/AdBannerViewProps.ts +11 -11
- package/src/types/AdInfo.ts +17 -17
- package/src/types/AdProps.ts +8 -9
- package/src/types/DaroMMobileAds.ts +3 -6
- package/src/types/NativeAdViewProps.ts +5 -5
- package/src/types/index.ts +1 -1
- package/android/gradle.properties +0 -5
- package/android/src/main/AndroidManifestNew.xml +0 -7
- package/android/src/main/java/com/darom/view/DaroMAdBannerViewContainer.kt +0 -163
- package/android/src/main/res/layout/layout_activity_transparent.xml +0 -7
- package/android/src/main/res/values/styles.xml +0 -11
- package/ios/DaroM-Bridging-Header.h +0 -6
- package/react-native-daro-m.podspec +0 -44
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["NativeModules","Platform","InterstitialAd","RewardedAd","LightPopupAd","NativeAdView","BodyView","CallToActionView","IconView","MediaView","TitleView","LINKING_ERROR","select","ios","default","DaroMModule","Proxy","get","Error","initialize","initializeSdk","showMediationDebugger","setUserId","userId"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,aAAa,EAAEC,QAAQ,QAAQ,cAAc;AAEtD,cAAc,mBAAgB;AAC9B,cAAc,kBAAS;AACvB,SAASC,cAAc,QAAQ,qBAAkB;AACjD,SAASC,UAAU,QAAQ,iBAAc;AACzC,SAASC,YAAY,QAAQ,mBAAgB;AAE7C,SAASC,YAAY,QAAQ,4BAAyB;AACtD,SACEC,QAAQ,EACRC,gBAAgB,EAChBC,QAAQ,EACRC,SAAS,EACTC,SAAS,QACJ,sCAAmC;AAE1C,MAAMC,aAAa,GACjB,
|
|
1
|
+
{"version":3,"names":["NativeModules","Platform","InterstitialAd","RewardedAd","LightPopupAd","NativeAdView","BodyView","CallToActionView","IconView","MediaView","TitleView","LINKING_ERROR","select","ios","default","DaroMModule","Proxy","get","Error","initialize","initializeSdk","showMediationDebugger","setUserId","userId"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,aAAa,EAAEC,QAAQ,QAAQ,cAAc;AAEtD,cAAc,mBAAgB;AAC9B,cAAc,kBAAS;AACvB,SAASC,cAAc,QAAQ,qBAAkB;AACjD,SAASC,UAAU,QAAQ,iBAAc;AACzC,SAASC,YAAY,QAAQ,mBAAgB;AAE7C,SAASC,YAAY,QAAQ,4BAAyB;AACtD,SACEC,QAAQ,EACRC,gBAAgB,EAChBC,QAAQ,EACRC,SAAS,EACTC,SAAS,QACJ,sCAAmC;AAE1C,MAAMC,aAAa,GACjB,4EAA4E,GAC5EV,QAAQ,CAACW,MAAM,CAAC;EAAEC,GAAG,EAAE,gCAAgC;EAAEC,OAAO,EAAE;AAAG,CAAC,CAAC,GACvE,sDAAsD,GACtD,+BAA+B;AAEjC,MAAMC,WAAW,GAAGf,aAAa,CAACe,WAAW,GACzCf,aAAa,CAACe,WAAW,GACzB,IAAIC,KAAK,CACP,CAAC,CAAC,EACF;EACEC,GAAGA,CAAA,EAAG;IACJ,MAAM,IAAIC,KAAK,CAACP,aAAa,CAAC;EAChC;AACF,CACF,CAAC;AAEL,OAAO,eAAeQ,UAAUA,CAAA,EAAG;EACjC,MAAMJ,WAAW,CAACK,aAAa,CAAC,CAAC;AACnC;AAEA,OAAO,eAAeC,qBAAqBA,CAAA,EAAG;EAC5C,MAAMN,WAAW,CAACM,qBAAqB,CAAC,CAAC;AAC3C;AAEA,OAAO,eAAeC,SAASA,CAACC,MAAc,EAAE;EAC9C,MAAMR,WAAW,CAACO,SAAS,CAACC,MAAM,CAAC;AACrC","ignoreList":[]}
|
|
@@ -55,7 +55,11 @@ const NativeAdViewImpl = /*#__PURE__*/forwardRef(function NativeAdViewImpl({
|
|
|
55
55
|
// Load a new ad
|
|
56
56
|
const loadAd = useCallback(() => {
|
|
57
57
|
if (nativeAdViewRef.current) {
|
|
58
|
-
|
|
58
|
+
const nodeHandle = findNodeHandle(nativeAdViewRef.current);
|
|
59
|
+
if (typeof nodeHandle !== 'number') {
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
UIManager.dispatchViewManagerCommand(nodeHandle,
|
|
59
63
|
// @ts-ignore: Issue in RN ts defs
|
|
60
64
|
UIManager.getViewManagerConfig(ComponentName).Commands.loadAd, []);
|
|
61
65
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","findNodeHandle","NativeModules","requireNativeComponent","UIManager","View","NativeAdViewContext","NativeAdViewProvider","jsx","_jsx","DaroMModule","ComponentName","NativeAdViewComponent","NativeAdView","props","ref","isInitialized","setIsInitialized","checkInitialization","result","console","warn","children","NativeAdViewImpl","adUnitId","onAdLoaded","onAdLoadFailed","onAdClicked","onAdImpressionRecorded","style","loadOnMount","otherProps","setNativeAdView","nativeAdViewRef","loadAd","current","dispatchViewManagerCommand","getViewManagerConfig","Commands","saveElement","element","onAdLoadedEvent","event","nativeEvent","onAdLoadFailedEvent","onAdClickedEvent","onAdImpressionRecordedEvent"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdView.tsx"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["forwardRef","useCallback","useContext","useEffect","useImperativeHandle","useRef","useState","findNodeHandle","NativeModules","requireNativeComponent","UIManager","View","NativeAdViewContext","NativeAdViewProvider","jsx","_jsx","DaroMModule","ComponentName","NativeAdViewComponent","NativeAdView","props","ref","isInitialized","setIsInitialized","checkInitialization","result","console","warn","children","NativeAdViewImpl","adUnitId","onAdLoaded","onAdLoadFailed","onAdClicked","onAdImpressionRecorded","style","loadOnMount","otherProps","setNativeAdView","nativeAdViewRef","loadAd","current","nodeHandle","dispatchViewManagerCommand","getViewManagerConfig","Commands","saveElement","element","onAdLoadedEvent","event","nativeEvent","onAdLoadFailedEvent","onAdClickedEvent","onAdImpressionRecordedEvent"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdView.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useCallback","useContext","useEffect","useMemo","useRef","findNodeHandle","Image","Platform","Text","View","NativeAdViewContext","jsx","_jsx","useStyleProps","style","styleObj","fontSize","fontWeight","fontFamily","color","backgroundColor","textAlign","opacity","display","borderRadius","borderWidth","borderColor","shadowColor","shadowOffset","shadowOpacity","shadowRadius","padding","margin","paddingTop","paddingRight","paddingBottom","paddingLeft","marginTop","marginRight","marginBottom","marginLeft","position","top","right","bottom","left","width","height","transform","zIndex","overflow","backfaceVisibility","useImageStyleProps","resizeMode","tintColor","overlayColor","aspectRatio","useNativeAdViewProps","ref","nativePropKey","styleProps","nativeAdView","setNativeProps","current","props","AdTextView","restProps","textRef","TitleView","BodyView","CallToActionView","callToActionRef","OS","children","IconView","imageRef","iconViewStyleProps","source","MediaView","viewRef"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdViewComponents.tsx"],"mappings":";;AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,
|
|
1
|
+
{"version":3,"names":["React","useCallback","useContext","useEffect","useMemo","useRef","findNodeHandle","Image","Platform","Text","View","NativeAdViewContext","jsx","_jsx","useStyleProps","style","styleObj","fontSize","fontWeight","fontFamily","color","backgroundColor","textAlign","opacity","display","borderRadius","borderWidth","borderColor","shadowColor","shadowOffset","shadowOpacity","shadowRadius","padding","margin","paddingTop","paddingRight","paddingBottom","paddingLeft","marginTop","marginRight","marginBottom","marginLeft","position","top","right","bottom","left","width","height","transform","zIndex","overflow","backfaceVisibility","useImageStyleProps","resizeMode","tintColor","overlayColor","aspectRatio","useNativeAdViewProps","ref","nativePropKey","styleProps","nativeAdView","setNativeProps","current","props","AdTextView","restProps","textRef","TitleView","BodyView","CallToActionView","callToActionRef","OS","children","IconView","imageRef","iconViewStyleProps","source","MediaView","viewRef"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdViewComponents.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","createContext","useState","jsx","_jsx","NativeAdViewContext","nativeAdView","setNativeAdView","NativeAdViewProvider","children","providerValue","useMemo","Provider","value"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdViewProvider.tsx"],"mappings":";;AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,aAAa,EAAEC,QAAQ,QAAQ,OAAO;AAAC,SAAAC,GAAA,IAAAC,IAAA;
|
|
1
|
+
{"version":3,"names":["React","createContext","useState","jsx","_jsx","NativeAdViewContext","nativeAdView","setNativeAdView","NativeAdViewProvider","children","providerValue","useMemo","Provider","value"],"sourceRoot":"../../../src","sources":["nativeAd/NativeAdViewProvider.tsx"],"mappings":";;AACA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,aAAa,EAAEC,QAAQ,QAAQ,OAAO;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAchD,OAAO,MAAMC,mBAAmB,gBAAGJ,aAAa,CAA0B;EACxEK,YAAY,EAAE,IAAI;EAClBC,eAAe,EAAEA,CAAA,KAAM,CAAC;AAC1B,CAAC,CAAC;AAEF,OAAO,MAAMC,oBAAuD,GAAGA,CAAC;EACtEC;AACF,CAAC,KAAK;EACJ,MAAM,CAACH,YAAY,EAAEC,eAAe,CAAC,GAAGL,QAAQ,CAC9C,IACF,CAAC;EAED,MAAMQ,aAAa,GAAGV,KAAK,CAACW,OAAO,CACjC,OAAO;IACLL,YAAY;IACZC;EACF,CAAC,CAAC,EACF,CAACD,YAAY,CACf,CAAC;EAED,oBACEF,IAAA,CAACC,mBAAmB,CAACO,QAAQ;IAACC,KAAK,EAAEH,aAAc;IAAAD,QAAA,EAChDA;EAAQ,CACmB,CAAC;AAEnC,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"module"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { ConfigPlugin } from 'expo/config-plugins';
|
|
2
|
+
export type DaroMediation = 'admob' | 'max';
|
|
3
|
+
export type DaroIosProps = {
|
|
4
|
+
daroAppKey: string;
|
|
5
|
+
daroKeyFile: string;
|
|
6
|
+
admobAppId?: string;
|
|
7
|
+
attUsageDescription?: string;
|
|
8
|
+
};
|
|
9
|
+
export type DaroAndroidProps = {
|
|
10
|
+
daroAppKey: string;
|
|
11
|
+
daroKeyFile: string;
|
|
12
|
+
};
|
|
13
|
+
export type DaroPluginProps = {
|
|
14
|
+
ios: DaroIosProps;
|
|
15
|
+
android: DaroAndroidProps;
|
|
16
|
+
};
|
|
17
|
+
declare const withDaro: ConfigPlugin<DaroPluginProps>;
|
|
18
|
+
export default withDaro;
|
|
19
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../plugin/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAMxD,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,KAAK,CAAC;AAE5C,MAAM,MAAM,YAAY,GAAG;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mBAAmB,CAAC,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,YAAY,CAAC;IAClB,OAAO,EAAE,gBAAgB,CAAC;CAC3B,CAAC;AAqBF,QAAA,MAAM,QAAQ,EAAE,YAAY,CAAC,eAAe,CAsB3C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"skAdNetworkIds.d.ts","sourceRoot":"","sources":["../../../../../plugin/src/skAdNetworkIds.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,sBAAsB,EAAE,SAAS,MAAM,EAqMnD,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ConfigPlugin } from 'expo/config-plugins';
|
|
2
|
+
import type { DaroAndroidProps, DaroMediation } from './index';
|
|
3
|
+
type DaroResolvedAndroidProps = DaroAndroidProps & {
|
|
4
|
+
mediation: DaroMediation;
|
|
5
|
+
};
|
|
6
|
+
export declare const withAndroidConfiguration: ConfigPlugin<DaroResolvedAndroidProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=withAndroid.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withAndroid.d.ts","sourceRoot":"","sources":["../../../../../plugin/src/withAndroid.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAUxD,OAAO,KAAK,EAAE,gBAAgB,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAiB/D,KAAK,wBAAwB,GAAG,gBAAgB,GAAG;IAAE,SAAS,EAAE,aAAa,CAAA;CAAE,CAAC;AAiBhF,eAAO,MAAM,wBAAwB,EAAE,YAAY,CACjD,wBAAwB,CAwIzB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { ConfigPlugin } from 'expo/config-plugins';
|
|
2
|
+
import type { DaroIosProps, DaroMediation } from './index';
|
|
3
|
+
type DaroResolvedIosProps = DaroIosProps & {
|
|
4
|
+
mediation: DaroMediation;
|
|
5
|
+
};
|
|
6
|
+
export declare const withIosConfiguration: ConfigPlugin<DaroResolvedIosProps>;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=withIos.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"withIos.d.ts","sourceRoot":"","sources":["../../../../../plugin/src/withIos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAQxD,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAQ3D,KAAK,oBAAoB,GAAG,YAAY,GAAG;IAAE,SAAS,EAAE,aAAa,CAAA;CAAE,CAAC;AAExE,eAAO,MAAM,oBAAoB,EAAE,YAAY,CAAC,oBAAoB,CAiEnE,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { type ViewProps } from 'react-native';
|
|
2
1
|
import type { AdBannerViewHandler } from './types/AdBannerViewProps';
|
|
3
2
|
export declare enum AdFormat {
|
|
4
3
|
BANNER,
|
|
@@ -9,5 +8,128 @@ export declare const AdBannerView: import("react").ForwardRefExoticComponent<imp
|
|
|
9
8
|
adFormat: AdFormat;
|
|
10
9
|
loadOnMount?: boolean;
|
|
11
10
|
isVisible?: boolean;
|
|
12
|
-
} &
|
|
11
|
+
} & Readonly<Omit<Readonly<{
|
|
12
|
+
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => unknown) | undefined;
|
|
13
|
+
onAccessibilityTap?: (() => unknown) | undefined;
|
|
14
|
+
onLayout?: ((event: import("react-native").LayoutChangeEvent) => unknown) | undefined;
|
|
15
|
+
onMagicTap?: (() => unknown) | undefined;
|
|
16
|
+
onAccessibilityEscape?: (() => unknown) | undefined;
|
|
17
|
+
}>, "onMoveShouldSetResponder" | "onMoveShouldSetResponderCapture" | "onResponderGrant" | "onResponderMove" | "onResponderReject" | "onResponderRelease" | "onResponderStart" | "onResponderEnd" | "onResponderTerminate" | "onResponderTerminationRequest" | "onStartShouldSetResponder" | "onStartShouldSetResponderCapture" | "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
18
|
+
onMoveShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
19
|
+
onMoveShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
20
|
+
onResponderGrant?: ((e: import("react-native").GestureResponderEvent) => void | boolean) | undefined;
|
|
21
|
+
onResponderMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
22
|
+
onResponderReject?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
23
|
+
onResponderRelease?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
24
|
+
onResponderStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
25
|
+
onResponderEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
26
|
+
onResponderTerminate?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
27
|
+
onResponderTerminationRequest?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
28
|
+
onStartShouldSetResponder?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
29
|
+
onStartShouldSetResponderCapture?: ((e: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
30
|
+
}>, "onMouseEnter" | "onMouseLeave" | "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
31
|
+
onMouseEnter?: ((event: import("react-native").MouseEvent) => void) | undefined;
|
|
32
|
+
onMouseLeave?: ((event: import("react-native").MouseEvent) => void) | undefined;
|
|
33
|
+
}>, "onClick" | "onClickCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
34
|
+
onClick?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
35
|
+
onClickCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
36
|
+
onPointerEnter?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
37
|
+
onPointerEnterCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
38
|
+
onPointerLeave?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
39
|
+
onPointerLeaveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
40
|
+
onPointerMove?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
41
|
+
onPointerMoveCapture?: ((event: import("react-native").PointerEvent) => void) | undefined;
|
|
42
|
+
onPointerCancel?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
43
|
+
onPointerCancelCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
44
|
+
onPointerDown?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
45
|
+
onPointerDownCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
46
|
+
onPointerUp?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
47
|
+
onPointerUpCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
48
|
+
onPointerOver?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
49
|
+
onPointerOverCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
50
|
+
onPointerOut?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
51
|
+
onPointerOutCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
52
|
+
onGotPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
53
|
+
onGotPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
54
|
+
onLostPointerCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
55
|
+
onLostPointerCaptureCapture?: ((e: import("react-native").PointerEvent) => void) | undefined;
|
|
56
|
+
}>, "onClick" | "onBlur" | "onBlurCapture" | "onFocus" | "onFocusCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
57
|
+
onBlur?: ((event: import("react-native").BlurEvent) => void) | undefined;
|
|
58
|
+
onBlurCapture?: ((event: import("react-native").BlurEvent) => void) | undefined;
|
|
59
|
+
onFocus?: ((event: import("react-native").FocusEvent) => void) | undefined;
|
|
60
|
+
onFocusCapture?: ((event: import("react-native").FocusEvent) => void) | undefined;
|
|
61
|
+
}>, "onClick" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
62
|
+
onTouchCancel?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
63
|
+
onTouchCancelCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
64
|
+
onTouchEnd?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
65
|
+
onTouchEndCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
66
|
+
onTouchMove?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
67
|
+
onTouchMoveCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
68
|
+
onTouchStart?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
69
|
+
onTouchStartCapture?: ((e: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
70
|
+
}>, "onClick" | "nativeBackgroundAndroid" | "nativeForegroundAndroid" | "renderToHardwareTextureAndroid" | "hasTVPreferredFocus" | "nextFocusDown" | "nextFocusForward" | "nextFocusLeft" | "nextFocusRight" | "nextFocusUp" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
71
|
+
nativeBackgroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
|
|
72
|
+
nativeForegroundAndroid?: import("react-native/types_generated/Libraries/Components/View/ViewPropTypes").AndroidDrawable | undefined;
|
|
73
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
74
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
75
|
+
nextFocusDown?: number | undefined;
|
|
76
|
+
nextFocusForward?: number | undefined;
|
|
77
|
+
nextFocusLeft?: number | undefined;
|
|
78
|
+
nextFocusRight?: number | undefined;
|
|
79
|
+
nextFocusUp?: number | undefined;
|
|
80
|
+
focusable?: boolean | undefined;
|
|
81
|
+
tabIndex?: 0 | -1;
|
|
82
|
+
onClick?: ((event: import("react-native").GestureResponderEvent) => unknown) | undefined;
|
|
83
|
+
}>, "shouldRasterizeIOS" | "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
84
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
85
|
+
}>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "importantForAccessibility" | "screenReaderFocusable" | "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<Omit<Readonly<{
|
|
86
|
+
accessibilityLabelledBy?: (string | undefined) | (Array<string> | undefined);
|
|
87
|
+
"aria-labelledby"?: string | undefined;
|
|
88
|
+
accessibilityLiveRegion?: ("none" | "polite" | "assertive") | undefined;
|
|
89
|
+
"aria-live"?: ("polite" | "assertive" | "off") | undefined;
|
|
90
|
+
importantForAccessibility?: ("auto" | "yes" | "no" | "no-hide-descendants") | undefined;
|
|
91
|
+
screenReaderFocusable?: boolean;
|
|
92
|
+
}>, "accessibilityIgnoresInvertColors" | "accessibilityViewIsModal" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "aria-modal" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityRespondsToUserInteraction" | "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & Omit<Readonly<{
|
|
93
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
94
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
95
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined;
|
|
96
|
+
accessibilityLargeContentTitle?: string | undefined;
|
|
97
|
+
"aria-modal"?: boolean | undefined;
|
|
98
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
99
|
+
accessibilityLanguage?: string | undefined;
|
|
100
|
+
accessibilityRespondsToUserInteraction?: boolean | undefined;
|
|
101
|
+
}>, "accessible" | "accessibilityLabel" | "accessibilityHint" | "aria-label" | "accessibilityRole" | "role" | "accessibilityState" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "accessibilityActions" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-hidden"> & {
|
|
102
|
+
accessible?: boolean | undefined;
|
|
103
|
+
accessibilityLabel?: string | undefined;
|
|
104
|
+
accessibilityHint?: string | undefined;
|
|
105
|
+
"aria-label"?: string | undefined;
|
|
106
|
+
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
107
|
+
role?: import("react-native").Role | undefined;
|
|
108
|
+
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
109
|
+
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
110
|
+
"aria-valuemax"?: import("react-native").AccessibilityValue["max"] | undefined;
|
|
111
|
+
"aria-valuemin"?: import("react-native").AccessibilityValue["min"] | undefined;
|
|
112
|
+
"aria-valuenow"?: import("react-native").AccessibilityValue["now"] | undefined;
|
|
113
|
+
"aria-valuetext"?: import("react-native").AccessibilityValue["text"] | undefined;
|
|
114
|
+
accessibilityActions?: ReadonlyArray<import("react-native/types_generated/Libraries/Components/View/ViewAccessibility").AccessibilityActionInfo> | undefined;
|
|
115
|
+
"aria-busy"?: boolean | undefined;
|
|
116
|
+
"aria-checked"?: (boolean | undefined) | "mixed";
|
|
117
|
+
"aria-disabled"?: boolean | undefined;
|
|
118
|
+
"aria-expanded"?: boolean | undefined;
|
|
119
|
+
"aria-selected"?: boolean | undefined;
|
|
120
|
+
"aria-hidden"?: boolean | undefined;
|
|
121
|
+
}>, "children" | "style" | "collapsable" | "collapsableChildren" | "id" | "testID" | "nativeID" | "needsOffscreenAlphaCompositing" | "hitSlop" | "pointerEvents" | "removeClippedSubviews" | "experimental_accessibilityOrder"> & Omit<Readonly<{
|
|
122
|
+
children?: React.ReactNode;
|
|
123
|
+
style?: import("react-native/types_generated/Libraries/StyleSheet/StyleSheet").ViewStyleProp | undefined;
|
|
124
|
+
collapsable?: boolean | undefined;
|
|
125
|
+
collapsableChildren?: boolean | undefined;
|
|
126
|
+
id?: string;
|
|
127
|
+
testID?: string | undefined;
|
|
128
|
+
nativeID?: string | undefined;
|
|
129
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
130
|
+
hitSlop?: import("react-native/types_generated/Libraries/StyleSheet/EdgeInsetsPropType").EdgeInsetsOrSizeProp | undefined;
|
|
131
|
+
pointerEvents?: ("auto" | "box-none" | "box-only" | "none") | undefined;
|
|
132
|
+
removeClippedSubviews?: boolean | undefined;
|
|
133
|
+
experimental_accessibilityOrder?: Array<string> | undefined;
|
|
134
|
+
}>, never>> & import("react").RefAttributes<AdBannerViewHandler>>;
|
|
13
135
|
//# sourceMappingURL=AdBannerView.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdBannerView.d.ts","sourceRoot":"","sources":["../../../../src/AdBannerView.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"AdBannerView.d.ts","sourceRoot":"","sources":["../../../../src/AdBannerView.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EACV,mBAAmB,EAEpB,MAAM,2BAA2B,CAAC;AASnC,oBAAY,QAAQ;IAClB,MAA+B;IAC/B,IAA2B;CAC5B;AAuBD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAwHvB,CAAC"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { AdDisplayFailedInfo, AdInfo, AdLoadFailedInfo } from './types/AdInfo';
|
|
2
2
|
import { AdEventType, type AdEventPayloadMap } from './types/AdEvent';
|
|
3
3
|
export declare class AppOpenAd {
|
|
4
|
+
private readonly requestId;
|
|
4
5
|
private readonly adUnitId;
|
|
6
|
+
private static _nextRequestId;
|
|
7
|
+
private static _legacyRequestIds;
|
|
8
|
+
private static _legacyRequestIdSet;
|
|
5
9
|
private readonly eventEmitter;
|
|
6
10
|
private constructor();
|
|
7
11
|
static createForAdRequest(adUnitId: string): AppOpenAd;
|
|
@@ -10,6 +14,8 @@ export declare class AppOpenAd {
|
|
|
10
14
|
show(placement?: string | null, customData?: string | null): void;
|
|
11
15
|
addAdEventListener<T extends AdEventType>(type: T, listener: (info: AdEventPayloadMap[T]) => void): () => void;
|
|
12
16
|
removeAllListeners(): void;
|
|
17
|
+
private static _getLegacyRequestId;
|
|
18
|
+
private static _addLegacyEventListener;
|
|
13
19
|
/** @deprecated `AppOpenAd.createForAdRequest(adUnitId)` 인스턴스의 `isAdReady()`를 사용하세요. */
|
|
14
20
|
static isAdReady(adUnitId: string): Promise<boolean>;
|
|
15
21
|
/** @deprecated `AppOpenAd.createForAdRequest(adUnitId)` 인스턴스의 `load()`를 사용하세요. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppOpenAd.d.ts","sourceRoot":"","sources":["../../../../src/AppOpenAd.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAwBtE,qBAAa,SAAS;
|
|
1
|
+
{"version":3,"file":"AppOpenAd.d.ts","sourceRoot":"","sources":["../../../../src/AppOpenAd.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorCode.d.ts","sourceRoot":"","sources":["../../../../src/ErrorCode.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ErrorCode.d.ts","sourceRoot":"","sources":["../../../../src/ErrorCode.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,WAAW,IAAI;CAChB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventEmitter.d.ts","sourceRoot":"","sources":["../../../../src/EventEmitter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAOtE,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,aAAa,EACtD,OAAO,MAAM,EACb,SAAS,eAAe,CAAC,CAAC,CAAC,KAC1B,CAAC,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"EventEmitter.d.ts","sourceRoot":"","sources":["../../../../src/EventEmitter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAOtE,eAAO,MAAM,gBAAgB,GAAI,CAAC,SAAS,aAAa,EACtD,OAAO,MAAM,EACb,SAAS,eAAe,CAAC,CAAC,CAAC,KAC1B,CAAC,MAAM,IAAI,CAeb,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,IAGnD,CAAC;AAEF,qBAAa,cAAc;IACzB,OAAO,CAAC,OAAO,CAAqB;IACpC,OAAO,CAAC,aAAa,CAAkD;;IAMvE,gBAAgB,CAAC,CAAC,SAAS,aAAa,EACtC,KAAK,EAAE,MAAM,EACb,OAAO,EAAE,eAAe,CAAC,CAAC,CAAC,GAC1B,MAAM,IAAI;IAiBb,mBAAmB,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAKxC,kBAAkB,IAAI,IAAI;CAM3B"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { AdDisplayFailedInfo, AdInfo, AdLoadFailedInfo } from './types/AdInfo';
|
|
2
2
|
import { AdEventType, type AdEventPayloadMap } from './types/AdEvent';
|
|
3
3
|
export declare class InterstitialAd {
|
|
4
|
+
private readonly requestId;
|
|
4
5
|
private readonly adUnitId;
|
|
6
|
+
private static _nextRequestId;
|
|
7
|
+
private static _legacyRequestIds;
|
|
8
|
+
private static _legacyRequestIdSet;
|
|
5
9
|
private readonly eventEmitter;
|
|
6
10
|
private constructor();
|
|
7
11
|
static createForAdRequest(adUnitId: string): InterstitialAd;
|
|
@@ -10,6 +14,8 @@ export declare class InterstitialAd {
|
|
|
10
14
|
show(): void;
|
|
11
15
|
addAdEventListener<T extends AdEventType>(type: T, listener: (info: AdEventPayloadMap[T]) => void): () => void;
|
|
12
16
|
removeAllListeners(): void;
|
|
17
|
+
private static _getLegacyRequestId;
|
|
18
|
+
private static _addLegacyEventListener;
|
|
13
19
|
/** @deprecated `InterstitialAd.createForAdRequest(adUnitId)` 인스턴스의 `isAdReady()`를 사용하세요. */
|
|
14
20
|
static isAdReady(adUnitId: string): Promise<boolean>;
|
|
15
21
|
/** @deprecated `InterstitialAd.createForAdRequest(adUnitId)` 인스턴스의 `load()`를 사용하세요. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/InterstitialAd.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAwBtE,qBAAa,cAAc;
|
|
1
|
+
{"version":3,"file":"InterstitialAd.d.ts","sourceRoot":"","sources":["../../../../src/InterstitialAd.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,WAAW,EAAE,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAwBtE,qBAAa,cAAc;IAQvB,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,QAAQ;IAR3B,OAAO,CAAC,MAAM,CAAC,cAAc,CAAK;IAClC,OAAO,CAAC,MAAM,CAAC,iBAAiB,CAA6B;IAC7D,OAAO,CAAC,MAAM,CAAC,mBAAmB,CAAqB;IAEvD,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAwB;IAErD,OAAO;IAKP,MAAM,CAAC,kBAAkB,CAAC,QAAQ,EAAE,MAAM,GAAG,cAAc;IAK3D,SAAS,IAAI,OAAO,CAAC,OAAO,CAAC;IAI7B,IAAI,IAAI,IAAI;IAIZ,IAAI,IAAI,IAAI;IAIZ,kBAAkB,CAAC,CAAC,SAAS,WAAW,EACtC,IAAI,EAAE,CAAC,EACP,QAAQ,EAAE,CAAC,IAAI,EAAE,iBAAiB,CAAC,CAAC,CAAC,KAAK,IAAI,GAC7C,MAAM,IAAI;IAWb,kBAAkB,IAAI,IAAI;IAQ1B,OAAO,CAAC,MAAM,CAAC,mBAAmB;IAUlC,OAAO,CAAC,MAAM,CAAC,uBAAuB;IAYtC,4FAA4F;IAC5F,MAAM,CAAC,SAAS,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKpD,uFAAuF;IACvF,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAKrC,uFAAuF;IACvF,MAAM,CAAC,MAAM,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI;IAKrC,+EAA+E;IAC/E,MAAM,CAAC,wBAAwB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAOzE,8DAA8D;IAC9D,MAAM,CAAC,2BAA2B,IAAI,IAAI;IAI1C,oFAAoF;IACpF,MAAM,CAAC,4BAA4B,CACjC,QAAQ,EAAE,CAAC,SAAS,EAAE,gBAAgB,KAAK,IAAI,GAC9C,IAAI;IAOP,8DAA8D;IAC9D,MAAM,CAAC,+BAA+B,IAAI,IAAI;IAI9C,gFAAgF;IAChF,MAAM,CAAC,yBAAyB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAO1E,8DAA8D;IAC9D,MAAM,CAAC,4BAA4B,IAAI,IAAI;IAI3C,kFAAkF;IAClF,MAAM,CAAC,2BAA2B,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAO5E,8DAA8D;IAC9D,MAAM,CAAC,8BAA8B,IAAI,IAAI;IAI7C,0FAA0F;IAC1F,MAAM,CAAC,iCAAiC,CACtC,QAAQ,EAAE,CAAC,SAAS,EAAE,mBAAmB,KAAK,IAAI,GACjD,IAAI;IAOP,8DAA8D;IAC9D,MAAM,CAAC,oCAAoC,IAAI,IAAI;IAInD,+EAA+E;IAC/E,MAAM,CAAC,wBAAwB,CAAC,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI;IAOzE,8DAA8D;IAC9D,MAAM,CAAC,2BAA2B,IAAI,IAAI;IAI1C,4FAA4F;IAC5F,MAAM,CAAC,+BAA+B,CACpC,QAAQ,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,GACjC,IAAI;IAOP,8DAA8D;IAC9D,MAAM,CAAC,kCAAkC,IAAI,IAAI;CAGlD;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -2,7 +2,11 @@ import type { AdDisplayFailedInfo, AdInfo, AdLoadFailedInfo } from './types/AdIn
|
|
|
2
2
|
import type { LightPopupAdConfiguration } from './types/LightPopupAd';
|
|
3
3
|
import { AdEventType, type AdEventPayloadMap } from './types/AdEvent';
|
|
4
4
|
export declare class LightPopupAd {
|
|
5
|
+
private readonly requestId;
|
|
5
6
|
private readonly adUnitId;
|
|
7
|
+
private static _nextRequestId;
|
|
8
|
+
private static _legacyRequestIds;
|
|
9
|
+
private static _legacyRequestIdSet;
|
|
6
10
|
private readonly eventEmitter;
|
|
7
11
|
private constructor();
|
|
8
12
|
static createForAdRequest(adUnitId: string): LightPopupAd;
|
|
@@ -12,6 +16,8 @@ export declare class LightPopupAd {
|
|
|
12
16
|
setConfiguration(configuration: LightPopupAdConfiguration): void;
|
|
13
17
|
addAdEventListener<T extends AdEventType>(type: T, listener: (info: AdEventPayloadMap[T]) => void): () => void;
|
|
14
18
|
removeAllListeners(): void;
|
|
19
|
+
private static _getLegacyRequestId;
|
|
20
|
+
private static _addLegacyEventListener;
|
|
15
21
|
/** @deprecated `LightPopupAd.createForAdRequest(adUnitId)` 인스턴스의 `isAdReady()`를 사용하세요. */
|
|
16
22
|
static isAdReady(adUnitId: string): Promise<boolean>;
|
|
17
23
|
/** @deprecated `LightPopupAd.createForAdRequest(adUnitId)` 인스턴스의 `load()`를 사용하세요. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LightPopupAd.d.ts","sourceRoot":"","sources":["../../../../src/LightPopupAd.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AACxB,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAE,KAAK,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"LightPopupAd.d.ts","sourceRoot":"","sources":["../../../../src/LightPopupAd.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import type { AdDisplayFailedInfo, AdInfo, AdLoadFailedInfo, AdRewardInfo } from './types/AdInfo';
|
|
2
2
|
import { AdEventType, RewardedAdEventType, type RewardedAdEventPayloadMap } from './types/AdEvent';
|
|
3
3
|
export declare class RewardedAd {
|
|
4
|
+
private readonly requestId;
|
|
4
5
|
private readonly adUnitId;
|
|
6
|
+
private static _nextRequestId;
|
|
7
|
+
private static _legacyRequestIds;
|
|
8
|
+
private static _legacyRequestIdSet;
|
|
5
9
|
private readonly eventEmitter;
|
|
6
10
|
private constructor();
|
|
7
11
|
static createForAdRequest(adUnitId: string): RewardedAd;
|
|
@@ -10,6 +14,8 @@ export declare class RewardedAd {
|
|
|
10
14
|
show(customData?: string | null): void;
|
|
11
15
|
addAdEventListener<T extends AdEventType | RewardedAdEventType>(type: T, listener: (info: RewardedAdEventPayloadMap[T]) => void): () => void;
|
|
12
16
|
removeAllListeners(): void;
|
|
17
|
+
private static _getLegacyRequestId;
|
|
18
|
+
private static _addLegacyEventListener;
|
|
13
19
|
/** @deprecated `RewardedAd.createForAdRequest(adUnitId)` 인스턴스의 `isAdReady()`를 사용하세요. */
|
|
14
20
|
static isAdReady(adUnitId: string): Promise<boolean>;
|
|
15
21
|
/** @deprecated `RewardedAd.createForAdRequest(adUnitId)` 인스턴스의 `load()`를 사용하세요. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RewardedAd.d.ts","sourceRoot":"","sources":["../../../../src/RewardedAd.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,mBAAmB,EACnB,MAAM,EACN,gBAAgB,EAChB,YAAY,EACb,MAAM,gBAAgB,CAAC;AACxB,OAAO,EACL,WAAW,EACX,mBAAmB,EACnB,KAAK,yBAAyB,EAC/B,MAAM,iBAAiB,CAAC;AA2BzB,qBAAa,UAAU;
|
|
1
|
+
{"version":3,"file":"RewardedAd.d.ts","sourceRoot":"","sources":["../../../../src/RewardedAd.ts"],"names":[],"mappings":"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"}
|