@1selfworld/adchain-sdk-react-native 1.0.18 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -224,6 +224,7 @@ npx expo run:ios
|
|
|
224
224
|
|
|
225
225
|
| 패키지 버전 | Android SDK | iOS SDK | Swift | Expo SDK | 주요 변경사항 |
|
|
226
226
|
|------------|-------------|---------|-------|----------|--------------|
|
|
227
|
+
| 1.0.19 | v1.0.30 | v1.0.46 | 5.5 | 50-53 | iOS 타입 오류 수정 (AdchainSdkConfig, AdchainSdkUser) |
|
|
227
228
|
| 1.0.18 | v1.0.30 | v1.0.46 | 5.5 | 50-53 | 네이티브 SDK 버전 업데이트 |
|
|
228
229
|
| 1.0.15 | v1.0.29 | v1.0.45 | 5.5 | 50-53 | 백버튼 이벤트, NestAds 지원 |
|
|
229
230
|
| 1.0.13 | v1.0.28 | v1.0.45 | 5.5 | 50-53 | NestAds 오퍼월 추가 |
|
|
@@ -104,7 +104,7 @@ class AdchainOfferwallRNView: UIView {
|
|
|
104
104
|
}
|
|
105
105
|
}
|
|
106
106
|
|
|
107
|
-
private func loadOfferwallWithUrl(view: AdchainOfferwallView, baseUrl: String, config:
|
|
107
|
+
private func loadOfferwallWithUrl(view: AdchainOfferwallView, baseUrl: String, config: AdchainSdkConfig, user: AdchainSdkUser, placementId: String) {
|
|
108
108
|
// Set callback for offerwall events
|
|
109
109
|
view.setCallback(RNOfferwallCallback(
|
|
110
110
|
onOpened: { [weak self] in
|
package/package.json
CHANGED