react-native-hyperpay-sdk 0.39.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/OPPWAMobile.xcframework/Info.plist +6 -4
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +6095 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +12186 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json +135011 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4335 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +2605 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
- package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +3137 -0
- package/README.md +293 -40
- package/android/build.gradle +13 -28
- package/android/libs/ipworks3ds_sdk_9625.aar +0 -0
- package/android/libs/ipworks3ds_sdk_9625_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-7.11.0-release.aar +0 -0
- package/android/src/main/java/com/reactnativehyperpay/HyperPayModule.java +10 -33
- package/ios/HyperPay.m +1 -1
- package/ipworks3ds_sdk.xcframework/Info.plist +6 -4
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeDirectory +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeResources +623 -0
- package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeSignature +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +699 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1394 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.abi.json +23902 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +875 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +387 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/package.json +1 -1
- package/react-native-hyperpay-sdk.podspec +3 -2
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1100
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1649
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +0 -116
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +0 -11
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +0 -3479
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
- package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +0 -4503
- package/android/.gradle/7.4/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
- package/android/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
- package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4/fileHashes/resourceHashesCache.bin +0 -0
- package/android/.gradle/7.4/gc.properties +0 -0
- package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
- package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.4.2/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.idea/compiler.xml +0 -6
- package/android/.idea/gradle.xml +0 -18
- package/android/.idea/misc.xml +0 -9
- package/android/.idea/vcs.xml +0 -6
- package/android/libs/ipworks3ds_sdk.aar +0 -0
- package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
- package/android/libs/oppwa.mobile-4.6.0-release.aar +0 -0
- package/android/local.properties +0 -8
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1242
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -282
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1862
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -759
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -312
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
- package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
- /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
|
@@ -1,1649 +0,0 @@
|
|
|
1
|
-
#if 0
|
|
2
|
-
#elif defined(__arm64__) && __arm64__
|
|
3
|
-
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
|
|
4
|
-
#ifndef OPPWAMOBILE_SWIFT_H
|
|
5
|
-
#define OPPWAMOBILE_SWIFT_H
|
|
6
|
-
#pragma clang diagnostic push
|
|
7
|
-
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
8
|
-
|
|
9
|
-
#if !defined(__has_include)
|
|
10
|
-
# define __has_include(x) 0
|
|
11
|
-
#endif
|
|
12
|
-
#if !defined(__has_attribute)
|
|
13
|
-
# define __has_attribute(x) 0
|
|
14
|
-
#endif
|
|
15
|
-
#if !defined(__has_feature)
|
|
16
|
-
# define __has_feature(x) 0
|
|
17
|
-
#endif
|
|
18
|
-
#if !defined(__has_warning)
|
|
19
|
-
# define __has_warning(x) 0
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#if __has_include(<swift/objc-prologue.h>)
|
|
23
|
-
# include <swift/objc-prologue.h>
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
#pragma clang diagnostic ignored "-Wauto-import"
|
|
27
|
-
#include <Foundation/Foundation.h>
|
|
28
|
-
#include <stdint.h>
|
|
29
|
-
#include <stddef.h>
|
|
30
|
-
#include <stdbool.h>
|
|
31
|
-
|
|
32
|
-
#if !defined(SWIFT_TYPEDEFS)
|
|
33
|
-
# define SWIFT_TYPEDEFS 1
|
|
34
|
-
# if __has_include(<uchar.h>)
|
|
35
|
-
# include <uchar.h>
|
|
36
|
-
# elif !defined(__cplusplus)
|
|
37
|
-
typedef uint_least16_t char16_t;
|
|
38
|
-
typedef uint_least32_t char32_t;
|
|
39
|
-
# endif
|
|
40
|
-
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
|
41
|
-
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
|
42
|
-
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
|
43
|
-
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
|
44
|
-
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
|
45
|
-
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
|
46
|
-
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
|
47
|
-
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
|
48
|
-
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
|
49
|
-
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
|
50
|
-
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
|
51
|
-
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
52
|
-
#endif
|
|
53
|
-
|
|
54
|
-
#if !defined(SWIFT_PASTE)
|
|
55
|
-
# define SWIFT_PASTE_HELPER(x, y) x##y
|
|
56
|
-
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
|
57
|
-
#endif
|
|
58
|
-
#if !defined(SWIFT_METATYPE)
|
|
59
|
-
# define SWIFT_METATYPE(X) Class
|
|
60
|
-
#endif
|
|
61
|
-
#if !defined(SWIFT_CLASS_PROPERTY)
|
|
62
|
-
# if __has_feature(objc_class_property)
|
|
63
|
-
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
|
64
|
-
# else
|
|
65
|
-
# define SWIFT_CLASS_PROPERTY(...)
|
|
66
|
-
# endif
|
|
67
|
-
#endif
|
|
68
|
-
|
|
69
|
-
#if __has_attribute(objc_runtime_name)
|
|
70
|
-
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
|
71
|
-
#else
|
|
72
|
-
# define SWIFT_RUNTIME_NAME(X)
|
|
73
|
-
#endif
|
|
74
|
-
#if __has_attribute(swift_name)
|
|
75
|
-
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
|
76
|
-
#else
|
|
77
|
-
# define SWIFT_COMPILE_NAME(X)
|
|
78
|
-
#endif
|
|
79
|
-
#if __has_attribute(objc_method_family)
|
|
80
|
-
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
|
81
|
-
#else
|
|
82
|
-
# define SWIFT_METHOD_FAMILY(X)
|
|
83
|
-
#endif
|
|
84
|
-
#if __has_attribute(noescape)
|
|
85
|
-
# define SWIFT_NOESCAPE __attribute__((noescape))
|
|
86
|
-
#else
|
|
87
|
-
# define SWIFT_NOESCAPE
|
|
88
|
-
#endif
|
|
89
|
-
#if __has_attribute(ns_consumed)
|
|
90
|
-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
91
|
-
#else
|
|
92
|
-
# define SWIFT_RELEASES_ARGUMENT
|
|
93
|
-
#endif
|
|
94
|
-
#if __has_attribute(warn_unused_result)
|
|
95
|
-
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
96
|
-
#else
|
|
97
|
-
# define SWIFT_WARN_UNUSED_RESULT
|
|
98
|
-
#endif
|
|
99
|
-
#if __has_attribute(noreturn)
|
|
100
|
-
# define SWIFT_NORETURN __attribute__((noreturn))
|
|
101
|
-
#else
|
|
102
|
-
# define SWIFT_NORETURN
|
|
103
|
-
#endif
|
|
104
|
-
#if !defined(SWIFT_CLASS_EXTRA)
|
|
105
|
-
# define SWIFT_CLASS_EXTRA
|
|
106
|
-
#endif
|
|
107
|
-
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
|
108
|
-
# define SWIFT_PROTOCOL_EXTRA
|
|
109
|
-
#endif
|
|
110
|
-
#if !defined(SWIFT_ENUM_EXTRA)
|
|
111
|
-
# define SWIFT_ENUM_EXTRA
|
|
112
|
-
#endif
|
|
113
|
-
#if !defined(SWIFT_CLASS)
|
|
114
|
-
# if __has_attribute(objc_subclassing_restricted)
|
|
115
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
|
116
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
117
|
-
# else
|
|
118
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
119
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
120
|
-
# endif
|
|
121
|
-
#endif
|
|
122
|
-
#if !defined(SWIFT_RESILIENT_CLASS)
|
|
123
|
-
# if __has_attribute(objc_class_stub)
|
|
124
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
|
|
125
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
126
|
-
# else
|
|
127
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
|
|
128
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
129
|
-
# endif
|
|
130
|
-
#endif
|
|
131
|
-
|
|
132
|
-
#if !defined(SWIFT_PROTOCOL)
|
|
133
|
-
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
134
|
-
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
135
|
-
#endif
|
|
136
|
-
|
|
137
|
-
#if !defined(SWIFT_EXTENSION)
|
|
138
|
-
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
|
139
|
-
#endif
|
|
140
|
-
|
|
141
|
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
|
142
|
-
# if __has_attribute(objc_designated_initializer)
|
|
143
|
-
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
|
144
|
-
# else
|
|
145
|
-
# define OBJC_DESIGNATED_INITIALIZER
|
|
146
|
-
# endif
|
|
147
|
-
#endif
|
|
148
|
-
#if !defined(SWIFT_ENUM_ATTR)
|
|
149
|
-
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
|
|
150
|
-
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
|
151
|
-
# else
|
|
152
|
-
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
153
|
-
# endif
|
|
154
|
-
#endif
|
|
155
|
-
#if !defined(SWIFT_ENUM)
|
|
156
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
157
|
-
# if __has_feature(generalized_swift_name)
|
|
158
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
159
|
-
# else
|
|
160
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
161
|
-
# endif
|
|
162
|
-
#endif
|
|
163
|
-
#if !defined(SWIFT_UNAVAILABLE)
|
|
164
|
-
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
|
165
|
-
#endif
|
|
166
|
-
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
|
167
|
-
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
|
168
|
-
#endif
|
|
169
|
-
#if !defined(SWIFT_AVAILABILITY)
|
|
170
|
-
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
171
|
-
#endif
|
|
172
|
-
#if !defined(SWIFT_WEAK_IMPORT)
|
|
173
|
-
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
174
|
-
#endif
|
|
175
|
-
#if !defined(SWIFT_DEPRECATED)
|
|
176
|
-
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
|
177
|
-
#endif
|
|
178
|
-
#if !defined(SWIFT_DEPRECATED_MSG)
|
|
179
|
-
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
|
180
|
-
#endif
|
|
181
|
-
#if __has_feature(attribute_diagnose_if_objc)
|
|
182
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
|
183
|
-
#else
|
|
184
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
185
|
-
#endif
|
|
186
|
-
#if !defined(IBSegueAction)
|
|
187
|
-
# define IBSegueAction
|
|
188
|
-
#endif
|
|
189
|
-
#if __has_feature(modules)
|
|
190
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
191
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
192
|
-
#endif
|
|
193
|
-
@import Foundation;
|
|
194
|
-
@import ObjectiveC;
|
|
195
|
-
#endif
|
|
196
|
-
|
|
197
|
-
#import <OPPWAMobile/OPPWAMobile.h>
|
|
198
|
-
|
|
199
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
200
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
201
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
202
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
203
|
-
#endif
|
|
204
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
205
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
206
|
-
|
|
207
|
-
#if __has_attribute(external_source_symbol)
|
|
208
|
-
# pragma push_macro("any")
|
|
209
|
-
# undef any
|
|
210
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="OPPWAMobile",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
211
|
-
# pragma pop_macro("any")
|
|
212
|
-
#endif
|
|
213
|
-
|
|
214
|
-
@class OPPThreeDSCompletionEvent;
|
|
215
|
-
@class OPPThreeDSErrorEvent;
|
|
216
|
-
|
|
217
|
-
/// A protocol for 3-D Secure challenge callbacks. Receives result after challenge is finished or interrupted for some reason.
|
|
218
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile27OPPThreeDSChallengeCallback_")
|
|
219
|
-
@protocol OPPThreeDSChallengeCallback
|
|
220
|
-
/// Called when challenge is completed without any errors.
|
|
221
|
-
/// \param completionEvent Details about challenge completion.
|
|
222
|
-
///
|
|
223
|
-
- (void)completedWithCompletionEvent:(OPPThreeDSCompletionEvent * _Nonnull)completionEvent;
|
|
224
|
-
/// Called if shopper manually aborts authentication by tapping ‘Cancel’ button.
|
|
225
|
-
- (void)cancelled;
|
|
226
|
-
/// Called if some internal error has occurred.
|
|
227
|
-
/// \param errorEvent Details about challenge failure.
|
|
228
|
-
///
|
|
229
|
-
- (void)failedWithErrorEvent:(OPPThreeDSErrorEvent * _Nonnull)errorEvent;
|
|
230
|
-
@end
|
|
231
|
-
|
|
232
|
-
@class NSString;
|
|
233
|
-
enum OPPThreeDSTransactionStatus : NSInteger;
|
|
234
|
-
|
|
235
|
-
/// Class to represent information about successful challenge completion.
|
|
236
|
-
SWIFT_CLASS("_TtC11OPPWAMobile25OPPThreeDSCompletionEvent")
|
|
237
|
-
@interface OPPThreeDSCompletionEvent : NSObject
|
|
238
|
-
/// 3-D Secure transaction identifier.
|
|
239
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull transactionId;
|
|
240
|
-
/// Status of the transaction after challenge is done.
|
|
241
|
-
@property (nonatomic, readonly) enum OPPThreeDSTransactionStatus transactionStatus;
|
|
242
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
243
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
244
|
-
@end
|
|
245
|
-
|
|
246
|
-
@class NSNumber;
|
|
247
|
-
@class UiCustomization;
|
|
248
|
-
|
|
249
|
-
/// Class that contains all possible configurations to be applied at <code>OPPThreeDSService</code> initialization phase.
|
|
250
|
-
SWIFT_CLASS("_TtC11OPPWAMobile16OPPThreeDSConfig")
|
|
251
|
-
@interface OPPThreeDSConfig : NSObject
|
|
252
|
-
/// Specific types of challenge interfaces.
|
|
253
|
-
/// They may vary for native way, e.g. present OTP or single select screen.
|
|
254
|
-
/// By default all UI types are supported, it’s strongly recommended by EMVCo.
|
|
255
|
-
@property (nonatomic) OPPThreeDSChallengeUiType challengeUiTypes;
|
|
256
|
-
/// The maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
|
|
257
|
-
/// Default value is 5 minutes.
|
|
258
|
-
@property (nonatomic) NSInteger sdkMaxTimeout;
|
|
259
|
-
/// The custom parameter for the /n software <code>Client</code> component.
|
|
260
|
-
/// See <a href="http://cdn.nsoftware.com/help/TS2/android/ClientConfig.htm" target="_blank"> /n software ClientConfig guide</a> for the keys.
|
|
261
|
-
/// Sample value <code>["AcceptAnyACSCert": "true"]</code>
|
|
262
|
-
@property (nonatomic, copy) NSDictionary<NSString *, NSString *> * _Nonnull clientConfigParams;
|
|
263
|
-
/// The expected bundle identifier for the application.
|
|
264
|
-
@property (nonatomic, copy) NSString * _Nonnull appBundleID;
|
|
265
|
-
/// The string that represents the locale for the app’s user interface.
|
|
266
|
-
@property (nonatomic, copy) NSString * _Nullable locale;
|
|
267
|
-
/// The list of device parameters that should NOT be collected for the device.
|
|
268
|
-
/// By default, the SDK will pull as many device parameters as it can.
|
|
269
|
-
/// Refer to the “EMV® 3-D Secure SDK—Device Information” guide to see the full list of possible device parameters and appropriate constants to be used.
|
|
270
|
-
/// Sample values would be <code>["A001", "A002"]</code>.
|
|
271
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable deviceParameterBlacklist;
|
|
272
|
-
/// UI configuration information that is used to specify the UI layout and theme of the challenge screens, for example, font style and font size.
|
|
273
|
-
@property (nonatomic, strong) UiCustomization * _Nonnull uiCustomization;
|
|
274
|
-
/// Merchant app URL used by Authentication app to call the Merchant app after OOB authentication has occurred.
|
|
275
|
-
@property (nonatomic, copy) NSString * _Nullable threeDSRequestorAppURL;
|
|
276
|
-
/// Creates an object representing configuration information to be applied at <code>OPPThreeDSService</code>.
|
|
277
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
278
|
-
@end
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
/// Class to represent information about interrupted challenge.
|
|
282
|
-
SWIFT_CLASS("_TtC11OPPWAMobile20OPPThreeDSErrorEvent")
|
|
283
|
-
@interface OPPThreeDSErrorEvent : NSObject
|
|
284
|
-
/// Error code for the challenge interruption.
|
|
285
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorCode;
|
|
286
|
-
/// Short error message identifying why challenge was interrupted.
|
|
287
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull errorMessage;
|
|
288
|
-
/// More details error description if it’s available.
|
|
289
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorDetails;
|
|
290
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
291
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
292
|
-
@end
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
/// Class to represent all information needed to communicate securely with Directory Server (DS) and Access Control Server (ACS)
|
|
296
|
-
SWIFT_CLASS("_TtC11OPPWAMobile22OPPThreeDSSchemeConfig")
|
|
297
|
-
@interface OPPThreeDSSchemeConfig : NSObject
|
|
298
|
-
/// Directory Server ID.
|
|
299
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsRefId;
|
|
300
|
-
/// Public certificate provided by the DS to encrypt device data.
|
|
301
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsEncryptCert;
|
|
302
|
-
/// CA public certificate (root) of the DS-CA.
|
|
303
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsCaRootCert;
|
|
304
|
-
/// Creates an object representing information to connect to DS and ACS.
|
|
305
|
-
/// \param dsRefId Directory Server ID.
|
|
306
|
-
///
|
|
307
|
-
/// \param dsEncryptCert Public certificate provided by the DS to encrypt device data.
|
|
308
|
-
///
|
|
309
|
-
/// \param dsCaRootCert CA public certificate (root) of the DS-CA.
|
|
310
|
-
///
|
|
311
|
-
///
|
|
312
|
-
/// returns:
|
|
313
|
-
/// Returns an object representing information to connect to DS and ACS.
|
|
314
|
-
- (nonnull instancetype)initWithDsRefId:(NSString * _Nonnull)dsRefId dsEncryptCert:(NSString * _Nonnull)dsEncryptCert dsCaRootCert:(NSString * _Nonnull)dsCaRootCert OBJC_DESIGNATED_INITIALIZER;
|
|
315
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
316
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
317
|
-
@end
|
|
318
|
-
|
|
319
|
-
@protocol OPPThreeDSServiceCallback;
|
|
320
|
-
enum OPPThreeDSTransactionMode : NSInteger;
|
|
321
|
-
@class OPPThreeDSTransaction;
|
|
322
|
-
@class Warning;
|
|
323
|
-
|
|
324
|
-
/// Class to perform all necessary preparations for the 3-D Secure 2 authentication.
|
|
325
|
-
/// note:
|
|
326
|
-
/// The service should be initialized just once per app session. Call <code>OPPThreeDSService.initialize(transactionMode:paymentBrands:)</code> method to start the service, it will initiate security checks and collecting device data as background task. It’s recommended to initialize the service once the app is launched or at least once checkout is started.
|
|
327
|
-
/// Once service is initialized <code>OPPThreeDSTransaction</code> object can be obtained for the specific transaction, please see <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> method.
|
|
328
|
-
SWIFT_CLASS("_TtC11OPPWAMobile17OPPThreeDSService")
|
|
329
|
-
@interface OPPThreeDSService : NSObject
|
|
330
|
-
/// Single instance of the <code>OPPThreeDSService</code> class.
|
|
331
|
-
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) OPPThreeDSService * _Nonnull sharedInstance;)
|
|
332
|
-
+ (OPPThreeDSService * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
333
|
-
/// The list of payment brands specified during initialization <code>OPPThreeDSService</code>.
|
|
334
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable paymentBrands;
|
|
335
|
-
/// Configuration object to be used during service initialization.
|
|
336
|
-
@property (nonatomic, strong) OPPThreeDSConfig * _Nonnull config;
|
|
337
|
-
/// A flag that specifies if service is initialized or not.
|
|
338
|
-
@property (nonatomic, readonly) BOOL isInitialized;
|
|
339
|
-
/// The listener which will receive events from the <code>OPPThreeDSService</code>
|
|
340
|
-
@property (nonatomic, strong) id <OPPThreeDSServiceCallback> _Nullable initCallback;
|
|
341
|
-
- (id <OPPThreeDSServiceCallback> _Nullable)initCallback SWIFT_METHOD_FAMILY(none) SWIFT_WARN_UNUSED_RESULT;
|
|
342
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
343
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
344
|
-
/// Initializes the service, starts preparation for the 3-D Secure authentication.
|
|
345
|
-
/// Preparation includes loading DS certificates for the specified payment brands, security checks and collecting device data as background task.
|
|
346
|
-
/// note:
|
|
347
|
-
/// You can know that initialization is done by checking <code>OPPThreeDSService.isInitialized</code> or set <code>OPPThreeDSService.initCallback</code> to be notified about the result of initialization.
|
|
348
|
-
/// note:
|
|
349
|
-
/// The state of the service is maintained until the <code>OPPThreeDSService.cleanUp()</code> method is called.
|
|
350
|
-
/// \param transactionMode the mode to switch between test and live system.
|
|
351
|
-
///
|
|
352
|
-
/// \param paymentBrands the list of payment brands which support 3-D Secure 2.
|
|
353
|
-
///
|
|
354
|
-
///
|
|
355
|
-
/// throws:
|
|
356
|
-
///
|
|
357
|
-
/// <ul>
|
|
358
|
-
/// <li>
|
|
359
|
-
/// <code>InvalidInputException</code> if list of payment brands is empty, or if some invalid data is passed in <code>OPPThreeDSService.config</code>
|
|
360
|
-
/// </li>
|
|
361
|
-
/// <li>
|
|
362
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
363
|
-
/// </li>
|
|
364
|
-
/// </ul>
|
|
365
|
-
- (void)initializeWithTransactionMode:(enum OPPThreeDSTransactionMode)transactionMode paymentBrands:(NSArray<NSString *> * _Nonnull)paymentBrands;
|
|
366
|
-
/// Creates transaction object for the specific payment brand.
|
|
367
|
-
/// note:
|
|
368
|
-
/// A reference should be kept for this transaction through the entire 3-D Secure process. When the transaction is complete, it should be closed via the <code>OPPThreeDSTransaction.close()</code>
|
|
369
|
-
/// <ul>
|
|
370
|
-
/// <li>
|
|
371
|
-
/// Parameter
|
|
372
|
-
/// <ul>
|
|
373
|
-
/// <li>
|
|
374
|
-
/// paymentBrand: brand of the shopper’s card.
|
|
375
|
-
/// </li>
|
|
376
|
-
/// <li>
|
|
377
|
-
/// protocolVersion: protocol version according to which the transaction shall be created.
|
|
378
|
-
/// </li>
|
|
379
|
-
/// </ul>
|
|
380
|
-
/// </li>
|
|
381
|
-
/// </ul>
|
|
382
|
-
///
|
|
383
|
-
/// throws:
|
|
384
|
-
///
|
|
385
|
-
/// <ul>
|
|
386
|
-
/// <li>
|
|
387
|
-
/// <code>InvalidInputException</code> if payment brand is not valid, e.g. it was not specified at <code>OPPThreeDSService</code> initialization phase.
|
|
388
|
-
/// </li>
|
|
389
|
-
/// <li>
|
|
390
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
391
|
-
/// </li>
|
|
392
|
-
/// <li>
|
|
393
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
394
|
-
/// </li>
|
|
395
|
-
/// </ul>
|
|
396
|
-
///
|
|
397
|
-
/// returns:
|
|
398
|
-
/// Initialized <code>OPPThreeDSTransaction</code> object.
|
|
399
|
-
- (OPPThreeDSTransaction * _Nullable)createTransactionWithPaymentBrand:(NSString * _Nonnull)paymentBrand protocolVersion:(NSString * _Nonnull)protocolVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
400
|
-
/// The cleanup method frees up resources that are used by the 3DS SDK. It is called only once during a single app session.
|
|
401
|
-
///
|
|
402
|
-
/// throws:
|
|
403
|
-
///
|
|
404
|
-
/// <ul>
|
|
405
|
-
/// <li>
|
|
406
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
407
|
-
/// </li>
|
|
408
|
-
/// </ul>
|
|
409
|
-
- (BOOL)cleanUpAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
410
|
-
/// Returns warnings produced by the security checks during the service initialization.
|
|
411
|
-
/// note:
|
|
412
|
-
/// These can be checked by the app to determine whether or not to proceed with the checkout process.
|
|
413
|
-
///
|
|
414
|
-
/// throws:
|
|
415
|
-
///
|
|
416
|
-
/// <ul>
|
|
417
|
-
/// <li>
|
|
418
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
419
|
-
/// </li>
|
|
420
|
-
/// </ul>
|
|
421
|
-
///
|
|
422
|
-
/// returns:
|
|
423
|
-
/// The list of warnings produced during initialization.
|
|
424
|
-
- (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
425
|
-
/// Returns version of ipworks 3DS SDK.
|
|
426
|
-
///
|
|
427
|
-
/// throws:
|
|
428
|
-
///
|
|
429
|
-
/// <ul>
|
|
430
|
-
/// <li>
|
|
431
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
432
|
-
/// </li>
|
|
433
|
-
/// </ul>
|
|
434
|
-
- (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
435
|
-
/// Provides possibility to overwrite standard certificates and use some custom DS information for the specific brands to process transaction. Should be used for test purposes only.
|
|
436
|
-
/// \param schemeConfigDict Scheme config information mapped for specific card brands.
|
|
437
|
-
///
|
|
438
|
-
- (void)setCustomSchemeConfig:(NSDictionary<NSString *, OPPThreeDSSchemeConfig *> * _Nonnull)schemeConfigDict;
|
|
439
|
-
@end
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
/// A protocol for 3-D Secure service initialization callback. Receives an error if it appears during service initialization, otherwise the error will be nil.
|
|
443
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile25OPPThreeDSServiceCallback_")
|
|
444
|
-
@protocol OPPThreeDSServiceCallback
|
|
445
|
-
/// Called when <code>OPPThreeDSService</code> initialization is completed.
|
|
446
|
-
/// \param error An error if service initialization was interrupted by some internal error.
|
|
447
|
-
///
|
|
448
|
-
- (void)initializedWithError:(NSError * _Nullable)error;
|
|
449
|
-
@end
|
|
450
|
-
|
|
451
|
-
@class UINavigationController;
|
|
452
|
-
@class ProgressView;
|
|
453
|
-
|
|
454
|
-
/// Class that contains information required for performing concrete 3-D Secure transaction for both frictionless and challenge flow.
|
|
455
|
-
/// Use <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> to create a new transaction instance.
|
|
456
|
-
SWIFT_CLASS("_TtC11OPPWAMobile21OPPThreeDSTransaction")
|
|
457
|
-
@interface OPPThreeDSTransaction : NSObject
|
|
458
|
-
/// Constructs authentication request parameters string to be sent to the Platform.
|
|
459
|
-
///
|
|
460
|
-
/// throws:
|
|
461
|
-
///
|
|
462
|
-
/// <ul>
|
|
463
|
-
/// <li>
|
|
464
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
465
|
-
/// </li>
|
|
466
|
-
/// </ul>
|
|
467
|
-
///
|
|
468
|
-
/// returns:
|
|
469
|
-
/// Returns a string with authentication request parameters to be sent to the Platform.
|
|
470
|
-
- (NSString * _Nullable)getAuthRequestParamsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
471
|
-
/// Validates <code>authResponse</code> and launches the challenge screens.
|
|
472
|
-
/// \param authResponse The json string with authentication response as received from the Platform.
|
|
473
|
-
///
|
|
474
|
-
/// \param navigationController The navigation controller to start challenge
|
|
475
|
-
///
|
|
476
|
-
/// \param threeDSRequestorAppURL The requestor app URL string, required for OOB authentication.
|
|
477
|
-
///
|
|
478
|
-
/// \param challengeCallback The instance of <code>OPPThreeDSChallengeCallback</code> that is calling protocol method.
|
|
479
|
-
///
|
|
480
|
-
///
|
|
481
|
-
/// throws:
|
|
482
|
-
///
|
|
483
|
-
/// <ul>
|
|
484
|
-
/// <li>
|
|
485
|
-
/// <code>InvalidInputException</code> if invalid auth response is provided.
|
|
486
|
-
/// </li>
|
|
487
|
-
/// <li>
|
|
488
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
489
|
-
/// </li>
|
|
490
|
-
/// </ul>
|
|
491
|
-
- (BOOL)doChallengeWithAuthResponse:(NSString * _Nonnull)authResponse navigationController:(UINavigationController * _Nonnull)navigationController threeDSRequestorAppURL:(NSString * _Nullable)threeDSRequestorAppURL challengeCallback:(id <OPPThreeDSChallengeCallback> _Nonnull)challengeCallback error:(NSError * _Nullable * _Nullable)error;
|
|
492
|
-
/// Returns the processing screen which displays the Directory Server logo, and a graphical element to indicate that an activity is being processed.
|
|
493
|
-
///
|
|
494
|
-
/// throws:
|
|
495
|
-
///
|
|
496
|
-
/// <ul>
|
|
497
|
-
/// <li>
|
|
498
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
499
|
-
/// </li>
|
|
500
|
-
/// </ul>
|
|
501
|
-
///
|
|
502
|
-
/// returns:
|
|
503
|
-
/// <code>ProgressView</code> object to be shown while transaction is processing.
|
|
504
|
-
- (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
505
|
-
/// Cleans up resources that are held by the transaction object.
|
|
506
|
-
/// note:
|
|
507
|
-
/// This method is required to be called only when the <code>doChallenge(authResponse:navigationController:challengeCallback:)</code> method is not called in the transaction. E.g. you want to cancel transaction instead of requesting challenge authentication.
|
|
508
|
-
///
|
|
509
|
-
/// throws:
|
|
510
|
-
///
|
|
511
|
-
/// <ul>
|
|
512
|
-
/// <li>
|
|
513
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
514
|
-
/// </li>
|
|
515
|
-
/// </ul>
|
|
516
|
-
- (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
517
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
518
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
519
|
-
@end
|
|
520
|
-
|
|
521
|
-
/// An enumeration for possible modes to switch between test and live environment.
|
|
522
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionMode, open) {
|
|
523
|
-
/// The mode to process transaction in test system. Might be not available for some brands.
|
|
524
|
-
OPPThreeDSTransactionModeTest = 0,
|
|
525
|
-
/// The mode to process transaction in live system.
|
|
526
|
-
OPPThreeDSTransactionModeLive = 1,
|
|
527
|
-
};
|
|
528
|
-
|
|
529
|
-
/// An enumeration for the various types of status for the 3-D Secure 2 transaction.
|
|
530
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionStatus, open) {
|
|
531
|
-
/// Authentication/verification successful.
|
|
532
|
-
OPPThreeDSTransactionStatusAuthenticated = 0,
|
|
533
|
-
/// Not authentication/not verified, but a proof of attempted authentication/verification is provided.
|
|
534
|
-
OPPThreeDSTransactionStatusAttemptProcessingPerformed = 1,
|
|
535
|
-
/// Not authenticated or account not verified, transaction denied.
|
|
536
|
-
OPPThreeDSTransactionStatusDenied = 2,
|
|
537
|
-
/// Issuer is rejecting authentication/verification and request that authorisation not attempted.
|
|
538
|
-
OPPThreeDSTransactionStatusRejected = 3,
|
|
539
|
-
/// Authentication/verification cannot be performed due to some technical or other problems.
|
|
540
|
-
OPPThreeDSTransactionStatusFailed = 4,
|
|
541
|
-
/// Undefined transaction status.
|
|
542
|
-
OPPThreeDSTransactionStatusUndefined = 5,
|
|
543
|
-
};
|
|
544
|
-
|
|
545
|
-
#if __has_attribute(external_source_symbol)
|
|
546
|
-
# pragma clang attribute pop
|
|
547
|
-
#endif
|
|
548
|
-
#pragma clang diagnostic pop
|
|
549
|
-
#endif
|
|
550
|
-
|
|
551
|
-
#elif defined(__x86_64__) && __x86_64__
|
|
552
|
-
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
|
|
553
|
-
#ifndef OPPWAMOBILE_SWIFT_H
|
|
554
|
-
#define OPPWAMOBILE_SWIFT_H
|
|
555
|
-
#pragma clang diagnostic push
|
|
556
|
-
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
557
|
-
|
|
558
|
-
#if !defined(__has_include)
|
|
559
|
-
# define __has_include(x) 0
|
|
560
|
-
#endif
|
|
561
|
-
#if !defined(__has_attribute)
|
|
562
|
-
# define __has_attribute(x) 0
|
|
563
|
-
#endif
|
|
564
|
-
#if !defined(__has_feature)
|
|
565
|
-
# define __has_feature(x) 0
|
|
566
|
-
#endif
|
|
567
|
-
#if !defined(__has_warning)
|
|
568
|
-
# define __has_warning(x) 0
|
|
569
|
-
#endif
|
|
570
|
-
|
|
571
|
-
#if __has_include(<swift/objc-prologue.h>)
|
|
572
|
-
# include <swift/objc-prologue.h>
|
|
573
|
-
#endif
|
|
574
|
-
|
|
575
|
-
#pragma clang diagnostic ignored "-Wauto-import"
|
|
576
|
-
#include <Foundation/Foundation.h>
|
|
577
|
-
#include <stdint.h>
|
|
578
|
-
#include <stddef.h>
|
|
579
|
-
#include <stdbool.h>
|
|
580
|
-
|
|
581
|
-
#if !defined(SWIFT_TYPEDEFS)
|
|
582
|
-
# define SWIFT_TYPEDEFS 1
|
|
583
|
-
# if __has_include(<uchar.h>)
|
|
584
|
-
# include <uchar.h>
|
|
585
|
-
# elif !defined(__cplusplus)
|
|
586
|
-
typedef uint_least16_t char16_t;
|
|
587
|
-
typedef uint_least32_t char32_t;
|
|
588
|
-
# endif
|
|
589
|
-
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
|
590
|
-
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
|
591
|
-
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
|
592
|
-
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
|
593
|
-
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
|
594
|
-
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
|
595
|
-
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
|
596
|
-
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
|
597
|
-
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
|
598
|
-
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
|
599
|
-
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
|
600
|
-
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
601
|
-
#endif
|
|
602
|
-
|
|
603
|
-
#if !defined(SWIFT_PASTE)
|
|
604
|
-
# define SWIFT_PASTE_HELPER(x, y) x##y
|
|
605
|
-
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
|
606
|
-
#endif
|
|
607
|
-
#if !defined(SWIFT_METATYPE)
|
|
608
|
-
# define SWIFT_METATYPE(X) Class
|
|
609
|
-
#endif
|
|
610
|
-
#if !defined(SWIFT_CLASS_PROPERTY)
|
|
611
|
-
# if __has_feature(objc_class_property)
|
|
612
|
-
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
|
613
|
-
# else
|
|
614
|
-
# define SWIFT_CLASS_PROPERTY(...)
|
|
615
|
-
# endif
|
|
616
|
-
#endif
|
|
617
|
-
|
|
618
|
-
#if __has_attribute(objc_runtime_name)
|
|
619
|
-
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
|
620
|
-
#else
|
|
621
|
-
# define SWIFT_RUNTIME_NAME(X)
|
|
622
|
-
#endif
|
|
623
|
-
#if __has_attribute(swift_name)
|
|
624
|
-
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
|
625
|
-
#else
|
|
626
|
-
# define SWIFT_COMPILE_NAME(X)
|
|
627
|
-
#endif
|
|
628
|
-
#if __has_attribute(objc_method_family)
|
|
629
|
-
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
|
630
|
-
#else
|
|
631
|
-
# define SWIFT_METHOD_FAMILY(X)
|
|
632
|
-
#endif
|
|
633
|
-
#if __has_attribute(noescape)
|
|
634
|
-
# define SWIFT_NOESCAPE __attribute__((noescape))
|
|
635
|
-
#else
|
|
636
|
-
# define SWIFT_NOESCAPE
|
|
637
|
-
#endif
|
|
638
|
-
#if __has_attribute(ns_consumed)
|
|
639
|
-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
640
|
-
#else
|
|
641
|
-
# define SWIFT_RELEASES_ARGUMENT
|
|
642
|
-
#endif
|
|
643
|
-
#if __has_attribute(warn_unused_result)
|
|
644
|
-
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
645
|
-
#else
|
|
646
|
-
# define SWIFT_WARN_UNUSED_RESULT
|
|
647
|
-
#endif
|
|
648
|
-
#if __has_attribute(noreturn)
|
|
649
|
-
# define SWIFT_NORETURN __attribute__((noreturn))
|
|
650
|
-
#else
|
|
651
|
-
# define SWIFT_NORETURN
|
|
652
|
-
#endif
|
|
653
|
-
#if !defined(SWIFT_CLASS_EXTRA)
|
|
654
|
-
# define SWIFT_CLASS_EXTRA
|
|
655
|
-
#endif
|
|
656
|
-
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
|
657
|
-
# define SWIFT_PROTOCOL_EXTRA
|
|
658
|
-
#endif
|
|
659
|
-
#if !defined(SWIFT_ENUM_EXTRA)
|
|
660
|
-
# define SWIFT_ENUM_EXTRA
|
|
661
|
-
#endif
|
|
662
|
-
#if !defined(SWIFT_CLASS)
|
|
663
|
-
# if __has_attribute(objc_subclassing_restricted)
|
|
664
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
|
665
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
666
|
-
# else
|
|
667
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
668
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
669
|
-
# endif
|
|
670
|
-
#endif
|
|
671
|
-
#if !defined(SWIFT_RESILIENT_CLASS)
|
|
672
|
-
# if __has_attribute(objc_class_stub)
|
|
673
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
|
|
674
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
675
|
-
# else
|
|
676
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
|
|
677
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
678
|
-
# endif
|
|
679
|
-
#endif
|
|
680
|
-
|
|
681
|
-
#if !defined(SWIFT_PROTOCOL)
|
|
682
|
-
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
683
|
-
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
684
|
-
#endif
|
|
685
|
-
|
|
686
|
-
#if !defined(SWIFT_EXTENSION)
|
|
687
|
-
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
|
688
|
-
#endif
|
|
689
|
-
|
|
690
|
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
|
691
|
-
# if __has_attribute(objc_designated_initializer)
|
|
692
|
-
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
|
693
|
-
# else
|
|
694
|
-
# define OBJC_DESIGNATED_INITIALIZER
|
|
695
|
-
# endif
|
|
696
|
-
#endif
|
|
697
|
-
#if !defined(SWIFT_ENUM_ATTR)
|
|
698
|
-
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
|
|
699
|
-
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
|
700
|
-
# else
|
|
701
|
-
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
702
|
-
# endif
|
|
703
|
-
#endif
|
|
704
|
-
#if !defined(SWIFT_ENUM)
|
|
705
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
706
|
-
# if __has_feature(generalized_swift_name)
|
|
707
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
708
|
-
# else
|
|
709
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
710
|
-
# endif
|
|
711
|
-
#endif
|
|
712
|
-
#if !defined(SWIFT_UNAVAILABLE)
|
|
713
|
-
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
|
714
|
-
#endif
|
|
715
|
-
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
|
716
|
-
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
|
717
|
-
#endif
|
|
718
|
-
#if !defined(SWIFT_AVAILABILITY)
|
|
719
|
-
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
720
|
-
#endif
|
|
721
|
-
#if !defined(SWIFT_WEAK_IMPORT)
|
|
722
|
-
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
723
|
-
#endif
|
|
724
|
-
#if !defined(SWIFT_DEPRECATED)
|
|
725
|
-
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
|
726
|
-
#endif
|
|
727
|
-
#if !defined(SWIFT_DEPRECATED_MSG)
|
|
728
|
-
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
|
729
|
-
#endif
|
|
730
|
-
#if __has_feature(attribute_diagnose_if_objc)
|
|
731
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
|
732
|
-
#else
|
|
733
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
734
|
-
#endif
|
|
735
|
-
#if !defined(IBSegueAction)
|
|
736
|
-
# define IBSegueAction
|
|
737
|
-
#endif
|
|
738
|
-
#if __has_feature(modules)
|
|
739
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
740
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
741
|
-
#endif
|
|
742
|
-
@import Foundation;
|
|
743
|
-
@import ObjectiveC;
|
|
744
|
-
#endif
|
|
745
|
-
|
|
746
|
-
#import <OPPWAMobile/OPPWAMobile.h>
|
|
747
|
-
|
|
748
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
749
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
750
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
751
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
752
|
-
#endif
|
|
753
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
754
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
755
|
-
|
|
756
|
-
#if __has_attribute(external_source_symbol)
|
|
757
|
-
# pragma push_macro("any")
|
|
758
|
-
# undef any
|
|
759
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="OPPWAMobile",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
760
|
-
# pragma pop_macro("any")
|
|
761
|
-
#endif
|
|
762
|
-
|
|
763
|
-
@class OPPThreeDSCompletionEvent;
|
|
764
|
-
@class OPPThreeDSErrorEvent;
|
|
765
|
-
|
|
766
|
-
/// A protocol for 3-D Secure challenge callbacks. Receives result after challenge is finished or interrupted for some reason.
|
|
767
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile27OPPThreeDSChallengeCallback_")
|
|
768
|
-
@protocol OPPThreeDSChallengeCallback
|
|
769
|
-
/// Called when challenge is completed without any errors.
|
|
770
|
-
/// \param completionEvent Details about challenge completion.
|
|
771
|
-
///
|
|
772
|
-
- (void)completedWithCompletionEvent:(OPPThreeDSCompletionEvent * _Nonnull)completionEvent;
|
|
773
|
-
/// Called if shopper manually aborts authentication by tapping ‘Cancel’ button.
|
|
774
|
-
- (void)cancelled;
|
|
775
|
-
/// Called if some internal error has occurred.
|
|
776
|
-
/// \param errorEvent Details about challenge failure.
|
|
777
|
-
///
|
|
778
|
-
- (void)failedWithErrorEvent:(OPPThreeDSErrorEvent * _Nonnull)errorEvent;
|
|
779
|
-
@end
|
|
780
|
-
|
|
781
|
-
@class NSString;
|
|
782
|
-
enum OPPThreeDSTransactionStatus : NSInteger;
|
|
783
|
-
|
|
784
|
-
/// Class to represent information about successful challenge completion.
|
|
785
|
-
SWIFT_CLASS("_TtC11OPPWAMobile25OPPThreeDSCompletionEvent")
|
|
786
|
-
@interface OPPThreeDSCompletionEvent : NSObject
|
|
787
|
-
/// 3-D Secure transaction identifier.
|
|
788
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull transactionId;
|
|
789
|
-
/// Status of the transaction after challenge is done.
|
|
790
|
-
@property (nonatomic, readonly) enum OPPThreeDSTransactionStatus transactionStatus;
|
|
791
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
792
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
793
|
-
@end
|
|
794
|
-
|
|
795
|
-
@class NSNumber;
|
|
796
|
-
@class UiCustomization;
|
|
797
|
-
|
|
798
|
-
/// Class that contains all possible configurations to be applied at <code>OPPThreeDSService</code> initialization phase.
|
|
799
|
-
SWIFT_CLASS("_TtC11OPPWAMobile16OPPThreeDSConfig")
|
|
800
|
-
@interface OPPThreeDSConfig : NSObject
|
|
801
|
-
/// Specific types of challenge interfaces.
|
|
802
|
-
/// They may vary for native way, e.g. present OTP or single select screen.
|
|
803
|
-
/// By default all UI types are supported, it’s strongly recommended by EMVCo.
|
|
804
|
-
@property (nonatomic) OPPThreeDSChallengeUiType challengeUiTypes;
|
|
805
|
-
/// The maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
|
|
806
|
-
/// Default value is 5 minutes.
|
|
807
|
-
@property (nonatomic) NSInteger sdkMaxTimeout;
|
|
808
|
-
/// The custom parameter for the /n software <code>Client</code> component.
|
|
809
|
-
/// See <a href="http://cdn.nsoftware.com/help/TS2/android/ClientConfig.htm" target="_blank"> /n software ClientConfig guide</a> for the keys.
|
|
810
|
-
/// Sample value <code>["AcceptAnyACSCert": "true"]</code>
|
|
811
|
-
@property (nonatomic, copy) NSDictionary<NSString *, NSString *> * _Nonnull clientConfigParams;
|
|
812
|
-
/// The expected bundle identifier for the application.
|
|
813
|
-
@property (nonatomic, copy) NSString * _Nonnull appBundleID;
|
|
814
|
-
/// The string that represents the locale for the app’s user interface.
|
|
815
|
-
@property (nonatomic, copy) NSString * _Nullable locale;
|
|
816
|
-
/// The list of device parameters that should NOT be collected for the device.
|
|
817
|
-
/// By default, the SDK will pull as many device parameters as it can.
|
|
818
|
-
/// Refer to the “EMV® 3-D Secure SDK—Device Information” guide to see the full list of possible device parameters and appropriate constants to be used.
|
|
819
|
-
/// Sample values would be <code>["A001", "A002"]</code>.
|
|
820
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable deviceParameterBlacklist;
|
|
821
|
-
/// UI configuration information that is used to specify the UI layout and theme of the challenge screens, for example, font style and font size.
|
|
822
|
-
@property (nonatomic, strong) UiCustomization * _Nonnull uiCustomization;
|
|
823
|
-
/// Merchant app URL used by Authentication app to call the Merchant app after OOB authentication has occurred.
|
|
824
|
-
@property (nonatomic, copy) NSString * _Nullable threeDSRequestorAppURL;
|
|
825
|
-
/// Creates an object representing configuration information to be applied at <code>OPPThreeDSService</code>.
|
|
826
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
827
|
-
@end
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
/// Class to represent information about interrupted challenge.
|
|
831
|
-
SWIFT_CLASS("_TtC11OPPWAMobile20OPPThreeDSErrorEvent")
|
|
832
|
-
@interface OPPThreeDSErrorEvent : NSObject
|
|
833
|
-
/// Error code for the challenge interruption.
|
|
834
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorCode;
|
|
835
|
-
/// Short error message identifying why challenge was interrupted.
|
|
836
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull errorMessage;
|
|
837
|
-
/// More details error description if it’s available.
|
|
838
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorDetails;
|
|
839
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
840
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
841
|
-
@end
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
/// Class to represent all information needed to communicate securely with Directory Server (DS) and Access Control Server (ACS)
|
|
845
|
-
SWIFT_CLASS("_TtC11OPPWAMobile22OPPThreeDSSchemeConfig")
|
|
846
|
-
@interface OPPThreeDSSchemeConfig : NSObject
|
|
847
|
-
/// Directory Server ID.
|
|
848
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsRefId;
|
|
849
|
-
/// Public certificate provided by the DS to encrypt device data.
|
|
850
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsEncryptCert;
|
|
851
|
-
/// CA public certificate (root) of the DS-CA.
|
|
852
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsCaRootCert;
|
|
853
|
-
/// Creates an object representing information to connect to DS and ACS.
|
|
854
|
-
/// \param dsRefId Directory Server ID.
|
|
855
|
-
///
|
|
856
|
-
/// \param dsEncryptCert Public certificate provided by the DS to encrypt device data.
|
|
857
|
-
///
|
|
858
|
-
/// \param dsCaRootCert CA public certificate (root) of the DS-CA.
|
|
859
|
-
///
|
|
860
|
-
///
|
|
861
|
-
/// returns:
|
|
862
|
-
/// Returns an object representing information to connect to DS and ACS.
|
|
863
|
-
- (nonnull instancetype)initWithDsRefId:(NSString * _Nonnull)dsRefId dsEncryptCert:(NSString * _Nonnull)dsEncryptCert dsCaRootCert:(NSString * _Nonnull)dsCaRootCert OBJC_DESIGNATED_INITIALIZER;
|
|
864
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
865
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
866
|
-
@end
|
|
867
|
-
|
|
868
|
-
@protocol OPPThreeDSServiceCallback;
|
|
869
|
-
enum OPPThreeDSTransactionMode : NSInteger;
|
|
870
|
-
@class OPPThreeDSTransaction;
|
|
871
|
-
@class Warning;
|
|
872
|
-
|
|
873
|
-
/// Class to perform all necessary preparations for the 3-D Secure 2 authentication.
|
|
874
|
-
/// note:
|
|
875
|
-
/// The service should be initialized just once per app session. Call <code>OPPThreeDSService.initialize(transactionMode:paymentBrands:)</code> method to start the service, it will initiate security checks and collecting device data as background task. It’s recommended to initialize the service once the app is launched or at least once checkout is started.
|
|
876
|
-
/// Once service is initialized <code>OPPThreeDSTransaction</code> object can be obtained for the specific transaction, please see <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> method.
|
|
877
|
-
SWIFT_CLASS("_TtC11OPPWAMobile17OPPThreeDSService")
|
|
878
|
-
@interface OPPThreeDSService : NSObject
|
|
879
|
-
/// Single instance of the <code>OPPThreeDSService</code> class.
|
|
880
|
-
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) OPPThreeDSService * _Nonnull sharedInstance;)
|
|
881
|
-
+ (OPPThreeDSService * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
882
|
-
/// The list of payment brands specified during initialization <code>OPPThreeDSService</code>.
|
|
883
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable paymentBrands;
|
|
884
|
-
/// Configuration object to be used during service initialization.
|
|
885
|
-
@property (nonatomic, strong) OPPThreeDSConfig * _Nonnull config;
|
|
886
|
-
/// A flag that specifies if service is initialized or not.
|
|
887
|
-
@property (nonatomic, readonly) BOOL isInitialized;
|
|
888
|
-
/// The listener which will receive events from the <code>OPPThreeDSService</code>
|
|
889
|
-
@property (nonatomic, strong) id <OPPThreeDSServiceCallback> _Nullable initCallback;
|
|
890
|
-
- (id <OPPThreeDSServiceCallback> _Nullable)initCallback SWIFT_METHOD_FAMILY(none) SWIFT_WARN_UNUSED_RESULT;
|
|
891
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
892
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
893
|
-
/// Initializes the service, starts preparation for the 3-D Secure authentication.
|
|
894
|
-
/// Preparation includes loading DS certificates for the specified payment brands, security checks and collecting device data as background task.
|
|
895
|
-
/// note:
|
|
896
|
-
/// You can know that initialization is done by checking <code>OPPThreeDSService.isInitialized</code> or set <code>OPPThreeDSService.initCallback</code> to be notified about the result of initialization.
|
|
897
|
-
/// note:
|
|
898
|
-
/// The state of the service is maintained until the <code>OPPThreeDSService.cleanUp()</code> method is called.
|
|
899
|
-
/// \param transactionMode the mode to switch between test and live system.
|
|
900
|
-
///
|
|
901
|
-
/// \param paymentBrands the list of payment brands which support 3-D Secure 2.
|
|
902
|
-
///
|
|
903
|
-
///
|
|
904
|
-
/// throws:
|
|
905
|
-
///
|
|
906
|
-
/// <ul>
|
|
907
|
-
/// <li>
|
|
908
|
-
/// <code>InvalidInputException</code> if list of payment brands is empty, or if some invalid data is passed in <code>OPPThreeDSService.config</code>
|
|
909
|
-
/// </li>
|
|
910
|
-
/// <li>
|
|
911
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
912
|
-
/// </li>
|
|
913
|
-
/// </ul>
|
|
914
|
-
- (void)initializeWithTransactionMode:(enum OPPThreeDSTransactionMode)transactionMode paymentBrands:(NSArray<NSString *> * _Nonnull)paymentBrands;
|
|
915
|
-
/// Creates transaction object for the specific payment brand.
|
|
916
|
-
/// note:
|
|
917
|
-
/// A reference should be kept for this transaction through the entire 3-D Secure process. When the transaction is complete, it should be closed via the <code>OPPThreeDSTransaction.close()</code>
|
|
918
|
-
/// <ul>
|
|
919
|
-
/// <li>
|
|
920
|
-
/// Parameter
|
|
921
|
-
/// <ul>
|
|
922
|
-
/// <li>
|
|
923
|
-
/// paymentBrand: brand of the shopper’s card.
|
|
924
|
-
/// </li>
|
|
925
|
-
/// <li>
|
|
926
|
-
/// protocolVersion: protocol version according to which the transaction shall be created.
|
|
927
|
-
/// </li>
|
|
928
|
-
/// </ul>
|
|
929
|
-
/// </li>
|
|
930
|
-
/// </ul>
|
|
931
|
-
///
|
|
932
|
-
/// throws:
|
|
933
|
-
///
|
|
934
|
-
/// <ul>
|
|
935
|
-
/// <li>
|
|
936
|
-
/// <code>InvalidInputException</code> if payment brand is not valid, e.g. it was not specified at <code>OPPThreeDSService</code> initialization phase.
|
|
937
|
-
/// </li>
|
|
938
|
-
/// <li>
|
|
939
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
940
|
-
/// </li>
|
|
941
|
-
/// <li>
|
|
942
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
943
|
-
/// </li>
|
|
944
|
-
/// </ul>
|
|
945
|
-
///
|
|
946
|
-
/// returns:
|
|
947
|
-
/// Initialized <code>OPPThreeDSTransaction</code> object.
|
|
948
|
-
- (OPPThreeDSTransaction * _Nullable)createTransactionWithPaymentBrand:(NSString * _Nonnull)paymentBrand protocolVersion:(NSString * _Nonnull)protocolVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
949
|
-
/// The cleanup method frees up resources that are used by the 3DS SDK. It is called only once during a single app session.
|
|
950
|
-
///
|
|
951
|
-
/// throws:
|
|
952
|
-
///
|
|
953
|
-
/// <ul>
|
|
954
|
-
/// <li>
|
|
955
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
956
|
-
/// </li>
|
|
957
|
-
/// </ul>
|
|
958
|
-
- (BOOL)cleanUpAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
959
|
-
/// Returns warnings produced by the security checks during the service initialization.
|
|
960
|
-
/// note:
|
|
961
|
-
/// These can be checked by the app to determine whether or not to proceed with the checkout process.
|
|
962
|
-
///
|
|
963
|
-
/// throws:
|
|
964
|
-
///
|
|
965
|
-
/// <ul>
|
|
966
|
-
/// <li>
|
|
967
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
968
|
-
/// </li>
|
|
969
|
-
/// </ul>
|
|
970
|
-
///
|
|
971
|
-
/// returns:
|
|
972
|
-
/// The list of warnings produced during initialization.
|
|
973
|
-
- (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
974
|
-
/// Returns version of ipworks 3DS SDK.
|
|
975
|
-
///
|
|
976
|
-
/// throws:
|
|
977
|
-
///
|
|
978
|
-
/// <ul>
|
|
979
|
-
/// <li>
|
|
980
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
981
|
-
/// </li>
|
|
982
|
-
/// </ul>
|
|
983
|
-
- (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
984
|
-
/// Provides possibility to overwrite standard certificates and use some custom DS information for the specific brands to process transaction. Should be used for test purposes only.
|
|
985
|
-
/// \param schemeConfigDict Scheme config information mapped for specific card brands.
|
|
986
|
-
///
|
|
987
|
-
- (void)setCustomSchemeConfig:(NSDictionary<NSString *, OPPThreeDSSchemeConfig *> * _Nonnull)schemeConfigDict;
|
|
988
|
-
@end
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
/// A protocol for 3-D Secure service initialization callback. Receives an error if it appears during service initialization, otherwise the error will be nil.
|
|
992
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile25OPPThreeDSServiceCallback_")
|
|
993
|
-
@protocol OPPThreeDSServiceCallback
|
|
994
|
-
/// Called when <code>OPPThreeDSService</code> initialization is completed.
|
|
995
|
-
/// \param error An error if service initialization was interrupted by some internal error.
|
|
996
|
-
///
|
|
997
|
-
- (void)initializedWithError:(NSError * _Nullable)error;
|
|
998
|
-
@end
|
|
999
|
-
|
|
1000
|
-
@class UINavigationController;
|
|
1001
|
-
@class ProgressView;
|
|
1002
|
-
|
|
1003
|
-
/// Class that contains information required for performing concrete 3-D Secure transaction for both frictionless and challenge flow.
|
|
1004
|
-
/// Use <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> to create a new transaction instance.
|
|
1005
|
-
SWIFT_CLASS("_TtC11OPPWAMobile21OPPThreeDSTransaction")
|
|
1006
|
-
@interface OPPThreeDSTransaction : NSObject
|
|
1007
|
-
/// Constructs authentication request parameters string to be sent to the Platform.
|
|
1008
|
-
///
|
|
1009
|
-
/// throws:
|
|
1010
|
-
///
|
|
1011
|
-
/// <ul>
|
|
1012
|
-
/// <li>
|
|
1013
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1014
|
-
/// </li>
|
|
1015
|
-
/// </ul>
|
|
1016
|
-
///
|
|
1017
|
-
/// returns:
|
|
1018
|
-
/// Returns a string with authentication request parameters to be sent to the Platform.
|
|
1019
|
-
- (NSString * _Nullable)getAuthRequestParamsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1020
|
-
/// Validates <code>authResponse</code> and launches the challenge screens.
|
|
1021
|
-
/// \param authResponse The json string with authentication response as received from the Platform.
|
|
1022
|
-
///
|
|
1023
|
-
/// \param navigationController The navigation controller to start challenge
|
|
1024
|
-
///
|
|
1025
|
-
/// \param threeDSRequestorAppURL The requestor app URL string, required for OOB authentication.
|
|
1026
|
-
///
|
|
1027
|
-
/// \param challengeCallback The instance of <code>OPPThreeDSChallengeCallback</code> that is calling protocol method.
|
|
1028
|
-
///
|
|
1029
|
-
///
|
|
1030
|
-
/// throws:
|
|
1031
|
-
///
|
|
1032
|
-
/// <ul>
|
|
1033
|
-
/// <li>
|
|
1034
|
-
/// <code>InvalidInputException</code> if invalid auth response is provided.
|
|
1035
|
-
/// </li>
|
|
1036
|
-
/// <li>
|
|
1037
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
1038
|
-
/// </li>
|
|
1039
|
-
/// </ul>
|
|
1040
|
-
- (BOOL)doChallengeWithAuthResponse:(NSString * _Nonnull)authResponse navigationController:(UINavigationController * _Nonnull)navigationController threeDSRequestorAppURL:(NSString * _Nullable)threeDSRequestorAppURL challengeCallback:(id <OPPThreeDSChallengeCallback> _Nonnull)challengeCallback error:(NSError * _Nullable * _Nullable)error;
|
|
1041
|
-
/// Returns the processing screen which displays the Directory Server logo, and a graphical element to indicate that an activity is being processed.
|
|
1042
|
-
///
|
|
1043
|
-
/// throws:
|
|
1044
|
-
///
|
|
1045
|
-
/// <ul>
|
|
1046
|
-
/// <li>
|
|
1047
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1048
|
-
/// </li>
|
|
1049
|
-
/// </ul>
|
|
1050
|
-
///
|
|
1051
|
-
/// returns:
|
|
1052
|
-
/// <code>ProgressView</code> object to be shown while transaction is processing.
|
|
1053
|
-
- (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1054
|
-
/// Cleans up resources that are held by the transaction object.
|
|
1055
|
-
/// note:
|
|
1056
|
-
/// This method is required to be called only when the <code>doChallenge(authResponse:navigationController:challengeCallback:)</code> method is not called in the transaction. E.g. you want to cancel transaction instead of requesting challenge authentication.
|
|
1057
|
-
///
|
|
1058
|
-
/// throws:
|
|
1059
|
-
///
|
|
1060
|
-
/// <ul>
|
|
1061
|
-
/// <li>
|
|
1062
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1063
|
-
/// </li>
|
|
1064
|
-
/// </ul>
|
|
1065
|
-
- (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
1066
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1067
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1068
|
-
@end
|
|
1069
|
-
|
|
1070
|
-
/// An enumeration for possible modes to switch between test and live environment.
|
|
1071
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionMode, open) {
|
|
1072
|
-
/// The mode to process transaction in test system. Might be not available for some brands.
|
|
1073
|
-
OPPThreeDSTransactionModeTest = 0,
|
|
1074
|
-
/// The mode to process transaction in live system.
|
|
1075
|
-
OPPThreeDSTransactionModeLive = 1,
|
|
1076
|
-
};
|
|
1077
|
-
|
|
1078
|
-
/// An enumeration for the various types of status for the 3-D Secure 2 transaction.
|
|
1079
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionStatus, open) {
|
|
1080
|
-
/// Authentication/verification successful.
|
|
1081
|
-
OPPThreeDSTransactionStatusAuthenticated = 0,
|
|
1082
|
-
/// Not authentication/not verified, but a proof of attempted authentication/verification is provided.
|
|
1083
|
-
OPPThreeDSTransactionStatusAttemptProcessingPerformed = 1,
|
|
1084
|
-
/// Not authenticated or account not verified, transaction denied.
|
|
1085
|
-
OPPThreeDSTransactionStatusDenied = 2,
|
|
1086
|
-
/// Issuer is rejecting authentication/verification and request that authorisation not attempted.
|
|
1087
|
-
OPPThreeDSTransactionStatusRejected = 3,
|
|
1088
|
-
/// Authentication/verification cannot be performed due to some technical or other problems.
|
|
1089
|
-
OPPThreeDSTransactionStatusFailed = 4,
|
|
1090
|
-
/// Undefined transaction status.
|
|
1091
|
-
OPPThreeDSTransactionStatusUndefined = 5,
|
|
1092
|
-
};
|
|
1093
|
-
|
|
1094
|
-
#if __has_attribute(external_source_symbol)
|
|
1095
|
-
# pragma clang attribute pop
|
|
1096
|
-
#endif
|
|
1097
|
-
#pragma clang diagnostic pop
|
|
1098
|
-
#endif
|
|
1099
|
-
|
|
1100
|
-
#elif defined(__i386__) && __i386__
|
|
1101
|
-
// Generated by Apple Swift version 5.5.1 (swiftlang-1300.0.31.4 clang-1300.0.29.6)
|
|
1102
|
-
#ifndef OPPWAMOBILE_SWIFT_H
|
|
1103
|
-
#define OPPWAMOBILE_SWIFT_H
|
|
1104
|
-
#pragma clang diagnostic push
|
|
1105
|
-
#pragma clang diagnostic ignored "-Wgcc-compat"
|
|
1106
|
-
|
|
1107
|
-
#if !defined(__has_include)
|
|
1108
|
-
# define __has_include(x) 0
|
|
1109
|
-
#endif
|
|
1110
|
-
#if !defined(__has_attribute)
|
|
1111
|
-
# define __has_attribute(x) 0
|
|
1112
|
-
#endif
|
|
1113
|
-
#if !defined(__has_feature)
|
|
1114
|
-
# define __has_feature(x) 0
|
|
1115
|
-
#endif
|
|
1116
|
-
#if !defined(__has_warning)
|
|
1117
|
-
# define __has_warning(x) 0
|
|
1118
|
-
#endif
|
|
1119
|
-
|
|
1120
|
-
#if __has_include(<swift/objc-prologue.h>)
|
|
1121
|
-
# include <swift/objc-prologue.h>
|
|
1122
|
-
#endif
|
|
1123
|
-
|
|
1124
|
-
#pragma clang diagnostic ignored "-Wauto-import"
|
|
1125
|
-
#include <Foundation/Foundation.h>
|
|
1126
|
-
#include <stdint.h>
|
|
1127
|
-
#include <stddef.h>
|
|
1128
|
-
#include <stdbool.h>
|
|
1129
|
-
|
|
1130
|
-
#if !defined(SWIFT_TYPEDEFS)
|
|
1131
|
-
# define SWIFT_TYPEDEFS 1
|
|
1132
|
-
# if __has_include(<uchar.h>)
|
|
1133
|
-
# include <uchar.h>
|
|
1134
|
-
# elif !defined(__cplusplus)
|
|
1135
|
-
typedef uint_least16_t char16_t;
|
|
1136
|
-
typedef uint_least32_t char32_t;
|
|
1137
|
-
# endif
|
|
1138
|
-
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
|
|
1139
|
-
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
|
|
1140
|
-
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
|
|
1141
|
-
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
|
|
1142
|
-
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
|
|
1143
|
-
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
|
|
1144
|
-
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
|
|
1145
|
-
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
|
|
1146
|
-
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
|
|
1147
|
-
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
|
|
1148
|
-
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
|
|
1149
|
-
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
|
|
1150
|
-
#endif
|
|
1151
|
-
|
|
1152
|
-
#if !defined(SWIFT_PASTE)
|
|
1153
|
-
# define SWIFT_PASTE_HELPER(x, y) x##y
|
|
1154
|
-
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
|
|
1155
|
-
#endif
|
|
1156
|
-
#if !defined(SWIFT_METATYPE)
|
|
1157
|
-
# define SWIFT_METATYPE(X) Class
|
|
1158
|
-
#endif
|
|
1159
|
-
#if !defined(SWIFT_CLASS_PROPERTY)
|
|
1160
|
-
# if __has_feature(objc_class_property)
|
|
1161
|
-
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
|
|
1162
|
-
# else
|
|
1163
|
-
# define SWIFT_CLASS_PROPERTY(...)
|
|
1164
|
-
# endif
|
|
1165
|
-
#endif
|
|
1166
|
-
|
|
1167
|
-
#if __has_attribute(objc_runtime_name)
|
|
1168
|
-
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
|
|
1169
|
-
#else
|
|
1170
|
-
# define SWIFT_RUNTIME_NAME(X)
|
|
1171
|
-
#endif
|
|
1172
|
-
#if __has_attribute(swift_name)
|
|
1173
|
-
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
|
|
1174
|
-
#else
|
|
1175
|
-
# define SWIFT_COMPILE_NAME(X)
|
|
1176
|
-
#endif
|
|
1177
|
-
#if __has_attribute(objc_method_family)
|
|
1178
|
-
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
|
|
1179
|
-
#else
|
|
1180
|
-
# define SWIFT_METHOD_FAMILY(X)
|
|
1181
|
-
#endif
|
|
1182
|
-
#if __has_attribute(noescape)
|
|
1183
|
-
# define SWIFT_NOESCAPE __attribute__((noescape))
|
|
1184
|
-
#else
|
|
1185
|
-
# define SWIFT_NOESCAPE
|
|
1186
|
-
#endif
|
|
1187
|
-
#if __has_attribute(ns_consumed)
|
|
1188
|
-
# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
|
|
1189
|
-
#else
|
|
1190
|
-
# define SWIFT_RELEASES_ARGUMENT
|
|
1191
|
-
#endif
|
|
1192
|
-
#if __has_attribute(warn_unused_result)
|
|
1193
|
-
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
|
|
1194
|
-
#else
|
|
1195
|
-
# define SWIFT_WARN_UNUSED_RESULT
|
|
1196
|
-
#endif
|
|
1197
|
-
#if __has_attribute(noreturn)
|
|
1198
|
-
# define SWIFT_NORETURN __attribute__((noreturn))
|
|
1199
|
-
#else
|
|
1200
|
-
# define SWIFT_NORETURN
|
|
1201
|
-
#endif
|
|
1202
|
-
#if !defined(SWIFT_CLASS_EXTRA)
|
|
1203
|
-
# define SWIFT_CLASS_EXTRA
|
|
1204
|
-
#endif
|
|
1205
|
-
#if !defined(SWIFT_PROTOCOL_EXTRA)
|
|
1206
|
-
# define SWIFT_PROTOCOL_EXTRA
|
|
1207
|
-
#endif
|
|
1208
|
-
#if !defined(SWIFT_ENUM_EXTRA)
|
|
1209
|
-
# define SWIFT_ENUM_EXTRA
|
|
1210
|
-
#endif
|
|
1211
|
-
#if !defined(SWIFT_CLASS)
|
|
1212
|
-
# if __has_attribute(objc_subclassing_restricted)
|
|
1213
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
|
|
1214
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
1215
|
-
# else
|
|
1216
|
-
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
1217
|
-
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
|
|
1218
|
-
# endif
|
|
1219
|
-
#endif
|
|
1220
|
-
#if !defined(SWIFT_RESILIENT_CLASS)
|
|
1221
|
-
# if __has_attribute(objc_class_stub)
|
|
1222
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
|
|
1223
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
1224
|
-
# else
|
|
1225
|
-
# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
|
|
1226
|
-
# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
|
|
1227
|
-
# endif
|
|
1228
|
-
#endif
|
|
1229
|
-
|
|
1230
|
-
#if !defined(SWIFT_PROTOCOL)
|
|
1231
|
-
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
1232
|
-
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
|
|
1233
|
-
#endif
|
|
1234
|
-
|
|
1235
|
-
#if !defined(SWIFT_EXTENSION)
|
|
1236
|
-
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
|
|
1237
|
-
#endif
|
|
1238
|
-
|
|
1239
|
-
#if !defined(OBJC_DESIGNATED_INITIALIZER)
|
|
1240
|
-
# if __has_attribute(objc_designated_initializer)
|
|
1241
|
-
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
|
|
1242
|
-
# else
|
|
1243
|
-
# define OBJC_DESIGNATED_INITIALIZER
|
|
1244
|
-
# endif
|
|
1245
|
-
#endif
|
|
1246
|
-
#if !defined(SWIFT_ENUM_ATTR)
|
|
1247
|
-
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
|
|
1248
|
-
# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
|
|
1249
|
-
# else
|
|
1250
|
-
# define SWIFT_ENUM_ATTR(_extensibility)
|
|
1251
|
-
# endif
|
|
1252
|
-
#endif
|
|
1253
|
-
#if !defined(SWIFT_ENUM)
|
|
1254
|
-
# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
1255
|
-
# if __has_feature(generalized_swift_name)
|
|
1256
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
|
|
1257
|
-
# else
|
|
1258
|
-
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
|
|
1259
|
-
# endif
|
|
1260
|
-
#endif
|
|
1261
|
-
#if !defined(SWIFT_UNAVAILABLE)
|
|
1262
|
-
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
|
|
1263
|
-
#endif
|
|
1264
|
-
#if !defined(SWIFT_UNAVAILABLE_MSG)
|
|
1265
|
-
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
|
|
1266
|
-
#endif
|
|
1267
|
-
#if !defined(SWIFT_AVAILABILITY)
|
|
1268
|
-
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
|
|
1269
|
-
#endif
|
|
1270
|
-
#if !defined(SWIFT_WEAK_IMPORT)
|
|
1271
|
-
# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
|
|
1272
|
-
#endif
|
|
1273
|
-
#if !defined(SWIFT_DEPRECATED)
|
|
1274
|
-
# define SWIFT_DEPRECATED __attribute__((deprecated))
|
|
1275
|
-
#endif
|
|
1276
|
-
#if !defined(SWIFT_DEPRECATED_MSG)
|
|
1277
|
-
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
|
|
1278
|
-
#endif
|
|
1279
|
-
#if __has_feature(attribute_diagnose_if_objc)
|
|
1280
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
|
|
1281
|
-
#else
|
|
1282
|
-
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
|
|
1283
|
-
#endif
|
|
1284
|
-
#if !defined(IBSegueAction)
|
|
1285
|
-
# define IBSegueAction
|
|
1286
|
-
#endif
|
|
1287
|
-
#if __has_feature(modules)
|
|
1288
|
-
#if __has_warning("-Watimport-in-framework-header")
|
|
1289
|
-
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
|
|
1290
|
-
#endif
|
|
1291
|
-
@import Foundation;
|
|
1292
|
-
@import ObjectiveC;
|
|
1293
|
-
#endif
|
|
1294
|
-
|
|
1295
|
-
#import <OPPWAMobile/OPPWAMobile.h>
|
|
1296
|
-
|
|
1297
|
-
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
|
|
1298
|
-
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
|
|
1299
|
-
#if __has_warning("-Wpragma-clang-attribute")
|
|
1300
|
-
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
|
|
1301
|
-
#endif
|
|
1302
|
-
#pragma clang diagnostic ignored "-Wunknown-pragmas"
|
|
1303
|
-
#pragma clang diagnostic ignored "-Wnullability"
|
|
1304
|
-
|
|
1305
|
-
#if __has_attribute(external_source_symbol)
|
|
1306
|
-
# pragma push_macro("any")
|
|
1307
|
-
# undef any
|
|
1308
|
-
# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="OPPWAMobile",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
|
|
1309
|
-
# pragma pop_macro("any")
|
|
1310
|
-
#endif
|
|
1311
|
-
|
|
1312
|
-
@class OPPThreeDSCompletionEvent;
|
|
1313
|
-
@class OPPThreeDSErrorEvent;
|
|
1314
|
-
|
|
1315
|
-
/// A protocol for 3-D Secure challenge callbacks. Receives result after challenge is finished or interrupted for some reason.
|
|
1316
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile27OPPThreeDSChallengeCallback_")
|
|
1317
|
-
@protocol OPPThreeDSChallengeCallback
|
|
1318
|
-
/// Called when challenge is completed without any errors.
|
|
1319
|
-
/// \param completionEvent Details about challenge completion.
|
|
1320
|
-
///
|
|
1321
|
-
- (void)completedWithCompletionEvent:(OPPThreeDSCompletionEvent * _Nonnull)completionEvent;
|
|
1322
|
-
/// Called if shopper manually aborts authentication by tapping ‘Cancel’ button.
|
|
1323
|
-
- (void)cancelled;
|
|
1324
|
-
/// Called if some internal error has occurred.
|
|
1325
|
-
/// \param errorEvent Details about challenge failure.
|
|
1326
|
-
///
|
|
1327
|
-
- (void)failedWithErrorEvent:(OPPThreeDSErrorEvent * _Nonnull)errorEvent;
|
|
1328
|
-
@end
|
|
1329
|
-
|
|
1330
|
-
@class NSString;
|
|
1331
|
-
enum OPPThreeDSTransactionStatus : NSInteger;
|
|
1332
|
-
|
|
1333
|
-
/// Class to represent information about successful challenge completion.
|
|
1334
|
-
SWIFT_CLASS("_TtC11OPPWAMobile25OPPThreeDSCompletionEvent")
|
|
1335
|
-
@interface OPPThreeDSCompletionEvent : NSObject
|
|
1336
|
-
/// 3-D Secure transaction identifier.
|
|
1337
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull transactionId;
|
|
1338
|
-
/// Status of the transaction after challenge is done.
|
|
1339
|
-
@property (nonatomic, readonly) enum OPPThreeDSTransactionStatus transactionStatus;
|
|
1340
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1341
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1342
|
-
@end
|
|
1343
|
-
|
|
1344
|
-
@class NSNumber;
|
|
1345
|
-
@class UiCustomization;
|
|
1346
|
-
|
|
1347
|
-
/// Class that contains all possible configurations to be applied at <code>OPPThreeDSService</code> initialization phase.
|
|
1348
|
-
SWIFT_CLASS("_TtC11OPPWAMobile16OPPThreeDSConfig")
|
|
1349
|
-
@interface OPPThreeDSConfig : NSObject
|
|
1350
|
-
/// Specific types of challenge interfaces.
|
|
1351
|
-
/// They may vary for native way, e.g. present OTP or single select screen.
|
|
1352
|
-
/// By default all UI types are supported, it’s strongly recommended by EMVCo.
|
|
1353
|
-
@property (nonatomic) OPPThreeDSChallengeUiType challengeUiTypes;
|
|
1354
|
-
/// The maximum amount of time (in minutes) for all exchanges for the 3-D Secure authentication.
|
|
1355
|
-
/// Default value is 5 minutes.
|
|
1356
|
-
@property (nonatomic) NSInteger sdkMaxTimeout;
|
|
1357
|
-
/// The custom parameter for the /n software <code>Client</code> component.
|
|
1358
|
-
/// See <a href="http://cdn.nsoftware.com/help/TS2/android/ClientConfig.htm" target="_blank"> /n software ClientConfig guide</a> for the keys.
|
|
1359
|
-
/// Sample value <code>["AcceptAnyACSCert": "true"]</code>
|
|
1360
|
-
@property (nonatomic, copy) NSDictionary<NSString *, NSString *> * _Nonnull clientConfigParams;
|
|
1361
|
-
/// The expected bundle identifier for the application.
|
|
1362
|
-
@property (nonatomic, copy) NSString * _Nonnull appBundleID;
|
|
1363
|
-
/// The string that represents the locale for the app’s user interface.
|
|
1364
|
-
@property (nonatomic, copy) NSString * _Nullable locale;
|
|
1365
|
-
/// The list of device parameters that should NOT be collected for the device.
|
|
1366
|
-
/// By default, the SDK will pull as many device parameters as it can.
|
|
1367
|
-
/// Refer to the “EMV® 3-D Secure SDK—Device Information” guide to see the full list of possible device parameters and appropriate constants to be used.
|
|
1368
|
-
/// Sample values would be <code>["A001", "A002"]</code>.
|
|
1369
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable deviceParameterBlacklist;
|
|
1370
|
-
/// UI configuration information that is used to specify the UI layout and theme of the challenge screens, for example, font style and font size.
|
|
1371
|
-
@property (nonatomic, strong) UiCustomization * _Nonnull uiCustomization;
|
|
1372
|
-
/// Merchant app URL used by Authentication app to call the Merchant app after OOB authentication has occurred.
|
|
1373
|
-
@property (nonatomic, copy) NSString * _Nullable threeDSRequestorAppURL;
|
|
1374
|
-
/// Creates an object representing configuration information to be applied at <code>OPPThreeDSService</code>.
|
|
1375
|
-
- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
|
|
1376
|
-
@end
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
/// Class to represent information about interrupted challenge.
|
|
1380
|
-
SWIFT_CLASS("_TtC11OPPWAMobile20OPPThreeDSErrorEvent")
|
|
1381
|
-
@interface OPPThreeDSErrorEvent : NSObject
|
|
1382
|
-
/// Error code for the challenge interruption.
|
|
1383
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorCode;
|
|
1384
|
-
/// Short error message identifying why challenge was interrupted.
|
|
1385
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull errorMessage;
|
|
1386
|
-
/// More details error description if it’s available.
|
|
1387
|
-
@property (nonatomic, readonly, copy) NSString * _Nullable errorDetails;
|
|
1388
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1389
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1390
|
-
@end
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
/// Class to represent all information needed to communicate securely with Directory Server (DS) and Access Control Server (ACS)
|
|
1394
|
-
SWIFT_CLASS("_TtC11OPPWAMobile22OPPThreeDSSchemeConfig")
|
|
1395
|
-
@interface OPPThreeDSSchemeConfig : NSObject
|
|
1396
|
-
/// Directory Server ID.
|
|
1397
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsRefId;
|
|
1398
|
-
/// Public certificate provided by the DS to encrypt device data.
|
|
1399
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsEncryptCert;
|
|
1400
|
-
/// CA public certificate (root) of the DS-CA.
|
|
1401
|
-
@property (nonatomic, readonly, copy) NSString * _Nonnull dsCaRootCert;
|
|
1402
|
-
/// Creates an object representing information to connect to DS and ACS.
|
|
1403
|
-
/// \param dsRefId Directory Server ID.
|
|
1404
|
-
///
|
|
1405
|
-
/// \param dsEncryptCert Public certificate provided by the DS to encrypt device data.
|
|
1406
|
-
///
|
|
1407
|
-
/// \param dsCaRootCert CA public certificate (root) of the DS-CA.
|
|
1408
|
-
///
|
|
1409
|
-
///
|
|
1410
|
-
/// returns:
|
|
1411
|
-
/// Returns an object representing information to connect to DS and ACS.
|
|
1412
|
-
- (nonnull instancetype)initWithDsRefId:(NSString * _Nonnull)dsRefId dsEncryptCert:(NSString * _Nonnull)dsEncryptCert dsCaRootCert:(NSString * _Nonnull)dsCaRootCert OBJC_DESIGNATED_INITIALIZER;
|
|
1413
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1414
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1415
|
-
@end
|
|
1416
|
-
|
|
1417
|
-
@protocol OPPThreeDSServiceCallback;
|
|
1418
|
-
enum OPPThreeDSTransactionMode : NSInteger;
|
|
1419
|
-
@class OPPThreeDSTransaction;
|
|
1420
|
-
@class Warning;
|
|
1421
|
-
|
|
1422
|
-
/// Class to perform all necessary preparations for the 3-D Secure 2 authentication.
|
|
1423
|
-
/// note:
|
|
1424
|
-
/// The service should be initialized just once per app session. Call <code>OPPThreeDSService.initialize(transactionMode:paymentBrands:)</code> method to start the service, it will initiate security checks and collecting device data as background task. It’s recommended to initialize the service once the app is launched or at least once checkout is started.
|
|
1425
|
-
/// Once service is initialized <code>OPPThreeDSTransaction</code> object can be obtained for the specific transaction, please see <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> method.
|
|
1426
|
-
SWIFT_CLASS("_TtC11OPPWAMobile17OPPThreeDSService")
|
|
1427
|
-
@interface OPPThreeDSService : NSObject
|
|
1428
|
-
/// Single instance of the <code>OPPThreeDSService</code> class.
|
|
1429
|
-
SWIFT_CLASS_PROPERTY(@property (nonatomic, class, readonly, strong) OPPThreeDSService * _Nonnull sharedInstance;)
|
|
1430
|
-
+ (OPPThreeDSService * _Nonnull)sharedInstance SWIFT_WARN_UNUSED_RESULT;
|
|
1431
|
-
/// The list of payment brands specified during initialization <code>OPPThreeDSService</code>.
|
|
1432
|
-
@property (nonatomic, copy) NSArray<NSString *> * _Nullable paymentBrands;
|
|
1433
|
-
/// Configuration object to be used during service initialization.
|
|
1434
|
-
@property (nonatomic, strong) OPPThreeDSConfig * _Nonnull config;
|
|
1435
|
-
/// A flag that specifies if service is initialized or not.
|
|
1436
|
-
@property (nonatomic, readonly) BOOL isInitialized;
|
|
1437
|
-
/// The listener which will receive events from the <code>OPPThreeDSService</code>
|
|
1438
|
-
@property (nonatomic, strong) id <OPPThreeDSServiceCallback> _Nullable initCallback;
|
|
1439
|
-
- (id <OPPThreeDSServiceCallback> _Nullable)initCallback SWIFT_METHOD_FAMILY(none) SWIFT_WARN_UNUSED_RESULT;
|
|
1440
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1441
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1442
|
-
/// Initializes the service, starts preparation for the 3-D Secure authentication.
|
|
1443
|
-
/// Preparation includes loading DS certificates for the specified payment brands, security checks and collecting device data as background task.
|
|
1444
|
-
/// note:
|
|
1445
|
-
/// You can know that initialization is done by checking <code>OPPThreeDSService.isInitialized</code> or set <code>OPPThreeDSService.initCallback</code> to be notified about the result of initialization.
|
|
1446
|
-
/// note:
|
|
1447
|
-
/// The state of the service is maintained until the <code>OPPThreeDSService.cleanUp()</code> method is called.
|
|
1448
|
-
/// \param transactionMode the mode to switch between test and live system.
|
|
1449
|
-
///
|
|
1450
|
-
/// \param paymentBrands the list of payment brands which support 3-D Secure 2.
|
|
1451
|
-
///
|
|
1452
|
-
///
|
|
1453
|
-
/// throws:
|
|
1454
|
-
///
|
|
1455
|
-
/// <ul>
|
|
1456
|
-
/// <li>
|
|
1457
|
-
/// <code>InvalidInputException</code> if list of payment brands is empty, or if some invalid data is passed in <code>OPPThreeDSService.config</code>
|
|
1458
|
-
/// </li>
|
|
1459
|
-
/// <li>
|
|
1460
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
1461
|
-
/// </li>
|
|
1462
|
-
/// </ul>
|
|
1463
|
-
- (void)initializeWithTransactionMode:(enum OPPThreeDSTransactionMode)transactionMode paymentBrands:(NSArray<NSString *> * _Nonnull)paymentBrands;
|
|
1464
|
-
/// Creates transaction object for the specific payment brand.
|
|
1465
|
-
/// note:
|
|
1466
|
-
/// A reference should be kept for this transaction through the entire 3-D Secure process. When the transaction is complete, it should be closed via the <code>OPPThreeDSTransaction.close()</code>
|
|
1467
|
-
/// <ul>
|
|
1468
|
-
/// <li>
|
|
1469
|
-
/// Parameter
|
|
1470
|
-
/// <ul>
|
|
1471
|
-
/// <li>
|
|
1472
|
-
/// paymentBrand: brand of the shopper’s card.
|
|
1473
|
-
/// </li>
|
|
1474
|
-
/// <li>
|
|
1475
|
-
/// protocolVersion: protocol version according to which the transaction shall be created.
|
|
1476
|
-
/// </li>
|
|
1477
|
-
/// </ul>
|
|
1478
|
-
/// </li>
|
|
1479
|
-
/// </ul>
|
|
1480
|
-
///
|
|
1481
|
-
/// throws:
|
|
1482
|
-
///
|
|
1483
|
-
/// <ul>
|
|
1484
|
-
/// <li>
|
|
1485
|
-
/// <code>InvalidInputException</code> if payment brand is not valid, e.g. it was not specified at <code>OPPThreeDSService</code> initialization phase.
|
|
1486
|
-
/// </li>
|
|
1487
|
-
/// <li>
|
|
1488
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
1489
|
-
/// </li>
|
|
1490
|
-
/// <li>
|
|
1491
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
1492
|
-
/// </li>
|
|
1493
|
-
/// </ul>
|
|
1494
|
-
///
|
|
1495
|
-
/// returns:
|
|
1496
|
-
/// Initialized <code>OPPThreeDSTransaction</code> object.
|
|
1497
|
-
- (OPPThreeDSTransaction * _Nullable)createTransactionWithPaymentBrand:(NSString * _Nonnull)paymentBrand protocolVersion:(NSString * _Nonnull)protocolVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1498
|
-
/// The cleanup method frees up resources that are used by the 3DS SDK. It is called only once during a single app session.
|
|
1499
|
-
///
|
|
1500
|
-
/// throws:
|
|
1501
|
-
///
|
|
1502
|
-
/// <ul>
|
|
1503
|
-
/// <li>
|
|
1504
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
1505
|
-
/// </li>
|
|
1506
|
-
/// </ul>
|
|
1507
|
-
- (BOOL)cleanUpAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
1508
|
-
/// Returns warnings produced by the security checks during the service initialization.
|
|
1509
|
-
/// note:
|
|
1510
|
-
/// These can be checked by the app to determine whether or not to proceed with the checkout process.
|
|
1511
|
-
///
|
|
1512
|
-
/// throws:
|
|
1513
|
-
///
|
|
1514
|
-
/// <ul>
|
|
1515
|
-
/// <li>
|
|
1516
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
1517
|
-
/// </li>
|
|
1518
|
-
/// </ul>
|
|
1519
|
-
///
|
|
1520
|
-
/// returns:
|
|
1521
|
-
/// The list of warnings produced during initialization.
|
|
1522
|
-
- (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1523
|
-
/// Returns version of ipworks 3DS SDK.
|
|
1524
|
-
///
|
|
1525
|
-
/// throws:
|
|
1526
|
-
///
|
|
1527
|
-
/// <ul>
|
|
1528
|
-
/// <li>
|
|
1529
|
-
/// <code>SDKNotInitializedException</code> if service has not yet been initialized.
|
|
1530
|
-
/// </li>
|
|
1531
|
-
/// </ul>
|
|
1532
|
-
- (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1533
|
-
/// Provides possibility to overwrite standard certificates and use some custom DS information for the specific brands to process transaction. Should be used for test purposes only.
|
|
1534
|
-
/// \param schemeConfigDict Scheme config information mapped for specific card brands.
|
|
1535
|
-
///
|
|
1536
|
-
- (void)setCustomSchemeConfig:(NSDictionary<NSString *, OPPThreeDSSchemeConfig *> * _Nonnull)schemeConfigDict;
|
|
1537
|
-
@end
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
/// A protocol for 3-D Secure service initialization callback. Receives an error if it appears during service initialization, otherwise the error will be nil.
|
|
1541
|
-
SWIFT_PROTOCOL("_TtP11OPPWAMobile25OPPThreeDSServiceCallback_")
|
|
1542
|
-
@protocol OPPThreeDSServiceCallback
|
|
1543
|
-
/// Called when <code>OPPThreeDSService</code> initialization is completed.
|
|
1544
|
-
/// \param error An error if service initialization was interrupted by some internal error.
|
|
1545
|
-
///
|
|
1546
|
-
- (void)initializedWithError:(NSError * _Nullable)error;
|
|
1547
|
-
@end
|
|
1548
|
-
|
|
1549
|
-
@class UINavigationController;
|
|
1550
|
-
@class ProgressView;
|
|
1551
|
-
|
|
1552
|
-
/// Class that contains information required for performing concrete 3-D Secure transaction for both frictionless and challenge flow.
|
|
1553
|
-
/// Use <code>OPPThreeDSService.createTransaction(paymentBrand:protocolVersion:)</code> to create a new transaction instance.
|
|
1554
|
-
SWIFT_CLASS("_TtC11OPPWAMobile21OPPThreeDSTransaction")
|
|
1555
|
-
@interface OPPThreeDSTransaction : NSObject
|
|
1556
|
-
/// Constructs authentication request parameters string to be sent to the Platform.
|
|
1557
|
-
///
|
|
1558
|
-
/// throws:
|
|
1559
|
-
///
|
|
1560
|
-
/// <ul>
|
|
1561
|
-
/// <li>
|
|
1562
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1563
|
-
/// </li>
|
|
1564
|
-
/// </ul>
|
|
1565
|
-
///
|
|
1566
|
-
/// returns:
|
|
1567
|
-
/// Returns a string with authentication request parameters to be sent to the Platform.
|
|
1568
|
-
- (NSString * _Nullable)getAuthRequestParamsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1569
|
-
/// Validates <code>authResponse</code> and launches the challenge screens.
|
|
1570
|
-
/// \param authResponse The json string with authentication response as received from the Platform.
|
|
1571
|
-
///
|
|
1572
|
-
/// \param navigationController The navigation controller to start challenge
|
|
1573
|
-
///
|
|
1574
|
-
/// \param threeDSRequestorAppURL The requestor app URL string, required for OOB authentication.
|
|
1575
|
-
///
|
|
1576
|
-
/// \param challengeCallback The instance of <code>OPPThreeDSChallengeCallback</code> that is calling protocol method.
|
|
1577
|
-
///
|
|
1578
|
-
///
|
|
1579
|
-
/// throws:
|
|
1580
|
-
///
|
|
1581
|
-
/// <ul>
|
|
1582
|
-
/// <li>
|
|
1583
|
-
/// <code>InvalidInputException</code> if invalid auth response is provided.
|
|
1584
|
-
/// </li>
|
|
1585
|
-
/// <li>
|
|
1586
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred.
|
|
1587
|
-
/// </li>
|
|
1588
|
-
/// </ul>
|
|
1589
|
-
- (BOOL)doChallengeWithAuthResponse:(NSString * _Nonnull)authResponse navigationController:(UINavigationController * _Nonnull)navigationController threeDSRequestorAppURL:(NSString * _Nullable)threeDSRequestorAppURL challengeCallback:(id <OPPThreeDSChallengeCallback> _Nonnull)challengeCallback error:(NSError * _Nullable * _Nullable)error;
|
|
1590
|
-
/// Returns the processing screen which displays the Directory Server logo, and a graphical element to indicate that an activity is being processed.
|
|
1591
|
-
///
|
|
1592
|
-
/// throws:
|
|
1593
|
-
///
|
|
1594
|
-
/// <ul>
|
|
1595
|
-
/// <li>
|
|
1596
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1597
|
-
/// </li>
|
|
1598
|
-
/// </ul>
|
|
1599
|
-
///
|
|
1600
|
-
/// returns:
|
|
1601
|
-
/// <code>ProgressView</code> object to be shown while transaction is processing.
|
|
1602
|
-
- (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
|
|
1603
|
-
/// Cleans up resources that are held by the transaction object.
|
|
1604
|
-
/// note:
|
|
1605
|
-
/// This method is required to be called only when the <code>doChallenge(authResponse:navigationController:challengeCallback:)</code> method is not called in the transaction. E.g. you want to cancel transaction instead of requesting challenge authentication.
|
|
1606
|
-
///
|
|
1607
|
-
/// throws:
|
|
1608
|
-
///
|
|
1609
|
-
/// <ul>
|
|
1610
|
-
/// <li>
|
|
1611
|
-
/// <code>SDKRuntimeException</code> if some internal error occurred
|
|
1612
|
-
/// </li>
|
|
1613
|
-
/// </ul>
|
|
1614
|
-
- (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
|
|
1615
|
-
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
|
|
1616
|
-
+ (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
|
|
1617
|
-
@end
|
|
1618
|
-
|
|
1619
|
-
/// An enumeration for possible modes to switch between test and live environment.
|
|
1620
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionMode, open) {
|
|
1621
|
-
/// The mode to process transaction in test system. Might be not available for some brands.
|
|
1622
|
-
OPPThreeDSTransactionModeTest = 0,
|
|
1623
|
-
/// The mode to process transaction in live system.
|
|
1624
|
-
OPPThreeDSTransactionModeLive = 1,
|
|
1625
|
-
};
|
|
1626
|
-
|
|
1627
|
-
/// An enumeration for the various types of status for the 3-D Secure 2 transaction.
|
|
1628
|
-
typedef SWIFT_ENUM(NSInteger, OPPThreeDSTransactionStatus, open) {
|
|
1629
|
-
/// Authentication/verification successful.
|
|
1630
|
-
OPPThreeDSTransactionStatusAuthenticated = 0,
|
|
1631
|
-
/// Not authentication/not verified, but a proof of attempted authentication/verification is provided.
|
|
1632
|
-
OPPThreeDSTransactionStatusAttemptProcessingPerformed = 1,
|
|
1633
|
-
/// Not authenticated or account not verified, transaction denied.
|
|
1634
|
-
OPPThreeDSTransactionStatusDenied = 2,
|
|
1635
|
-
/// Issuer is rejecting authentication/verification and request that authorisation not attempted.
|
|
1636
|
-
OPPThreeDSTransactionStatusRejected = 3,
|
|
1637
|
-
/// Authentication/verification cannot be performed due to some technical or other problems.
|
|
1638
|
-
OPPThreeDSTransactionStatusFailed = 4,
|
|
1639
|
-
/// Undefined transaction status.
|
|
1640
|
-
OPPThreeDSTransactionStatusUndefined = 5,
|
|
1641
|
-
};
|
|
1642
|
-
|
|
1643
|
-
#if __has_attribute(external_source_symbol)
|
|
1644
|
-
# pragma clang attribute pop
|
|
1645
|
-
#endif
|
|
1646
|
-
#pragma clang diagnostic pop
|
|
1647
|
-
#endif
|
|
1648
|
-
|
|
1649
|
-
#endif
|