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.
Files changed (920) hide show
  1. package/OPPWAMobile.xcframework/Info.plist +6 -4
  2. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
  3. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
  4. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
  5. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
  6. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
  7. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
  8. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
  9. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
  10. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
  11. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
  12. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
  13. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
  14. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
  15. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
  16. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
  17. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
  18. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
  19. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
  20. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
  21. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
  22. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
  23. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
  24. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
  25. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
  26. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
  27. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
  28. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
  29. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +6095 -0
  30. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
  31. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Info.plist +0 -0
  32. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  33. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.abi.json +135011 -0
  34. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.private.swiftinterface +4335 -0
  35. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  36. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +4335 -0
  37. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  38. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile +0 -0
  39. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  40. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
  41. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
  42. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  43. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
  44. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
  45. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
  46. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  47. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
  48. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  49. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  50. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
  51. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  52. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
  53. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  54. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
  55. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
  56. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
  57. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
  58. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
  59. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
  60. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
  61. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
  62. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
  63. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
  64. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
  65. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  66. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
  67. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
  68. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
  69. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  70. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  71. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
  72. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  73. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
  74. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
  75. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
  76. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
  77. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  78. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
  79. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  80. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
  81. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
  82. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
  83. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
  84. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
  85. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
  86. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
  87. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
  88. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
  89. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
  90. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
  91. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
  92. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
  93. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
  94. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
  95. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
  96. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
  97. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
  98. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
  99. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  100. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  101. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  102. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
  103. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
  104. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
  105. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
  106. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
  107. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
  108. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
  109. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
  110. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
  111. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
  112. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
  113. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
  114. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
  115. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
  116. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
  117. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
  118. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
  119. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
  120. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
  121. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
  122. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
  123. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
  124. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  125. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
  126. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
  127. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
  128. package/OPPWAMobile.xcframework/ios-arm64/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
  129. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/NSString+Security.h +13 -0
  130. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAffirmProcessor.h +43 -0
  131. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPAfterpayUtil.h +19 -0
  132. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsComponent.h +23 -0
  133. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+BrandDetection.h +16 -0
  134. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Validation.h +21 -0
  135. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel+Visibility.h +16 -0
  136. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsModel.h +47 -0
  137. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsProtocol.h +161 -0
  138. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+TextDelegate.h +19 -0
  139. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel+Visibility.h +14 -0
  140. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardDetailsViewModel.h +48 -0
  141. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCashAppPayProcessor.h +35 -0
  142. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutApplePayContactType.h +12 -0
  143. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +164 -0
  144. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPConstants.h +33 -0
  145. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +302 -0
  146. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPFraudForceUtil.h +15 -0
  147. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaPaymentViewWrapper.h +32 -0
  148. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +239 -0
  149. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSchemes.h +21 -0
  150. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionComponent.h +15 -0
  151. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionProtocol.h +27 -0
  152. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentSelectionViewModel.h +20 -0
  153. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTheme.h +24 -0
  154. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +22 -0
  155. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPViewController.h +17 -0
  156. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +12186 -0
  157. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +34 -0
  158. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  159. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  160. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  161. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.abi.json +135011 -0
  162. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +4335 -0
  163. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  164. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +4335 -0
  165. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.abi.json +135011 -0
  166. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +4335 -0
  167. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  168. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +4335 -0
  169. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +11 -0
  170. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  171. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  172. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib +0 -0
  173. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib +0 -0
  174. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  175. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBlikDetailsViewController.nib +0 -0
  176. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib +0 -0
  177. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib +0 -0
  178. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  179. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardViewController.nib +0 -0
  180. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  181. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  182. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib +0 -0
  183. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  184. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib +0 -0
  185. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  186. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib +0 -0
  187. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib +0 -0
  188. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib +0 -0
  189. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib +0 -0
  190. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanHeaderCell.nib +0 -0
  191. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanTableViewCell.nib +0 -0
  192. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanView.nib +0 -0
  193. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstallmentPlanVisaLogoCell.nib +0 -0
  194. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPInstantPayDetailsViewController.nib +0 -0
  195. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib +0 -0
  196. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib +0 -0
  197. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  198. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib +0 -0
  199. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib +0 -0
  200. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPOrSeparatorTableViewCell.nib +0 -0
  201. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  202. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  203. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib +0 -0
  204. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  205. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib +0 -0
  206. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSelectionViewController.nib +0 -0
  207. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPRatePayDetailsViewController.nib +0 -0
  208. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib +0 -0
  209. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  210. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib +0 -0
  211. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  212. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib +0 -0
  213. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  214. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +2605 -0
  215. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +160 -0
  216. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +159 -0
  217. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/copyandpay.html +21 -0
  218. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +171 -0
  219. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +172 -0
  220. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +172 -0
  221. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +165 -0
  222. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en-JP.lproj/OPPCheckout.strings +144 -0
  223. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +226 -0
  224. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +162 -0
  225. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +161 -0
  226. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +178 -0
  227. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +174 -0
  228. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +164 -0
  229. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +174 -0
  230. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +161 -0
  231. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +171 -0
  232. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +171 -0
  233. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  234. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  235. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  236. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installmentPlans.json +70 -0
  237. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments.png +0 -0
  238. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@2x.png +0 -0
  239. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/installments@3x.png +0 -0
  240. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +163 -0
  241. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +164 -0
  242. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +143 -0
  243. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/javascript.html +53 -0
  244. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +167 -0
  245. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +172 -0
  246. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +174 -0
  247. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +174 -0
  248. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +177 -0
  249. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +160 -0
  250. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +171 -0
  251. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +157 -0
  252. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +171 -0
  253. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +171 -0
  254. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +165 -0
  255. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/style.html +22 -0
  256. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +173 -0
  257. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +157 -0
  258. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  259. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +161 -0
  260. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_MO.lproj/OPPCheckout.strings +226 -0
  261. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh_TW.lproj/OPPCheckout.strings +226 -0
  262. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/PrivacyInfo.xcprivacy +17 -0
  263. package/OPPWAMobile.xcframework/ios-arm64_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +3137 -0
  264. package/README.md +293 -40
  265. package/android/build.gradle +13 -28
  266. package/android/libs/ipworks3ds_sdk_9625.aar +0 -0
  267. package/android/libs/ipworks3ds_sdk_9625_deploy.aar +0 -0
  268. package/android/libs/oppwa.mobile-7.11.0-release.aar +0 -0
  269. package/android/src/main/java/com/reactnativehyperpay/HyperPayModule.java +10 -33
  270. package/ios/HyperPay.m +1 -1
  271. package/ipworks3ds_sdk.xcframework/Info.plist +6 -4
  272. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeDirectory +0 -0
  273. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements +0 -0
  274. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeRequirements-1 +0 -0
  275. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeResources +623 -0
  276. package/ipworks3ds_sdk.xcframework/_CodeSignature/CodeSignature +0 -0
  277. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Assets.car +0 -0
  278. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +699 -0
  279. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Info.plist +0 -0
  280. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.abi.json +23902 -0
  281. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.private.swiftinterface +875 -0
  282. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  283. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +875 -0
  284. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  285. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
  286. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
  287. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  288. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  289. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  290. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  291. package/ipworks3ds_sdk.xcframework/ios-arm64/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  292. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  293. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +1394 -0
  294. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  295. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.abi.json +23902 -0
  296. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +875 -0
  297. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  298. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +875 -0
  299. 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
  300. 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
  301. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  302. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +875 -0
  303. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +11 -0
  304. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivacyInfo.xcprivacy +44 -0
  305. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +1111 -0
  306. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +22 -0
  307. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +387 -0
  308. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  309. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  310. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  311. package/ipworks3ds_sdk.xcframework/ios-arm64_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  312. package/package.json +1 -1
  313. package/react-native-hyperpay-sdk.podspec +3 -2
  314. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
  315. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
  316. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
  317. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
  318. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
  319. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
  320. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
  321. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
  322. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
  323. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
  324. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
  325. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
  326. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
  327. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
  328. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  329. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
  330. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
  331. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
  332. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
  333. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
  334. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
  335. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
  336. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
  337. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
  338. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
  339. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
  340. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
  341. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
  342. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
  343. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
  344. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
  345. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
  346. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
  347. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1100
  348. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
  349. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
  350. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
  351. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Info.plist +0 -0
  352. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm.swiftsourceinfo +0 -0
  353. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  354. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  355. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7-apple-ios.swiftsourceinfo +0 -0
  356. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/armv7.swiftsourceinfo +0 -0
  357. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftdoc +0 -0
  358. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm.swiftinterface +0 -116
  359. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  360. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios.swiftinterface +0 -116
  361. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  362. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
  363. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  364. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7-apple-ios.swiftinterface +0 -116
  365. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftdoc +0 -0
  366. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/armv7.swiftinterface +0 -116
  367. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/Modules/module.modulemap +0 -11
  368. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile +0 -0
  369. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  370. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  371. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  372. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  373. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  374. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  375. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  376. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  377. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  378. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  379. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  380. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  381. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  382. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  383. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  384. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  385. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  386. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  387. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  388. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  389. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  390. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  391. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  392. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  393. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  394. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  395. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  396. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  397. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  398. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  399. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  400. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  401. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  402. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  403. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  404. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  405. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  406. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  407. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  408. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  409. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  410. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  411. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  412. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  413. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  414. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  415. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  416. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  417. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  418. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  419. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  420. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  421. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  422. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  423. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  424. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  425. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  426. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
  427. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
  428. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
  429. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
  430. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
  431. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
  432. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
  433. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
  434. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
  435. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
  436. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
  437. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
  438. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
  439. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
  440. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
  441. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
  442. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  443. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  444. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  445. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
  446. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
  447. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
  448. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
  449. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
  450. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
  451. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
  452. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
  453. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
  454. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
  455. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
  456. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
  457. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
  458. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
  459. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
  460. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
  461. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  462. package/OPPWAMobile.xcframework/ios-arm64_armv7/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
  463. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayPaymentParams.h +0 -64
  464. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPApplePayRequestStatus.h +0 -117
  465. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccount.h +0 -58
  466. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBankAccountPaymentParams.h +0 -167
  467. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBaseCardPaymentParams.h +0 -48
  468. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddress.h +0 -88
  469. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBillingAddressBuilder.h +0 -106
  470. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPBinInfo.h +0 -63
  471. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCard.h +0 -68
  472. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCardPaymentParams.h +0 -164
  473. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutInfo.h +0 -77
  474. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutProvider.h +0 -156
  475. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutSettings.h +0 -189
  476. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPCheckoutTheme.h +0 -239
  477. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPChinaUnionPayPaymentParams.h +0 -62
  478. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPErrors.h +0 -211
  479. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoOiPaymentParams.h +0 -74
  480. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPIkanoPrivateLabelVAPaymentParams.h +0 -124
  481. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPInicisPaymentParams.h +0 -48
  482. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPKlarnaInlinePaymentParams.h +0 -41
  483. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPMBWayPaymentParams.h +0 -66
  484. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentBrandsConfig.h +0 -56
  485. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentButton.h +0 -53
  486. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentParams.h +0 -91
  487. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPPaymentProvider.h +0 -212
  488. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSTCPayPaymentParams.h +0 -60
  489. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPSecurityPolicy.h +0 -68
  490. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDS2Info.h +0 -108
  491. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPThreeDSChallengeUiType.h +0 -27
  492. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPToken.h +0 -121
  493. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTokenPaymentParams.h +0 -89
  494. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPTransaction.h +0 -121
  495. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPVirtualAccount.h +0 -60
  496. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile-Swift.h +0 -1649
  497. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPWAMobile.h +0 -56
  498. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaInfo.h +0 -80
  499. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Headers/OPPYooKassaPaymentParams.h +0 -71
  500. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Info.plist +0 -0
  501. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  502. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/arm64.swiftsourceinfo +0 -0
  503. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386-apple-ios-simulator.swiftsourceinfo +0 -0
  504. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/i386.swiftsourceinfo +0 -0
  505. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  506. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/Project/x86_64.swiftsourceinfo +0 -0
  507. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  508. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -116
  509. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftdoc +0 -0
  510. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/arm64.swiftinterface +0 -116
  511. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  512. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -116
  513. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftdoc +0 -0
  514. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/i386.swiftinterface +0 -116
  515. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  516. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -116
  517. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftdoc +0 -0
  518. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/OPPWAMobile.swiftmodule/x86_64.swiftinterface +0 -116
  519. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/Modules/module.modulemap +0 -11
  520. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile +0 -0
  521. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Info.plist +0 -0
  522. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorCell.nib +0 -0
  523. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/objects-11.0+.nib +0 -0
  524. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorView.nib/runtime.nib +0 -0
  525. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/objects-11.0+.nib +0 -0
  526. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressSelectorViewController.nib/runtime.nib +0 -0
  527. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPAddressView.nib +0 -0
  528. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/objects-12.3+.nib +0 -0
  529. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPBrandCollectionViewCell.nib/runtime.nib +0 -0
  530. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/objects-11.0+.nib +0 -0
  531. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardDetailsViewController.nib/runtime.nib +0 -0
  532. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardScanningViewController.nib +0 -0
  533. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCardsTableViewCell.nib +0 -0
  534. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCheckoutTextFieldView.nib +0 -0
  535. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  536. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPChinaUnionPayDetailsViewController.nib/runtime.nib +0 -0
  537. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPCustomProgressView.nib +0 -0
  538. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/objects-11.0+.nib +0 -0
  539. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPDirectDebitDetailsViewController.nib/runtime.nib +0 -0
  540. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressCell.nib +0 -0
  541. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/objects-11.0+.nib +0 -0
  542. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressView.nib/runtime.nib +0 -0
  543. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/objects-11.0+.nib +0 -0
  544. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPEditAddressViewController.nib/runtime.nib +0 -0
  545. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/objects-11.0+.nib +0 -0
  546. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPGiropayDetailsViewController.nib/runtime.nib +0 -0
  547. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/objects-11.0+.nib +0 -0
  548. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoDetailsViewController.nib/runtime.nib +0 -0
  549. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/objects-11.0+.nib +0 -0
  550. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPIkanoPrivateLabelVADetailsViewController.nib/runtime.nib +0 -0
  551. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/objects-11.0+.nib +0 -0
  552. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaDetailsViewController.nib/runtime.nib +0 -0
  553. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/objects-11.0+.nib +0 -0
  554. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaInlineViewController.nib/runtime.nib +0 -0
  555. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPKlarnaTableViewCell.nib +0 -0
  556. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/objects-11.0+.nib +0 -0
  557. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPListDetailsViewController.nib/runtime.nib +0 -0
  558. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/objects-11.0+.nib +0 -0
  559. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPMBWAYDetailsViewController.nib/runtime.nib +0 -0
  560. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPKPaymentButtonTableViewCell.nib +0 -0
  561. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentFormHeaderView.nib +0 -0
  562. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/objects-11.0+.nib +0 -0
  563. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentProcessingViewController.nib/runtime.nib +0 -0
  564. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeTableViewCell.nib +0 -0
  565. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/objects-11.0+.nib +0 -0
  566. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPPaymentSchemeViewController.nib/runtime.nib +0 -0
  567. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/objects-11.0+.nib +0 -0
  568. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPSTCPayDetailsViewController.nib/runtime.nib +0 -0
  569. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPStorePaymentDetailsView.nib +0 -0
  570. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/objects-12.3+.nib +0 -0
  571. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokenCollectionViewCell.nib/runtime.nib +0 -0
  572. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTokensTableViewCell.nib +0 -0
  573. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/objects-11.0+.nib +0 -0
  574. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/OPPTotalAmountView.nib/runtime.nib +0 -0
  575. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeDirectory +0 -0
  576. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements-1 +0 -0
  577. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeResources +0 -3479
  578. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay.png +0 -0
  579. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@2x.png +0 -0
  580. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/alipay@3x.png +0 -0
  581. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ar.lproj/OPPCheckout.strings +0 -91
  582. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ca.lproj/OPPCheckout.strings +0 -90
  583. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cs.lproj/OPPCheckout.strings +0 -102
  584. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/da.lproj/OPPCheckout.strings +0 -102
  585. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de-AT.lproj/OPPCheckout.strings +0 -102
  586. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/de.lproj/OPPCheckout.strings +0 -95
  587. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/en.lproj/OPPCheckout.strings +0 -153
  588. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/es.lproj/OPPCheckout.strings +0 -92
  589. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/eu-ES.lproj/OPPCheckout.strings +0 -92
  590. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fi.lproj/OPPCheckout.strings +0 -107
  591. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-BE.lproj/OPPCheckout.strings +0 -98
  592. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr-CA.lproj/OPPCheckout.strings +0 -88
  593. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/fr.lproj/OPPCheckout.strings +0 -104
  594. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/gl-ES.lproj/OPPCheckout.strings +0 -92
  595. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hr.lproj/OPPCheckout.strings +0 -102
  596. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/hu.lproj/OPPCheckout.strings +0 -102
  597. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal.png +0 -0
  598. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@2x.png +0 -0
  599. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ideal@3x.png +0 -0
  600. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it-CH.lproj/OPPCheckout.strings +0 -92
  601. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/it.lproj/OPPCheckout.strings +0 -94
  602. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ja.lproj/OPPCheckout.strings +0 -74
  603. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ko.lproj/OPPCheckout.strings +0 -98
  604. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nb.lproj/OPPCheckout.strings +0 -103
  605. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl-BE.lproj/OPPCheckout.strings +0 -104
  606. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/nl.lproj/OPPCheckout.strings +0 -104
  607. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pl.lproj/OPPCheckout.strings +0 -103
  608. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pt.lproj/OPPCheckout.strings +0 -91
  609. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ro.lproj/OPPCheckout.strings +0 -102
  610. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ru.lproj/OPPCheckout.strings +0 -91
  611. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sk.lproj/OPPCheckout.strings +0 -102
  612. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sl.lproj/OPPCheckout.strings +0 -102
  613. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sr.lproj/OPPCheckout.strings +0 -96
  614. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sv.lproj/OPPCheckout.strings +0 -103
  615. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/th.lproj/OPPCheckout.strings +0 -88
  616. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/version.plist +0 -0
  617. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/zh-Hans.lproj/OPPCheckout.strings +0 -92
  618. package/OPPWAMobile.xcframework/ios-arm64_i386_x86_64-simulator/OPPWAMobile.framework/_CodeSignature/CodeResources +0 -4503
  619. package/android/.gradle/7.4/checksums/checksums.lock +0 -0
  620. package/android/.gradle/7.4/checksums/md5-checksums.bin +0 -0
  621. package/android/.gradle/7.4/checksums/sha1-checksums.bin +0 -0
  622. package/android/.gradle/7.4/dependencies-accessors/dependencies-accessors.lock +0 -0
  623. package/android/.gradle/7.4/dependencies-accessors/gc.properties +0 -0
  624. package/android/.gradle/7.4/executionHistory/executionHistory.bin +0 -0
  625. package/android/.gradle/7.4/executionHistory/executionHistory.lock +0 -0
  626. package/android/.gradle/7.4/fileChanges/last-build.bin +0 -0
  627. package/android/.gradle/7.4/fileHashes/fileHashes.bin +0 -0
  628. package/android/.gradle/7.4/fileHashes/fileHashes.lock +0 -0
  629. package/android/.gradle/7.4/fileHashes/resourceHashesCache.bin +0 -0
  630. package/android/.gradle/7.4/gc.properties +0 -0
  631. package/android/.gradle/7.4.2/checksums/checksums.lock +0 -0
  632. package/android/.gradle/7.4.2/checksums/md5-checksums.bin +0 -0
  633. package/android/.gradle/7.4.2/checksums/sha1-checksums.bin +0 -0
  634. package/android/.gradle/7.4.2/dependencies-accessors/dependencies-accessors.lock +0 -0
  635. package/android/.gradle/7.4.2/dependencies-accessors/gc.properties +0 -0
  636. package/android/.gradle/7.4.2/executionHistory/executionHistory.lock +0 -0
  637. package/android/.gradle/7.4.2/fileChanges/last-build.bin +0 -0
  638. package/android/.gradle/7.4.2/fileHashes/fileHashes.lock +0 -0
  639. package/android/.gradle/7.4.2/gc.properties +0 -0
  640. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  641. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  642. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  643. package/android/.gradle/file-system.probe +0 -0
  644. package/android/.gradle/vcs-1/gc.properties +0 -0
  645. package/android/.idea/compiler.xml +0 -6
  646. package/android/.idea/gradle.xml +0 -18
  647. package/android/.idea/misc.xml +0 -9
  648. package/android/.idea/vcs.xml +0 -6
  649. package/android/libs/ipworks3ds_sdk.aar +0 -0
  650. package/android/libs/ipworks3ds_sdk_deploy.aar +0 -0
  651. package/android/libs/oppwa.mobile-4.6.0-release.aar +0 -0
  652. package/android/local.properties +0 -8
  653. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Assets.car +0 -0
  654. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1242
  655. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Info.plist +0 -0
  656. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  657. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios.swiftinterface +0 -759
  658. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  659. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/armv7-apple-ios.swiftinterface +0 -759
  660. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
  661. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
  662. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
  663. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -282
  664. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  665. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  666. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  667. package/ipworks3ds_sdk.xcframework/ios-arm64_armv7/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  668. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Assets.car +0 -0
  669. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Headers/ipworks3ds_sdk-Swift.h +0 -1862
  670. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Info.plist +0 -0
  671. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  672. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -759
  673. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  674. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/ipworks3ds_sdk.swiftmodule/i386-apple-ios-simulator.swiftinterface +0 -759
  675. 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
  676. 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
  677. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/Modules/module.modulemap +0 -11
  678. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/IPWorks3DSClient.h +0 -410
  679. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/PrivateHeaders/ipworks3ds_sdk.h +0 -22
  680. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/_CodeSignature/CodeResources +0 -312
  681. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/ipworks3ds_sdk +0 -0
  682. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/objects-11.0+.nib +0 -0
  683. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareAppChallengeController.nib/runtime.nib +0 -0
  684. package/ipworks3ds_sdk.xcframework/ios-arm64_i386_x86_64-simulator/ipworks3ds_sdk.framework/nsoftwareWebChallengeController.nib +0 -0
  685. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
  686. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  687. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  688. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  689. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  690. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  691. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  692. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  693. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  694. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  695. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  696. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  697. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  698. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@2x.png +0 -0
  699. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon@3x.png +0 -0
  700. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  701. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  702. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  703. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  704. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  705. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  706. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  707. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  708. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  709. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  710. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  711. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  712. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  713. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@2x.png +0 -0
  714. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa@3x.png +0 -0
  715. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  716. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  717. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  718. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  719. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  720. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  721. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  722. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  723. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  724. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  725. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  726. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  727. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo.png +0 -0
  728. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@2x.png +0 -0
  729. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_detail_logo@3x.png +0 -0
  730. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement.png +0 -0
  731. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@2x.png +0 -0
  732. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_nl_agreement@3x.png +0 -0
  733. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay.png +0 -0
  734. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@2x.png +0 -0
  735. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_billpay@3x.png +0 -0
  736. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater.png +0 -0
  737. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@2x.png +0 -0
  738. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_paylater@3x.png +0 -0
  739. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit.png +0 -0
  740. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@2x.png +0 -0
  741. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna_payments_sliceit@3x.png +0 -0
  742. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  743. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  744. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  745. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  746. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  747. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  748. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  749. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  750. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  751. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  752. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  753. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  754. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  755. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  756. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  757. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  758. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  759. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  760. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  761. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  762. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  763. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  764. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  765. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  766. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  767. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  768. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  769. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct.png +0 -0
  770. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@2x.png +0 -0
  771. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/pf_karte_direct@3x.png +0 -0
  772. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  773. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  774. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  775. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  776. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  777. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  778. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  779. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@2x.png +0 -0
  780. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco@3x.png +0 -0
  781. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  782. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  783. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  784. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  785. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  786. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  787. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  788. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  789. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  790. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  791. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  792. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  793. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  794. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  795. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  796. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  797. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  798. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  799. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  800. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  801. /package/OPPWAMobile.xcframework/{ios-arm64_armv7 → ios-arm64}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@3x.png +0 -0
  802. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/Klarna.json +0 -0
  803. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeRequirements +0 -0
  804. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/_CodeSignature/CodeSignature +0 -0
  805. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex.png +0 -0
  806. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@2x.png +0 -0
  807. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/amex@3x.png +0 -0
  808. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay.png +0 -0
  809. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@2x.png +0 -0
  810. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/applepay@3x.png +0 -0
  811. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_down.png +0 -0
  812. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/arrow_up.png +0 -0
  813. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto.png +0 -0
  814. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@2x.png +0 -0
  815. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/boleto@3x.png +0 -0
  816. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/camera_icon.png +0 -0
  817. /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
  818. /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
  819. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card.png +0 -0
  820. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@2x.png +0 -0
  821. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/card@3x.png +0 -0
  822. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue.png +0 -0
  823. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@2x.png +0 -0
  824. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/cartebleue@3x.png +0 -0
  825. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort.png +0 -0
  826. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@2x.png +0 -0
  827. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/dankort@3x.png +0 -0
  828. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners.png +0 -0
  829. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@2x.png +0 -0
  830. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/diners@3x.png +0 -0
  831. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/directdebit_sepa.png +0 -0
  832. /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
  833. /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
  834. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover.png +0 -0
  835. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@2x.png +0 -0
  836. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/discover@3x.png +0 -0
  837. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay.png +0 -0
  838. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@2x.png +0 -0
  839. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/giropay@3x.png +0 -0
  840. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb.png +0 -0
  841. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@2x.png +0 -0
  842. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/jcb@3x.png +0 -0
  843. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna.png +0 -0
  844. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@2x.png +0 -0
  845. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/klarna@3x.png +0 -0
  846. /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
  847. /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
  848. /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
  849. /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
  850. /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
  851. /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
  852. /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
  853. /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
  854. /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
  855. /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
  856. /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
  857. /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
  858. /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
  859. /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
  860. /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
  861. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada.png +0 -0
  862. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@2x.png +0 -0
  863. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/mada@3x.png +0 -0
  864. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro.png +0 -0
  865. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@2x.png +0 -0
  866. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/maestro@3x.png +0 -0
  867. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master.png +0 -0
  868. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@2x.png +0 -0
  869. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/master@3x.png +0 -0
  870. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit.png +0 -0
  871. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@2x.png +0 -0
  872. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterdebit@3x.png +0 -0
  873. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass.png +0 -0
  874. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@2x.png +0 -0
  875. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/masterpass@3x.png +0 -0
  876. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt.png +0 -0
  877. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@2x.png +0 -0
  878. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paydirekt@3x.png +0 -0
  879. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal.png +0 -0
  880. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@2x.png +0 -0
  881. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paypal@3x.png +0 -0
  882. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard.png +0 -0
  883. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@2x.png +0 -0
  884. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paysafecard@3x.png +0 -0
  885. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail.png +0 -0
  886. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@2x.png +0 -0
  887. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/paytrail@3x.png +0 -0
  888. /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
  889. /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
  890. /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
  891. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy.png +0 -0
  892. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@2x.png +0 -0
  893. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/przelewy@3x.png +0 -0
  894. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf.png +0 -0
  895. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@2x.png +0 -0
  896. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/ratenkauf@3x.png +0 -0
  897. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sibs_multibanco.png +0 -0
  898. /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
  899. /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
  900. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung.png +0 -0
  901. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@2x.png +0 -0
  902. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/sofortueberweisung@3x.png +0 -0
  903. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly.png +0 -0
  904. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@2x.png +0 -0
  905. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/trustly@3x.png +0 -0
  906. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay.png +0 -0
  907. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@2x.png +0 -0
  908. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/unionpay@3x.png +0 -0
  909. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa.png +0 -0
  910. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@2x.png +0 -0
  911. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visa@3x.png +0 -0
  912. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit.png +0 -0
  913. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@2x.png +0 -0
  914. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visadebit@3x.png +0 -0
  915. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron.png +0 -0
  916. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@2x.png +0 -0
  917. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/visaelectron@3x.png +0 -0
  918. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex.png +0 -0
  919. /package/OPPWAMobile.xcframework/{ios-arm64_i386_x86_64-simulator → ios-arm64_x86_64-simulator}/OPPWAMobile.framework/OPPWAMobile-Resources.bundle/yandex@2x.png +0 -0
  920. /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,1862 +0,0 @@
1
- #if 0
2
- #elif defined(__arm64__) && __arm64__
3
- // Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
4
- #ifndef IPWORKS3DS_SDK_SWIFT_H
5
- #define IPWORKS3DS_SDK_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 !defined(SWIFT_EXTERN)
190
- # if defined(__cplusplus)
191
- # define SWIFT_EXTERN extern "C"
192
- # else
193
- # define SWIFT_EXTERN extern
194
- # endif
195
- #endif
196
- #if __has_feature(modules)
197
- #if __has_warning("-Watimport-in-framework-header")
198
- #pragma clang diagnostic ignored "-Watimport-in-framework-header"
199
- #endif
200
- @import CoreGraphics;
201
- @import Foundation;
202
- @import ObjectiveC;
203
- @import UIKit;
204
- #endif
205
-
206
- #import <ipworks3ds_sdk/ipworks3ds_sdk.h>
207
-
208
- #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
209
- #pragma clang diagnostic ignored "-Wduplicate-method-arg"
210
- #if __has_warning("-Wpragma-clang-attribute")
211
- # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
212
- #endif
213
- #pragma clang diagnostic ignored "-Wunknown-pragmas"
214
- #pragma clang diagnostic ignored "-Wnullability"
215
-
216
- #if __has_attribute(external_source_symbol)
217
- # pragma push_macro("any")
218
- # undef any
219
- # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ipworks3ds_sdk",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
220
- # pragma pop_macro("any")
221
- #endif
222
-
223
- @class NSString;
224
-
225
- SWIFT_CLASS("_TtC14ipworks3ds_sdk31AuthenticationRequestParameters")
226
- @interface AuthenticationRequestParameters : NSObject
227
- - (NSString * _Nonnull)getDeviceData SWIFT_WARN_UNUSED_RESULT;
228
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
229
- - (NSString * _Nonnull)getSDKAppID SWIFT_WARN_UNUSED_RESULT;
230
- - (NSString * _Nonnull)getSDKReferenceNumber SWIFT_WARN_UNUSED_RESULT;
231
- - (NSString * _Nonnull)getSDKEphemeralPublicKey SWIFT_WARN_UNUSED_RESULT;
232
- - (NSString * _Nonnull)getMessageVersion SWIFT_WARN_UNUSED_RESULT;
233
- - (NSString * _Nonnull)getAuthRequest SWIFT_WARN_UNUSED_RESULT;
234
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
235
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
236
- @end
237
-
238
- @class UIColor;
239
-
240
- SWIFT_CLASS("_TtC14ipworks3ds_sdk13Customization")
241
- @interface Customization : NSObject
242
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
243
- - (BOOL)setTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
244
- - (BOOL)setTextColorWithHexColorCode:(NSString * _Nullable)hexColorCode error:(NSError * _Nullable * _Nullable)error;
245
- - (void)setTextColorWithColor:(UIColor * _Nullable)color;
246
- - (BOOL)setTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
247
- - (NSString * _Nullable)getTextFontName SWIFT_WARN_UNUSED_RESULT;
248
- - (UIColor * _Nullable)getTextColor SWIFT_WARN_UNUSED_RESULT;
249
- - (NSString * _Nullable)getTextColorHex SWIFT_WARN_UNUSED_RESULT;
250
- - (NSInteger)getTextFontSize SWIFT_WARN_UNUSED_RESULT;
251
- @end
252
-
253
-
254
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ButtonCustomization")
255
- @interface ButtonCustomization : Customization
256
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
257
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
258
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
259
- - (BOOL)setHeightWithHeight:(CGFloat)height error:(NSError * _Nullable * _Nullable)error;
260
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
261
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
262
- - (CGFloat)getHeight SWIFT_WARN_UNUSED_RESULT;
263
- - (void)setPaddingWithEdge:(UIEdgeInsets)edge;
264
- @end
265
-
266
- typedef SWIFT_ENUM(NSInteger, ButtonType, open) {
267
- ButtonTypeSUBMIT = 0,
268
- ButtonTypeCONTINUE = 1,
269
- ButtonTypeNEXT = 2,
270
- ButtonTypeCANCEL = 3,
271
- ButtonTypeRESEND = 4,
272
- };
273
-
274
-
275
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ChallengeParameters")
276
- @interface ChallengeParameters : NSObject
277
- - (nonnull instancetype)initWithThreeDSServerAuthResponse:(NSString * _Nonnull)threeDSServerAuthResponse OBJC_DESIGNATED_INITIALIZER;
278
- - (nonnull instancetype)initWithThreeDSServerTransactionID:(NSString * _Nonnull)threeDSServerTransactionID acsTransactionID:(NSString * _Nonnull)acsTransactionID acsRefNumber:(NSString * _Nonnull)acsRefNumber acsSignedContent:(NSString * _Nonnull)acsSignedContent threeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL OBJC_DESIGNATED_INITIALIZER;
279
- - (void)set3DSServerTransactionID:(NSString * _Nonnull)transactionID;
280
- - (void)setAcsTransactionID:(NSString * _Nonnull)transactionID;
281
- - (void)setAcsRefNumber:(NSString * _Nonnull)refNumber;
282
- - (void)setAcsSignedContent:(NSString * _Nonnull)signedContent;
283
- - (NSString * _Nonnull)get3DSServerTransactionID SWIFT_WARN_UNUSED_RESULT;
284
- - (NSString * _Nonnull)getAcsTransactionID SWIFT_WARN_UNUSED_RESULT;
285
- - (NSString * _Nonnull)getAcsRefNumber SWIFT_WARN_UNUSED_RESULT;
286
- - (NSString * _Nonnull)getAcsSignedContent SWIFT_WARN_UNUSED_RESULT;
287
- - (NSString * _Nonnull)getThreeDSRequestorAppURL SWIFT_WARN_UNUSED_RESULT;
288
- - (void)setThreeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL;
289
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
290
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
291
- @end
292
-
293
- @class CompletionEvent;
294
- @class ProtocolErrorEvent;
295
- @class RuntimeErrorEvent;
296
-
297
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk23ChallengeStatusReceiver_")
298
- @protocol ChallengeStatusReceiver
299
- - (void)completed:(CompletionEvent * _Nonnull)completionEvent;
300
- - (void)cancelled;
301
- - (void)timedout;
302
- - (void)protocolError:(ProtocolErrorEvent * _Nonnull)protocolErrorEvent;
303
- - (void)runtimeError:(RuntimeErrorEvent * _Nonnull)runtimeErrorEvent;
304
- @end
305
-
306
- @class NSData;
307
-
308
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk19ClientEventListener_")
309
- @protocol ClientEventListener
310
- - (void)onDataPacketIn:(NSData * _Nonnull)dataPacket;
311
- - (void)onDataPacketOut:(NSData * _Nonnull)dataPacket;
312
- - (void)onError:(int32_t)errorCode :(NSString * _Nonnull)description;
313
- - (void)onLog:(int32_t)logLevel :(NSString * _Nonnull)message :(NSString * _Nonnull)logType;
314
- - (void)onSSLServerAuthentication:(NSData * _Nonnull)certEncoded :(NSString * _Nonnull)certSubject :(NSString * _Nonnull)certIssuer :(NSString * _Nonnull)status :(int32_t * _Nonnull)accept;
315
- - (void)onSSLStatus:(NSString * _Nonnull)message;
316
- @end
317
-
318
-
319
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15CompletionEvent")
320
- @interface CompletionEvent : NSObject
321
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
322
- - (NSString * _Nonnull)getTransactionStatus SWIFT_WARN_UNUSED_RESULT;
323
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
324
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
325
- @end
326
-
327
-
328
- SWIFT_CLASS("_TtC14ipworks3ds_sdk16ConfigParameters")
329
- @interface ConfigParameters : NSObject
330
- - (BOOL)addParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName paramValue:(NSString * _Nullable)paramValue error:(NSError * _Nullable * _Nullable)error;
331
- - (NSString * _Nullable)getParamValueWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
332
- - (NSString * _Nullable)removeParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
333
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
334
- @end
335
-
336
- @class DirectoryServerInfo;
337
-
338
- SWIFT_CLASS("_TtC14ipworks3ds_sdk23ConfigParametersBuilder")
339
- @interface ConfigParametersBuilder : NSObject
340
- - (nonnull instancetype)initWithDirectoryServerInfoList:(NSArray<DirectoryServerInfo *> * _Nullable)directoryServerInfoList runtimeLicense:(NSString * _Nonnull)runtimeLicense deviceParameterBlacklist:(NSArray<NSString *> * _Nullable)deviceParameterBlacklist clientConfig:(NSArray<NSString *> * _Nullable)clientConfig appBundleID:(NSString * _Nonnull)appBundleID OBJC_DESIGNATED_INITIALIZER;
341
- - (ConfigParameters * _Nullable)buildAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
342
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
343
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
344
- @end
345
-
346
-
347
-
348
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19DirectoryServerInfo")
349
- @interface DirectoryServerInfo : NSObject
350
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CA:(NSString * _Nonnull)CA OBJC_DESIGNATED_INITIALIZER;
351
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CAs:(NSArray<NSString *> * _Nonnull)CAs OBJC_DESIGNATED_INITIALIZER;
352
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
353
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
354
- @end
355
-
356
-
357
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ErrorMessage")
358
- @interface ErrorMessage : NSObject
359
- - (NSString * _Nonnull)getTransactionID SWIFT_WARN_UNUSED_RESULT;
360
- - (NSString * _Nonnull)getErrorCode SWIFT_WARN_UNUSED_RESULT;
361
- - (NSString * _Nonnull)getErrorDescription SWIFT_WARN_UNUSED_RESULT;
362
- - (NSString * _Nonnull)getErrorDetails SWIFT_WARN_UNUSED_RESULT;
363
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
364
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
365
- @end
366
-
367
-
368
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18GlobalUserDefaults")
369
- @interface GlobalUserDefaults : NSObject <EventRandomStr>
370
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
371
- - (void)byWordWrappingVisibleViewController:(NSData * _Null_unspecified)dataPacket;
372
- - (void)imageNameTransStatus:(NSData * _Null_unspecified)dataPacket;
373
- - (void)impFrameworkStubHelperSection:(int32_t)errorCode :(NSString * _Null_unspecified)description;
374
- - (void)getUITypeVtArray:(int32_t)logLevel :(NSString * _Null_unspecified)message :(NSString * _Null_unspecified)logType;
375
- - (void)overlayMainResourcePath:(NSData * _Null_unspecified)certEncoded :(NSString * _Null_unspecified)certSubject :(NSString * _Null_unspecified)certIssuer :(NSString * _Null_unspecified)status :(int32_t * _Nonnull)accept;
376
- - (void)hasPrefixRemainStr:(NSString * _Null_unspecified)message;
377
- @end
378
-
379
-
380
- SWIFT_CLASS("_TtC14ipworks3ds_sdk10ImmloAlert")
381
- @interface ImmloAlert : NSObject
382
- + (void)addTargetBindingInfoOffset;
383
- + (void)getThreeDSRequestorAppURLForkType;
384
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
385
- @end
386
-
387
- enum LabelType : NSInteger;
388
-
389
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18LabelCustomization")
390
- @interface LabelCustomization : Customization
391
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
392
- - (void)setHeadingTextColorWithColor:(UIColor * _Nullable)color;
393
- - (BOOL)setHeadingTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
394
- - (BOOL)setHeadingTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
395
- - (BOOL)setHeadingTextAlignmentWithTextAlignment:(NSTextAlignment)textAlignment error:(NSError * _Nullable * _Nullable)error;
396
- - (BOOL)setPaddingForLabelType:(enum LabelType)forLabelType edge:(UIEdgeInsets)edge error:(NSError * _Nullable * _Nullable)error;
397
- - (BOOL)setBackgroundColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
398
- - (BOOL)setTextColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
399
- - (BOOL)setTextFontNameForLabelType:(enum LabelType)forLabelType fontName:(NSString * _Nonnull)fontName error:(NSError * _Nullable * _Nullable)error;
400
- - (BOOL)setTextFontSizeForLabelType:(enum LabelType)forLabelType fontSize:(CGFloat)fontSize error:(NSError * _Nullable * _Nullable)error;
401
- - (UIColor * _Nullable)getHeadingTextColor SWIFT_WARN_UNUSED_RESULT;
402
- - (NSString * _Nullable)getHeadingTextFontName SWIFT_WARN_UNUSED_RESULT;
403
- - (NSInteger)getHeadingTextFontSize SWIFT_WARN_UNUSED_RESULT;
404
- - (NSTextAlignment)getHeadingTextAlignment SWIFT_WARN_UNUSED_RESULT;
405
- @end
406
-
407
- typedef SWIFT_ENUM(NSInteger, LabelType, open) {
408
- LabelTypeINFO_HEADER = 0,
409
- LabelTypeINFO_TEXT = 1,
410
- LabelTypeINFO_LABEL = 2,
411
- LabelTypeWHITELIST = 3,
412
- LabelTypeWHY_INFO = 4,
413
- LabelTypeWHY_INFO_TEXT = 5,
414
- LabelTypeEXPANDABLE_INFO = 6,
415
- LabelTypeEXPANDABLE_INFO_TEXT = 7,
416
- LabelTypeSELECTION_LIST = 8,
417
- };
418
-
419
-
420
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ProgressView")
421
- @interface ProgressView : NSObject
422
- - (void)show;
423
- - (void)close;
424
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
425
- @end
426
-
427
-
428
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18ProtocolErrorEvent")
429
- @interface ProtocolErrorEvent : NSObject
430
- - (ErrorMessage * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
431
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
432
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
433
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
434
- @end
435
-
436
-
437
- SWIFT_CLASS("_TtC14ipworks3ds_sdk17RuntimeErrorEvent")
438
- @interface RuntimeErrorEvent : NSObject
439
- - (NSString * _Nullable)getErrorCode SWIFT_WARN_UNUSED_RESULT;
440
- - (NSString * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
441
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
442
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
443
- @end
444
-
445
- typedef SWIFT_ENUM(NSInteger, SecurityEvent, open) {
446
- SecurityEventROOT = 0,
447
- SecurityEventTAMPERED = 1,
448
- SecurityEventINSTALLED_FROM_UNTRUSTED_STORE = 2,
449
- SecurityEventHOOK = 3,
450
- SecurityEventEMULATOR = 4,
451
- SecurityEventDEBUGGING = 5,
452
- SecurityEventDEBUG_ENABLED = 6,
453
- };
454
-
455
- enum Severity : NSInteger;
456
-
457
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk21SecurityEventListener_")
458
- @protocol SecurityEventListener
459
- - (void)alarm:(enum Severity)severity :(enum SecurityEvent)event;
460
- @end
461
-
462
- typedef SWIFT_ENUM(NSInteger, Severity, open) {
463
- SeverityLOW = 0,
464
- SeverityMEDIUM = 1,
465
- SeverityHIGH = 2,
466
- };
467
-
468
-
469
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20TextBoxCustomization")
470
- @interface TextBoxCustomization : Customization
471
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
472
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
473
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
474
- - (BOOL)setBorderWidthWithBorderWidth:(NSInteger)borderWidth error:(NSError * _Nullable * _Nullable)error;
475
- - (void)setBorderColorWithColor:(UIColor * _Nullable)color;
476
- - (NSInteger)getBorderWidth SWIFT_WARN_UNUSED_RESULT;
477
- - (UIColor * _Nullable)getBorderColor SWIFT_WARN_UNUSED_RESULT;
478
- @end
479
-
480
- @class NSBundle;
481
- @class UiCustomization;
482
- @class Transaction;
483
- @class Warning;
484
-
485
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15ThreeDS2Service")
486
- @interface ThreeDS2Service : NSObject
487
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
488
- - (nonnull instancetype)initWithBundle:(NSBundle * _Nonnull)bundle OBJC_DESIGNATED_INITIALIZER;
489
- /// The 3DS Requestor App calls the initialize method at the start of the
490
- /// payment stage of a transaction. The app passes configuration parameters,
491
- /// UI configuration parameters, and (optionally) user locale to this method.
492
- /// Note: Until the ThreeDS2Service instance is initialized, it shall be
493
- /// unusable.
494
- /// The following tasks are performed during initialization:
495
- /// <ul>
496
- /// <li>
497
- /// Security checks
498
- /// </li>
499
- /// <li>
500
- /// Collection of device information for all versions of the protocol
501
- /// </li>
502
- /// </ul>
503
- /// that the SDK supports. For more information about the device
504
- /// identification parameters that shall be collected, refer to EMV 3-D
505
- /// Secure SDK - Device Information.
506
- /// Depending on the 3DS Requestor App implementation, a ThreeDS2Service
507
- /// instance is called either during 3DS Requestor App startup as a
508
- /// background task or when a transaction is initiated. The state is
509
- /// maintained until the cleanup method is called.
510
- /// \param configParameters Configuration information that shall be used
511
- /// during initialization. For more information, see Class ConfigParameters.
512
- ///
513
- /// \param locale (optional) String that represents the locale for the app’s
514
- /// user interface. For example, the value of locale can be “en_US” in Java.
515
- /// Note: If this parameter is not provided, then the default device locale
516
- /// is used.
517
- ///
518
- /// \param uiCustomization (optional) UI configuration information that is
519
- /// used to specify the UI layout and theme. For example, font style and font
520
- /// size. For more information, see Class UiCustomization.
521
- ///
522
- /// \param clientEventListener TBD
523
- ///
524
- ///
525
- /// throws:
526
- ///
527
- /// <ul>
528
- /// <li>
529
- /// InvalidInputException: This exception shall be thrown in any of
530
- /// the following scenarios:
531
- /// <ul>
532
- /// <li>
533
- /// configParameters is null.
534
- /// </li>
535
- /// <li>
536
- /// The value of configParameters, locale, or uiCustomization is
537
- /// </li>
538
- /// </ul>
539
- /// invalid.
540
- /// For more information, see Class InvalidInputException.
541
- /// </li>
542
- /// <li>
543
- /// SDKAlreadyInitializedException This exception shall be thrown if
544
- /// the 3DS SDK instance has already been initialized.
545
- /// </li>
546
- /// <li>
547
- /// SDKRuntimeException This exception shall be thrown if an internal
548
- /// error is encountered by the 3DS SDK.
549
- /// </li>
550
- /// </ul>
551
- - (BOOL)initializeWithConfigParameters:(ConfigParameters * _Nullable)configParameters locale:(NSString * _Nullable)locale uiCustomization:(UiCustomization * _Nullable)uiCustomization clientEventListener:(id <ClientEventListener> _Nullable)clientEventListener securityEventListener:(id <SecurityEventListener> _Nullable)securityEventListener error:(NSError * _Nullable * _Nullable)error;
552
- - (Transaction * _Nullable)createTransaction:(NSString * _Nonnull)directoryServerID :(NSString * _Nullable)messageVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
553
- - (BOOL)cleanupAndReturnError:(NSError * _Nullable * _Nullable)error;
554
- - (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
555
- - (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
556
- @end
557
-
558
-
559
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20ToolbarCustomization")
560
- @interface ToolbarCustomization : Customization
561
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
562
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
563
- - (BOOL)setHeaderTextWithHeaderText:(NSString * _Nullable)headerText error:(NSError * _Nullable * _Nullable)error;
564
- - (BOOL)setButtonTextWithButtonText:(NSString * _Nullable)buttonText error:(NSError * _Nullable * _Nullable)error;
565
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
566
- - (NSString * _Nullable)getHeaderText SWIFT_WARN_UNUSED_RESULT;
567
- - (NSString * _Nullable)getButtonText SWIFT_WARN_UNUSED_RESULT;
568
- @end
569
-
570
- @class UIViewController;
571
-
572
- SWIFT_CLASS("_TtC14ipworks3ds_sdk11Transaction")
573
- @interface Transaction : NSObject
574
- - (AuthenticationRequestParameters * _Nullable)getAuthenticationRequestParametersAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
575
- - (BOOL)doChallengeWithRootViewController:(UIViewController * _Nonnull)rootViewController challengeParameters:(ChallengeParameters * _Nonnull)challengeParameters challengeStatusReceiver:(id <ChallengeStatusReceiver> _Nonnull)challengeStatusReceiver timeout:(NSInteger)timeout error:(NSError * _Nullable * _Nullable)error;
576
- - (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
577
- - (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
578
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
579
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
580
- @end
581
-
582
-
583
-
584
-
585
-
586
-
587
-
588
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15UiCustomization")
589
- @interface UiCustomization : NSObject
590
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
591
- - (BOOL)setButtonCustomizationWithButtonCustomization:(ButtonCustomization * _Nonnull)buttonCustomization buttonType:(enum ButtonType)buttonType error:(NSError * _Nullable * _Nullable)error;
592
- - (BOOL)setToolbarCustomizationWithToolbarCustomization:(ToolbarCustomization * _Nonnull)toolbarCustomization error:(NSError * _Nullable * _Nullable)error;
593
- - (BOOL)setLabelCustomizationWithLabelCustomization:(LabelCustomization * _Nonnull)labelCustomization error:(NSError * _Nullable * _Nullable)error;
594
- - (BOOL)setTextBoxCustomizationWithTextBoxCustomization:(TextBoxCustomization * _Nonnull)textBoxCustomization error:(NSError * _Nullable * _Nullable)error;
595
- - (ButtonCustomization * _Nonnull)getButtonCustomizationWithButtonType:(enum ButtonType)buttonType SWIFT_WARN_UNUSED_RESULT;
596
- - (ToolbarCustomization * _Nonnull)getToolbarCustomization SWIFT_WARN_UNUSED_RESULT;
597
- - (LabelCustomization * _Nonnull)getLabelCustomization SWIFT_WARN_UNUSED_RESULT;
598
- - (TextBoxCustomization * _Nonnull)getTextBoxCustomization SWIFT_WARN_UNUSED_RESULT;
599
- - (void)setBackgroundWithColor:(UIColor * _Nullable)color;
600
- /// \param position 0 – Right, 1 – Left, 2 – Hide
601
- ///
602
- - (void)setInformationZoneIconPosition:(NSInteger)position;
603
- - (void)setBrandingZoneLogoGap:(CGFloat)value;
604
- @end
605
-
606
-
607
- SWIFT_CLASS("_TtC14ipworks3ds_sdk7Warning")
608
- @interface Warning : NSObject
609
- - (NSString * _Nonnull)getID SWIFT_WARN_UNUSED_RESULT;
610
- - (NSString * _Nonnull)getMessage SWIFT_WARN_UNUSED_RESULT;
611
- - (enum Severity)getSeverity SWIFT_WARN_UNUSED_RESULT;
612
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
613
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
614
- @end
615
-
616
- #if __has_attribute(external_source_symbol)
617
- # pragma clang attribute pop
618
- #endif
619
- #pragma clang diagnostic pop
620
- #endif
621
-
622
- #elif defined(__x86_64__) && __x86_64__
623
- // Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
624
- #ifndef IPWORKS3DS_SDK_SWIFT_H
625
- #define IPWORKS3DS_SDK_SWIFT_H
626
- #pragma clang diagnostic push
627
- #pragma clang diagnostic ignored "-Wgcc-compat"
628
-
629
- #if !defined(__has_include)
630
- # define __has_include(x) 0
631
- #endif
632
- #if !defined(__has_attribute)
633
- # define __has_attribute(x) 0
634
- #endif
635
- #if !defined(__has_feature)
636
- # define __has_feature(x) 0
637
- #endif
638
- #if !defined(__has_warning)
639
- # define __has_warning(x) 0
640
- #endif
641
-
642
- #if __has_include(<swift/objc-prologue.h>)
643
- # include <swift/objc-prologue.h>
644
- #endif
645
-
646
- #pragma clang diagnostic ignored "-Wauto-import"
647
- #include <Foundation/Foundation.h>
648
- #include <stdint.h>
649
- #include <stddef.h>
650
- #include <stdbool.h>
651
-
652
- #if !defined(SWIFT_TYPEDEFS)
653
- # define SWIFT_TYPEDEFS 1
654
- # if __has_include(<uchar.h>)
655
- # include <uchar.h>
656
- # elif !defined(__cplusplus)
657
- typedef uint_least16_t char16_t;
658
- typedef uint_least32_t char32_t;
659
- # endif
660
- typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
661
- typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
662
- typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
663
- typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
664
- typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
665
- typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
666
- typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
667
- typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
668
- typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
669
- typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
670
- typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
671
- typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
672
- #endif
673
-
674
- #if !defined(SWIFT_PASTE)
675
- # define SWIFT_PASTE_HELPER(x, y) x##y
676
- # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
677
- #endif
678
- #if !defined(SWIFT_METATYPE)
679
- # define SWIFT_METATYPE(X) Class
680
- #endif
681
- #if !defined(SWIFT_CLASS_PROPERTY)
682
- # if __has_feature(objc_class_property)
683
- # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
684
- # else
685
- # define SWIFT_CLASS_PROPERTY(...)
686
- # endif
687
- #endif
688
-
689
- #if __has_attribute(objc_runtime_name)
690
- # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
691
- #else
692
- # define SWIFT_RUNTIME_NAME(X)
693
- #endif
694
- #if __has_attribute(swift_name)
695
- # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
696
- #else
697
- # define SWIFT_COMPILE_NAME(X)
698
- #endif
699
- #if __has_attribute(objc_method_family)
700
- # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
701
- #else
702
- # define SWIFT_METHOD_FAMILY(X)
703
- #endif
704
- #if __has_attribute(noescape)
705
- # define SWIFT_NOESCAPE __attribute__((noescape))
706
- #else
707
- # define SWIFT_NOESCAPE
708
- #endif
709
- #if __has_attribute(ns_consumed)
710
- # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
711
- #else
712
- # define SWIFT_RELEASES_ARGUMENT
713
- #endif
714
- #if __has_attribute(warn_unused_result)
715
- # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
716
- #else
717
- # define SWIFT_WARN_UNUSED_RESULT
718
- #endif
719
- #if __has_attribute(noreturn)
720
- # define SWIFT_NORETURN __attribute__((noreturn))
721
- #else
722
- # define SWIFT_NORETURN
723
- #endif
724
- #if !defined(SWIFT_CLASS_EXTRA)
725
- # define SWIFT_CLASS_EXTRA
726
- #endif
727
- #if !defined(SWIFT_PROTOCOL_EXTRA)
728
- # define SWIFT_PROTOCOL_EXTRA
729
- #endif
730
- #if !defined(SWIFT_ENUM_EXTRA)
731
- # define SWIFT_ENUM_EXTRA
732
- #endif
733
- #if !defined(SWIFT_CLASS)
734
- # if __has_attribute(objc_subclassing_restricted)
735
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
736
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
737
- # else
738
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
739
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
740
- # endif
741
- #endif
742
- #if !defined(SWIFT_RESILIENT_CLASS)
743
- # if __has_attribute(objc_class_stub)
744
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
745
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
746
- # else
747
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
748
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
749
- # endif
750
- #endif
751
-
752
- #if !defined(SWIFT_PROTOCOL)
753
- # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
754
- # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
755
- #endif
756
-
757
- #if !defined(SWIFT_EXTENSION)
758
- # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
759
- #endif
760
-
761
- #if !defined(OBJC_DESIGNATED_INITIALIZER)
762
- # if __has_attribute(objc_designated_initializer)
763
- # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
764
- # else
765
- # define OBJC_DESIGNATED_INITIALIZER
766
- # endif
767
- #endif
768
- #if !defined(SWIFT_ENUM_ATTR)
769
- # if defined(__has_attribute) && __has_attribute(enum_extensibility)
770
- # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
771
- # else
772
- # define SWIFT_ENUM_ATTR(_extensibility)
773
- # endif
774
- #endif
775
- #if !defined(SWIFT_ENUM)
776
- # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
777
- # if __has_feature(generalized_swift_name)
778
- # 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
779
- # else
780
- # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
781
- # endif
782
- #endif
783
- #if !defined(SWIFT_UNAVAILABLE)
784
- # define SWIFT_UNAVAILABLE __attribute__((unavailable))
785
- #endif
786
- #if !defined(SWIFT_UNAVAILABLE_MSG)
787
- # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
788
- #endif
789
- #if !defined(SWIFT_AVAILABILITY)
790
- # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
791
- #endif
792
- #if !defined(SWIFT_WEAK_IMPORT)
793
- # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
794
- #endif
795
- #if !defined(SWIFT_DEPRECATED)
796
- # define SWIFT_DEPRECATED __attribute__((deprecated))
797
- #endif
798
- #if !defined(SWIFT_DEPRECATED_MSG)
799
- # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
800
- #endif
801
- #if __has_feature(attribute_diagnose_if_objc)
802
- # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
803
- #else
804
- # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
805
- #endif
806
- #if !defined(IBSegueAction)
807
- # define IBSegueAction
808
- #endif
809
- #if !defined(SWIFT_EXTERN)
810
- # if defined(__cplusplus)
811
- # define SWIFT_EXTERN extern "C"
812
- # else
813
- # define SWIFT_EXTERN extern
814
- # endif
815
- #endif
816
- #if __has_feature(modules)
817
- #if __has_warning("-Watimport-in-framework-header")
818
- #pragma clang diagnostic ignored "-Watimport-in-framework-header"
819
- #endif
820
- @import CoreGraphics;
821
- @import Foundation;
822
- @import ObjectiveC;
823
- @import UIKit;
824
- #endif
825
-
826
- #import <ipworks3ds_sdk/ipworks3ds_sdk.h>
827
-
828
- #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
829
- #pragma clang diagnostic ignored "-Wduplicate-method-arg"
830
- #if __has_warning("-Wpragma-clang-attribute")
831
- # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
832
- #endif
833
- #pragma clang diagnostic ignored "-Wunknown-pragmas"
834
- #pragma clang diagnostic ignored "-Wnullability"
835
-
836
- #if __has_attribute(external_source_symbol)
837
- # pragma push_macro("any")
838
- # undef any
839
- # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ipworks3ds_sdk",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
840
- # pragma pop_macro("any")
841
- #endif
842
-
843
- @class NSString;
844
-
845
- SWIFT_CLASS("_TtC14ipworks3ds_sdk31AuthenticationRequestParameters")
846
- @interface AuthenticationRequestParameters : NSObject
847
- - (NSString * _Nonnull)getDeviceData SWIFT_WARN_UNUSED_RESULT;
848
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
849
- - (NSString * _Nonnull)getSDKAppID SWIFT_WARN_UNUSED_RESULT;
850
- - (NSString * _Nonnull)getSDKReferenceNumber SWIFT_WARN_UNUSED_RESULT;
851
- - (NSString * _Nonnull)getSDKEphemeralPublicKey SWIFT_WARN_UNUSED_RESULT;
852
- - (NSString * _Nonnull)getMessageVersion SWIFT_WARN_UNUSED_RESULT;
853
- - (NSString * _Nonnull)getAuthRequest SWIFT_WARN_UNUSED_RESULT;
854
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
855
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
856
- @end
857
-
858
- @class UIColor;
859
-
860
- SWIFT_CLASS("_TtC14ipworks3ds_sdk13Customization")
861
- @interface Customization : NSObject
862
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
863
- - (BOOL)setTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
864
- - (BOOL)setTextColorWithHexColorCode:(NSString * _Nullable)hexColorCode error:(NSError * _Nullable * _Nullable)error;
865
- - (void)setTextColorWithColor:(UIColor * _Nullable)color;
866
- - (BOOL)setTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
867
- - (NSString * _Nullable)getTextFontName SWIFT_WARN_UNUSED_RESULT;
868
- - (UIColor * _Nullable)getTextColor SWIFT_WARN_UNUSED_RESULT;
869
- - (NSString * _Nullable)getTextColorHex SWIFT_WARN_UNUSED_RESULT;
870
- - (NSInteger)getTextFontSize SWIFT_WARN_UNUSED_RESULT;
871
- @end
872
-
873
-
874
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ButtonCustomization")
875
- @interface ButtonCustomization : Customization
876
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
877
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
878
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
879
- - (BOOL)setHeightWithHeight:(CGFloat)height error:(NSError * _Nullable * _Nullable)error;
880
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
881
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
882
- - (CGFloat)getHeight SWIFT_WARN_UNUSED_RESULT;
883
- - (void)setPaddingWithEdge:(UIEdgeInsets)edge;
884
- @end
885
-
886
- typedef SWIFT_ENUM(NSInteger, ButtonType, open) {
887
- ButtonTypeSUBMIT = 0,
888
- ButtonTypeCONTINUE = 1,
889
- ButtonTypeNEXT = 2,
890
- ButtonTypeCANCEL = 3,
891
- ButtonTypeRESEND = 4,
892
- };
893
-
894
-
895
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ChallengeParameters")
896
- @interface ChallengeParameters : NSObject
897
- - (nonnull instancetype)initWithThreeDSServerAuthResponse:(NSString * _Nonnull)threeDSServerAuthResponse OBJC_DESIGNATED_INITIALIZER;
898
- - (nonnull instancetype)initWithThreeDSServerTransactionID:(NSString * _Nonnull)threeDSServerTransactionID acsTransactionID:(NSString * _Nonnull)acsTransactionID acsRefNumber:(NSString * _Nonnull)acsRefNumber acsSignedContent:(NSString * _Nonnull)acsSignedContent threeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL OBJC_DESIGNATED_INITIALIZER;
899
- - (void)set3DSServerTransactionID:(NSString * _Nonnull)transactionID;
900
- - (void)setAcsTransactionID:(NSString * _Nonnull)transactionID;
901
- - (void)setAcsRefNumber:(NSString * _Nonnull)refNumber;
902
- - (void)setAcsSignedContent:(NSString * _Nonnull)signedContent;
903
- - (NSString * _Nonnull)get3DSServerTransactionID SWIFT_WARN_UNUSED_RESULT;
904
- - (NSString * _Nonnull)getAcsTransactionID SWIFT_WARN_UNUSED_RESULT;
905
- - (NSString * _Nonnull)getAcsRefNumber SWIFT_WARN_UNUSED_RESULT;
906
- - (NSString * _Nonnull)getAcsSignedContent SWIFT_WARN_UNUSED_RESULT;
907
- - (NSString * _Nonnull)getThreeDSRequestorAppURL SWIFT_WARN_UNUSED_RESULT;
908
- - (void)setThreeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL;
909
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
910
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
911
- @end
912
-
913
- @class CompletionEvent;
914
- @class ProtocolErrorEvent;
915
- @class RuntimeErrorEvent;
916
-
917
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk23ChallengeStatusReceiver_")
918
- @protocol ChallengeStatusReceiver
919
- - (void)completed:(CompletionEvent * _Nonnull)completionEvent;
920
- - (void)cancelled;
921
- - (void)timedout;
922
- - (void)protocolError:(ProtocolErrorEvent * _Nonnull)protocolErrorEvent;
923
- - (void)runtimeError:(RuntimeErrorEvent * _Nonnull)runtimeErrorEvent;
924
- @end
925
-
926
- @class NSData;
927
-
928
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk19ClientEventListener_")
929
- @protocol ClientEventListener
930
- - (void)onDataPacketIn:(NSData * _Nonnull)dataPacket;
931
- - (void)onDataPacketOut:(NSData * _Nonnull)dataPacket;
932
- - (void)onError:(int32_t)errorCode :(NSString * _Nonnull)description;
933
- - (void)onLog:(int32_t)logLevel :(NSString * _Nonnull)message :(NSString * _Nonnull)logType;
934
- - (void)onSSLServerAuthentication:(NSData * _Nonnull)certEncoded :(NSString * _Nonnull)certSubject :(NSString * _Nonnull)certIssuer :(NSString * _Nonnull)status :(int32_t * _Nonnull)accept;
935
- - (void)onSSLStatus:(NSString * _Nonnull)message;
936
- @end
937
-
938
-
939
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15CompletionEvent")
940
- @interface CompletionEvent : NSObject
941
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
942
- - (NSString * _Nonnull)getTransactionStatus SWIFT_WARN_UNUSED_RESULT;
943
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
944
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
945
- @end
946
-
947
-
948
- SWIFT_CLASS("_TtC14ipworks3ds_sdk16ConfigParameters")
949
- @interface ConfigParameters : NSObject
950
- - (BOOL)addParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName paramValue:(NSString * _Nullable)paramValue error:(NSError * _Nullable * _Nullable)error;
951
- - (NSString * _Nullable)getParamValueWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
952
- - (NSString * _Nullable)removeParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
953
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
954
- @end
955
-
956
- @class DirectoryServerInfo;
957
-
958
- SWIFT_CLASS("_TtC14ipworks3ds_sdk23ConfigParametersBuilder")
959
- @interface ConfigParametersBuilder : NSObject
960
- - (nonnull instancetype)initWithDirectoryServerInfoList:(NSArray<DirectoryServerInfo *> * _Nullable)directoryServerInfoList runtimeLicense:(NSString * _Nonnull)runtimeLicense deviceParameterBlacklist:(NSArray<NSString *> * _Nullable)deviceParameterBlacklist clientConfig:(NSArray<NSString *> * _Nullable)clientConfig appBundleID:(NSString * _Nonnull)appBundleID OBJC_DESIGNATED_INITIALIZER;
961
- - (ConfigParameters * _Nullable)buildAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
962
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
963
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
964
- @end
965
-
966
-
967
-
968
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19DirectoryServerInfo")
969
- @interface DirectoryServerInfo : NSObject
970
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CA:(NSString * _Nonnull)CA OBJC_DESIGNATED_INITIALIZER;
971
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CAs:(NSArray<NSString *> * _Nonnull)CAs OBJC_DESIGNATED_INITIALIZER;
972
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
973
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
974
- @end
975
-
976
-
977
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ErrorMessage")
978
- @interface ErrorMessage : NSObject
979
- - (NSString * _Nonnull)getTransactionID SWIFT_WARN_UNUSED_RESULT;
980
- - (NSString * _Nonnull)getErrorCode SWIFT_WARN_UNUSED_RESULT;
981
- - (NSString * _Nonnull)getErrorDescription SWIFT_WARN_UNUSED_RESULT;
982
- - (NSString * _Nonnull)getErrorDetails SWIFT_WARN_UNUSED_RESULT;
983
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
984
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
985
- @end
986
-
987
-
988
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18GlobalUserDefaults")
989
- @interface GlobalUserDefaults : NSObject <EventRandomStr>
990
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
991
- - (void)byWordWrappingVisibleViewController:(NSData * _Null_unspecified)dataPacket;
992
- - (void)imageNameTransStatus:(NSData * _Null_unspecified)dataPacket;
993
- - (void)impFrameworkStubHelperSection:(int32_t)errorCode :(NSString * _Null_unspecified)description;
994
- - (void)getUITypeVtArray:(int32_t)logLevel :(NSString * _Null_unspecified)message :(NSString * _Null_unspecified)logType;
995
- - (void)overlayMainResourcePath:(NSData * _Null_unspecified)certEncoded :(NSString * _Null_unspecified)certSubject :(NSString * _Null_unspecified)certIssuer :(NSString * _Null_unspecified)status :(int32_t * _Nonnull)accept;
996
- - (void)hasPrefixRemainStr:(NSString * _Null_unspecified)message;
997
- @end
998
-
999
-
1000
- SWIFT_CLASS("_TtC14ipworks3ds_sdk10ImmloAlert")
1001
- @interface ImmloAlert : NSObject
1002
- + (void)addTargetBindingInfoOffset;
1003
- + (void)getThreeDSRequestorAppURLForkType;
1004
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1005
- @end
1006
-
1007
- enum LabelType : NSInteger;
1008
-
1009
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18LabelCustomization")
1010
- @interface LabelCustomization : Customization
1011
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1012
- - (void)setHeadingTextColorWithColor:(UIColor * _Nullable)color;
1013
- - (BOOL)setHeadingTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
1014
- - (BOOL)setHeadingTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
1015
- - (BOOL)setHeadingTextAlignmentWithTextAlignment:(NSTextAlignment)textAlignment error:(NSError * _Nullable * _Nullable)error;
1016
- - (BOOL)setPaddingForLabelType:(enum LabelType)forLabelType edge:(UIEdgeInsets)edge error:(NSError * _Nullable * _Nullable)error;
1017
- - (BOOL)setBackgroundColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
1018
- - (BOOL)setTextColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
1019
- - (BOOL)setTextFontNameForLabelType:(enum LabelType)forLabelType fontName:(NSString * _Nonnull)fontName error:(NSError * _Nullable * _Nullable)error;
1020
- - (BOOL)setTextFontSizeForLabelType:(enum LabelType)forLabelType fontSize:(CGFloat)fontSize error:(NSError * _Nullable * _Nullable)error;
1021
- - (UIColor * _Nullable)getHeadingTextColor SWIFT_WARN_UNUSED_RESULT;
1022
- - (NSString * _Nullable)getHeadingTextFontName SWIFT_WARN_UNUSED_RESULT;
1023
- - (NSInteger)getHeadingTextFontSize SWIFT_WARN_UNUSED_RESULT;
1024
- - (NSTextAlignment)getHeadingTextAlignment SWIFT_WARN_UNUSED_RESULT;
1025
- @end
1026
-
1027
- typedef SWIFT_ENUM(NSInteger, LabelType, open) {
1028
- LabelTypeINFO_HEADER = 0,
1029
- LabelTypeINFO_TEXT = 1,
1030
- LabelTypeINFO_LABEL = 2,
1031
- LabelTypeWHITELIST = 3,
1032
- LabelTypeWHY_INFO = 4,
1033
- LabelTypeWHY_INFO_TEXT = 5,
1034
- LabelTypeEXPANDABLE_INFO = 6,
1035
- LabelTypeEXPANDABLE_INFO_TEXT = 7,
1036
- LabelTypeSELECTION_LIST = 8,
1037
- };
1038
-
1039
-
1040
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ProgressView")
1041
- @interface ProgressView : NSObject
1042
- - (void)show;
1043
- - (void)close;
1044
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1045
- @end
1046
-
1047
-
1048
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18ProtocolErrorEvent")
1049
- @interface ProtocolErrorEvent : NSObject
1050
- - (ErrorMessage * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
1051
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
1052
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1053
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1054
- @end
1055
-
1056
-
1057
- SWIFT_CLASS("_TtC14ipworks3ds_sdk17RuntimeErrorEvent")
1058
- @interface RuntimeErrorEvent : NSObject
1059
- - (NSString * _Nullable)getErrorCode SWIFT_WARN_UNUSED_RESULT;
1060
- - (NSString * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
1061
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1062
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1063
- @end
1064
-
1065
- typedef SWIFT_ENUM(NSInteger, SecurityEvent, open) {
1066
- SecurityEventROOT = 0,
1067
- SecurityEventTAMPERED = 1,
1068
- SecurityEventINSTALLED_FROM_UNTRUSTED_STORE = 2,
1069
- SecurityEventHOOK = 3,
1070
- SecurityEventEMULATOR = 4,
1071
- SecurityEventDEBUGGING = 5,
1072
- SecurityEventDEBUG_ENABLED = 6,
1073
- };
1074
-
1075
- enum Severity : NSInteger;
1076
-
1077
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk21SecurityEventListener_")
1078
- @protocol SecurityEventListener
1079
- - (void)alarm:(enum Severity)severity :(enum SecurityEvent)event;
1080
- @end
1081
-
1082
- typedef SWIFT_ENUM(NSInteger, Severity, open) {
1083
- SeverityLOW = 0,
1084
- SeverityMEDIUM = 1,
1085
- SeverityHIGH = 2,
1086
- };
1087
-
1088
-
1089
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20TextBoxCustomization")
1090
- @interface TextBoxCustomization : Customization
1091
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1092
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
1093
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
1094
- - (BOOL)setBorderWidthWithBorderWidth:(NSInteger)borderWidth error:(NSError * _Nullable * _Nullable)error;
1095
- - (void)setBorderColorWithColor:(UIColor * _Nullable)color;
1096
- - (NSInteger)getBorderWidth SWIFT_WARN_UNUSED_RESULT;
1097
- - (UIColor * _Nullable)getBorderColor SWIFT_WARN_UNUSED_RESULT;
1098
- @end
1099
-
1100
- @class NSBundle;
1101
- @class UiCustomization;
1102
- @class Transaction;
1103
- @class Warning;
1104
-
1105
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15ThreeDS2Service")
1106
- @interface ThreeDS2Service : NSObject
1107
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1108
- - (nonnull instancetype)initWithBundle:(NSBundle * _Nonnull)bundle OBJC_DESIGNATED_INITIALIZER;
1109
- /// The 3DS Requestor App calls the initialize method at the start of the
1110
- /// payment stage of a transaction. The app passes configuration parameters,
1111
- /// UI configuration parameters, and (optionally) user locale to this method.
1112
- /// Note: Until the ThreeDS2Service instance is initialized, it shall be
1113
- /// unusable.
1114
- /// The following tasks are performed during initialization:
1115
- /// <ul>
1116
- /// <li>
1117
- /// Security checks
1118
- /// </li>
1119
- /// <li>
1120
- /// Collection of device information for all versions of the protocol
1121
- /// </li>
1122
- /// </ul>
1123
- /// that the SDK supports. For more information about the device
1124
- /// identification parameters that shall be collected, refer to EMV 3-D
1125
- /// Secure SDK - Device Information.
1126
- /// Depending on the 3DS Requestor App implementation, a ThreeDS2Service
1127
- /// instance is called either during 3DS Requestor App startup as a
1128
- /// background task or when a transaction is initiated. The state is
1129
- /// maintained until the cleanup method is called.
1130
- /// \param configParameters Configuration information that shall be used
1131
- /// during initialization. For more information, see Class ConfigParameters.
1132
- ///
1133
- /// \param locale (optional) String that represents the locale for the app’s
1134
- /// user interface. For example, the value of locale can be “en_US” in Java.
1135
- /// Note: If this parameter is not provided, then the default device locale
1136
- /// is used.
1137
- ///
1138
- /// \param uiCustomization (optional) UI configuration information that is
1139
- /// used to specify the UI layout and theme. For example, font style and font
1140
- /// size. For more information, see Class UiCustomization.
1141
- ///
1142
- /// \param clientEventListener TBD
1143
- ///
1144
- ///
1145
- /// throws:
1146
- ///
1147
- /// <ul>
1148
- /// <li>
1149
- /// InvalidInputException: This exception shall be thrown in any of
1150
- /// the following scenarios:
1151
- /// <ul>
1152
- /// <li>
1153
- /// configParameters is null.
1154
- /// </li>
1155
- /// <li>
1156
- /// The value of configParameters, locale, or uiCustomization is
1157
- /// </li>
1158
- /// </ul>
1159
- /// invalid.
1160
- /// For more information, see Class InvalidInputException.
1161
- /// </li>
1162
- /// <li>
1163
- /// SDKAlreadyInitializedException This exception shall be thrown if
1164
- /// the 3DS SDK instance has already been initialized.
1165
- /// </li>
1166
- /// <li>
1167
- /// SDKRuntimeException This exception shall be thrown if an internal
1168
- /// error is encountered by the 3DS SDK.
1169
- /// </li>
1170
- /// </ul>
1171
- - (BOOL)initializeWithConfigParameters:(ConfigParameters * _Nullable)configParameters locale:(NSString * _Nullable)locale uiCustomization:(UiCustomization * _Nullable)uiCustomization clientEventListener:(id <ClientEventListener> _Nullable)clientEventListener securityEventListener:(id <SecurityEventListener> _Nullable)securityEventListener error:(NSError * _Nullable * _Nullable)error;
1172
- - (Transaction * _Nullable)createTransaction:(NSString * _Nonnull)directoryServerID :(NSString * _Nullable)messageVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1173
- - (BOOL)cleanupAndReturnError:(NSError * _Nullable * _Nullable)error;
1174
- - (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1175
- - (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1176
- @end
1177
-
1178
-
1179
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20ToolbarCustomization")
1180
- @interface ToolbarCustomization : Customization
1181
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1182
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
1183
- - (BOOL)setHeaderTextWithHeaderText:(NSString * _Nullable)headerText error:(NSError * _Nullable * _Nullable)error;
1184
- - (BOOL)setButtonTextWithButtonText:(NSString * _Nullable)buttonText error:(NSError * _Nullable * _Nullable)error;
1185
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
1186
- - (NSString * _Nullable)getHeaderText SWIFT_WARN_UNUSED_RESULT;
1187
- - (NSString * _Nullable)getButtonText SWIFT_WARN_UNUSED_RESULT;
1188
- @end
1189
-
1190
- @class UIViewController;
1191
-
1192
- SWIFT_CLASS("_TtC14ipworks3ds_sdk11Transaction")
1193
- @interface Transaction : NSObject
1194
- - (AuthenticationRequestParameters * _Nullable)getAuthenticationRequestParametersAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1195
- - (BOOL)doChallengeWithRootViewController:(UIViewController * _Nonnull)rootViewController challengeParameters:(ChallengeParameters * _Nonnull)challengeParameters challengeStatusReceiver:(id <ChallengeStatusReceiver> _Nonnull)challengeStatusReceiver timeout:(NSInteger)timeout error:(NSError * _Nullable * _Nullable)error;
1196
- - (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1197
- - (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
1198
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1199
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1200
- @end
1201
-
1202
-
1203
-
1204
-
1205
-
1206
-
1207
-
1208
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15UiCustomization")
1209
- @interface UiCustomization : NSObject
1210
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1211
- - (BOOL)setButtonCustomizationWithButtonCustomization:(ButtonCustomization * _Nonnull)buttonCustomization buttonType:(enum ButtonType)buttonType error:(NSError * _Nullable * _Nullable)error;
1212
- - (BOOL)setToolbarCustomizationWithToolbarCustomization:(ToolbarCustomization * _Nonnull)toolbarCustomization error:(NSError * _Nullable * _Nullable)error;
1213
- - (BOOL)setLabelCustomizationWithLabelCustomization:(LabelCustomization * _Nonnull)labelCustomization error:(NSError * _Nullable * _Nullable)error;
1214
- - (BOOL)setTextBoxCustomizationWithTextBoxCustomization:(TextBoxCustomization * _Nonnull)textBoxCustomization error:(NSError * _Nullable * _Nullable)error;
1215
- - (ButtonCustomization * _Nonnull)getButtonCustomizationWithButtonType:(enum ButtonType)buttonType SWIFT_WARN_UNUSED_RESULT;
1216
- - (ToolbarCustomization * _Nonnull)getToolbarCustomization SWIFT_WARN_UNUSED_RESULT;
1217
- - (LabelCustomization * _Nonnull)getLabelCustomization SWIFT_WARN_UNUSED_RESULT;
1218
- - (TextBoxCustomization * _Nonnull)getTextBoxCustomization SWIFT_WARN_UNUSED_RESULT;
1219
- - (void)setBackgroundWithColor:(UIColor * _Nullable)color;
1220
- /// \param position 0 – Right, 1 – Left, 2 – Hide
1221
- ///
1222
- - (void)setInformationZoneIconPosition:(NSInteger)position;
1223
- - (void)setBrandingZoneLogoGap:(CGFloat)value;
1224
- @end
1225
-
1226
-
1227
- SWIFT_CLASS("_TtC14ipworks3ds_sdk7Warning")
1228
- @interface Warning : NSObject
1229
- - (NSString * _Nonnull)getID SWIFT_WARN_UNUSED_RESULT;
1230
- - (NSString * _Nonnull)getMessage SWIFT_WARN_UNUSED_RESULT;
1231
- - (enum Severity)getSeverity SWIFT_WARN_UNUSED_RESULT;
1232
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1233
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1234
- @end
1235
-
1236
- #if __has_attribute(external_source_symbol)
1237
- # pragma clang attribute pop
1238
- #endif
1239
- #pragma clang diagnostic pop
1240
- #endif
1241
-
1242
- #elif defined(__i386__) && __i386__
1243
- // Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
1244
- #ifndef IPWORKS3DS_SDK_SWIFT_H
1245
- #define IPWORKS3DS_SDK_SWIFT_H
1246
- #pragma clang diagnostic push
1247
- #pragma clang diagnostic ignored "-Wgcc-compat"
1248
-
1249
- #if !defined(__has_include)
1250
- # define __has_include(x) 0
1251
- #endif
1252
- #if !defined(__has_attribute)
1253
- # define __has_attribute(x) 0
1254
- #endif
1255
- #if !defined(__has_feature)
1256
- # define __has_feature(x) 0
1257
- #endif
1258
- #if !defined(__has_warning)
1259
- # define __has_warning(x) 0
1260
- #endif
1261
-
1262
- #if __has_include(<swift/objc-prologue.h>)
1263
- # include <swift/objc-prologue.h>
1264
- #endif
1265
-
1266
- #pragma clang diagnostic ignored "-Wauto-import"
1267
- #include <Foundation/Foundation.h>
1268
- #include <stdint.h>
1269
- #include <stddef.h>
1270
- #include <stdbool.h>
1271
-
1272
- #if !defined(SWIFT_TYPEDEFS)
1273
- # define SWIFT_TYPEDEFS 1
1274
- # if __has_include(<uchar.h>)
1275
- # include <uchar.h>
1276
- # elif !defined(__cplusplus)
1277
- typedef uint_least16_t char16_t;
1278
- typedef uint_least32_t char32_t;
1279
- # endif
1280
- typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
1281
- typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
1282
- typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
1283
- typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
1284
- typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
1285
- typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
1286
- typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
1287
- typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
1288
- typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
1289
- typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
1290
- typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
1291
- typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
1292
- #endif
1293
-
1294
- #if !defined(SWIFT_PASTE)
1295
- # define SWIFT_PASTE_HELPER(x, y) x##y
1296
- # define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
1297
- #endif
1298
- #if !defined(SWIFT_METATYPE)
1299
- # define SWIFT_METATYPE(X) Class
1300
- #endif
1301
- #if !defined(SWIFT_CLASS_PROPERTY)
1302
- # if __has_feature(objc_class_property)
1303
- # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
1304
- # else
1305
- # define SWIFT_CLASS_PROPERTY(...)
1306
- # endif
1307
- #endif
1308
-
1309
- #if __has_attribute(objc_runtime_name)
1310
- # define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
1311
- #else
1312
- # define SWIFT_RUNTIME_NAME(X)
1313
- #endif
1314
- #if __has_attribute(swift_name)
1315
- # define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
1316
- #else
1317
- # define SWIFT_COMPILE_NAME(X)
1318
- #endif
1319
- #if __has_attribute(objc_method_family)
1320
- # define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
1321
- #else
1322
- # define SWIFT_METHOD_FAMILY(X)
1323
- #endif
1324
- #if __has_attribute(noescape)
1325
- # define SWIFT_NOESCAPE __attribute__((noescape))
1326
- #else
1327
- # define SWIFT_NOESCAPE
1328
- #endif
1329
- #if __has_attribute(ns_consumed)
1330
- # define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
1331
- #else
1332
- # define SWIFT_RELEASES_ARGUMENT
1333
- #endif
1334
- #if __has_attribute(warn_unused_result)
1335
- # define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
1336
- #else
1337
- # define SWIFT_WARN_UNUSED_RESULT
1338
- #endif
1339
- #if __has_attribute(noreturn)
1340
- # define SWIFT_NORETURN __attribute__((noreturn))
1341
- #else
1342
- # define SWIFT_NORETURN
1343
- #endif
1344
- #if !defined(SWIFT_CLASS_EXTRA)
1345
- # define SWIFT_CLASS_EXTRA
1346
- #endif
1347
- #if !defined(SWIFT_PROTOCOL_EXTRA)
1348
- # define SWIFT_PROTOCOL_EXTRA
1349
- #endif
1350
- #if !defined(SWIFT_ENUM_EXTRA)
1351
- # define SWIFT_ENUM_EXTRA
1352
- #endif
1353
- #if !defined(SWIFT_CLASS)
1354
- # if __has_attribute(objc_subclassing_restricted)
1355
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
1356
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
1357
- # else
1358
- # define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
1359
- # define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
1360
- # endif
1361
- #endif
1362
- #if !defined(SWIFT_RESILIENT_CLASS)
1363
- # if __has_attribute(objc_class_stub)
1364
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
1365
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
1366
- # else
1367
- # define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
1368
- # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
1369
- # endif
1370
- #endif
1371
-
1372
- #if !defined(SWIFT_PROTOCOL)
1373
- # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
1374
- # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
1375
- #endif
1376
-
1377
- #if !defined(SWIFT_EXTENSION)
1378
- # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
1379
- #endif
1380
-
1381
- #if !defined(OBJC_DESIGNATED_INITIALIZER)
1382
- # if __has_attribute(objc_designated_initializer)
1383
- # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
1384
- # else
1385
- # define OBJC_DESIGNATED_INITIALIZER
1386
- # endif
1387
- #endif
1388
- #if !defined(SWIFT_ENUM_ATTR)
1389
- # if defined(__has_attribute) && __has_attribute(enum_extensibility)
1390
- # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
1391
- # else
1392
- # define SWIFT_ENUM_ATTR(_extensibility)
1393
- # endif
1394
- #endif
1395
- #if !defined(SWIFT_ENUM)
1396
- # define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
1397
- # if __has_feature(generalized_swift_name)
1398
- # 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
1399
- # else
1400
- # define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
1401
- # endif
1402
- #endif
1403
- #if !defined(SWIFT_UNAVAILABLE)
1404
- # define SWIFT_UNAVAILABLE __attribute__((unavailable))
1405
- #endif
1406
- #if !defined(SWIFT_UNAVAILABLE_MSG)
1407
- # define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
1408
- #endif
1409
- #if !defined(SWIFT_AVAILABILITY)
1410
- # define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
1411
- #endif
1412
- #if !defined(SWIFT_WEAK_IMPORT)
1413
- # define SWIFT_WEAK_IMPORT __attribute__((weak_import))
1414
- #endif
1415
- #if !defined(SWIFT_DEPRECATED)
1416
- # define SWIFT_DEPRECATED __attribute__((deprecated))
1417
- #endif
1418
- #if !defined(SWIFT_DEPRECATED_MSG)
1419
- # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
1420
- #endif
1421
- #if __has_feature(attribute_diagnose_if_objc)
1422
- # define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
1423
- #else
1424
- # define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
1425
- #endif
1426
- #if !defined(IBSegueAction)
1427
- # define IBSegueAction
1428
- #endif
1429
- #if !defined(SWIFT_EXTERN)
1430
- # if defined(__cplusplus)
1431
- # define SWIFT_EXTERN extern "C"
1432
- # else
1433
- # define SWIFT_EXTERN extern
1434
- # endif
1435
- #endif
1436
- #if __has_feature(modules)
1437
- #if __has_warning("-Watimport-in-framework-header")
1438
- #pragma clang diagnostic ignored "-Watimport-in-framework-header"
1439
- #endif
1440
- @import CoreGraphics;
1441
- @import Foundation;
1442
- @import ObjectiveC;
1443
- @import UIKit;
1444
- #endif
1445
-
1446
- #import <ipworks3ds_sdk/ipworks3ds_sdk.h>
1447
-
1448
- #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
1449
- #pragma clang diagnostic ignored "-Wduplicate-method-arg"
1450
- #if __has_warning("-Wpragma-clang-attribute")
1451
- # pragma clang diagnostic ignored "-Wpragma-clang-attribute"
1452
- #endif
1453
- #pragma clang diagnostic ignored "-Wunknown-pragmas"
1454
- #pragma clang diagnostic ignored "-Wnullability"
1455
-
1456
- #if __has_attribute(external_source_symbol)
1457
- # pragma push_macro("any")
1458
- # undef any
1459
- # pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="ipworks3ds_sdk",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
1460
- # pragma pop_macro("any")
1461
- #endif
1462
-
1463
- @class NSString;
1464
-
1465
- SWIFT_CLASS("_TtC14ipworks3ds_sdk31AuthenticationRequestParameters")
1466
- @interface AuthenticationRequestParameters : NSObject
1467
- - (NSString * _Nonnull)getDeviceData SWIFT_WARN_UNUSED_RESULT;
1468
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
1469
- - (NSString * _Nonnull)getSDKAppID SWIFT_WARN_UNUSED_RESULT;
1470
- - (NSString * _Nonnull)getSDKReferenceNumber SWIFT_WARN_UNUSED_RESULT;
1471
- - (NSString * _Nonnull)getSDKEphemeralPublicKey SWIFT_WARN_UNUSED_RESULT;
1472
- - (NSString * _Nonnull)getMessageVersion SWIFT_WARN_UNUSED_RESULT;
1473
- - (NSString * _Nonnull)getAuthRequest SWIFT_WARN_UNUSED_RESULT;
1474
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1475
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1476
- @end
1477
-
1478
- @class UIColor;
1479
-
1480
- SWIFT_CLASS("_TtC14ipworks3ds_sdk13Customization")
1481
- @interface Customization : NSObject
1482
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1483
- - (BOOL)setTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
1484
- - (BOOL)setTextColorWithHexColorCode:(NSString * _Nullable)hexColorCode error:(NSError * _Nullable * _Nullable)error;
1485
- - (void)setTextColorWithColor:(UIColor * _Nullable)color;
1486
- - (BOOL)setTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
1487
- - (NSString * _Nullable)getTextFontName SWIFT_WARN_UNUSED_RESULT;
1488
- - (UIColor * _Nullable)getTextColor SWIFT_WARN_UNUSED_RESULT;
1489
- - (NSString * _Nullable)getTextColorHex SWIFT_WARN_UNUSED_RESULT;
1490
- - (NSInteger)getTextFontSize SWIFT_WARN_UNUSED_RESULT;
1491
- @end
1492
-
1493
-
1494
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ButtonCustomization")
1495
- @interface ButtonCustomization : Customization
1496
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1497
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
1498
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
1499
- - (BOOL)setHeightWithHeight:(CGFloat)height error:(NSError * _Nullable * _Nullable)error;
1500
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
1501
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
1502
- - (CGFloat)getHeight SWIFT_WARN_UNUSED_RESULT;
1503
- - (void)setPaddingWithEdge:(UIEdgeInsets)edge;
1504
- @end
1505
-
1506
- typedef SWIFT_ENUM(NSInteger, ButtonType, open) {
1507
- ButtonTypeSUBMIT = 0,
1508
- ButtonTypeCONTINUE = 1,
1509
- ButtonTypeNEXT = 2,
1510
- ButtonTypeCANCEL = 3,
1511
- ButtonTypeRESEND = 4,
1512
- };
1513
-
1514
-
1515
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19ChallengeParameters")
1516
- @interface ChallengeParameters : NSObject
1517
- - (nonnull instancetype)initWithThreeDSServerAuthResponse:(NSString * _Nonnull)threeDSServerAuthResponse OBJC_DESIGNATED_INITIALIZER;
1518
- - (nonnull instancetype)initWithThreeDSServerTransactionID:(NSString * _Nonnull)threeDSServerTransactionID acsTransactionID:(NSString * _Nonnull)acsTransactionID acsRefNumber:(NSString * _Nonnull)acsRefNumber acsSignedContent:(NSString * _Nonnull)acsSignedContent threeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL OBJC_DESIGNATED_INITIALIZER;
1519
- - (void)set3DSServerTransactionID:(NSString * _Nonnull)transactionID;
1520
- - (void)setAcsTransactionID:(NSString * _Nonnull)transactionID;
1521
- - (void)setAcsRefNumber:(NSString * _Nonnull)refNumber;
1522
- - (void)setAcsSignedContent:(NSString * _Nonnull)signedContent;
1523
- - (NSString * _Nonnull)get3DSServerTransactionID SWIFT_WARN_UNUSED_RESULT;
1524
- - (NSString * _Nonnull)getAcsTransactionID SWIFT_WARN_UNUSED_RESULT;
1525
- - (NSString * _Nonnull)getAcsRefNumber SWIFT_WARN_UNUSED_RESULT;
1526
- - (NSString * _Nonnull)getAcsSignedContent SWIFT_WARN_UNUSED_RESULT;
1527
- - (NSString * _Nonnull)getThreeDSRequestorAppURL SWIFT_WARN_UNUSED_RESULT;
1528
- - (void)setThreeDSRequestorAppURL:(NSString * _Nonnull)threeDSRequestorAppURL;
1529
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1530
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1531
- @end
1532
-
1533
- @class CompletionEvent;
1534
- @class ProtocolErrorEvent;
1535
- @class RuntimeErrorEvent;
1536
-
1537
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk23ChallengeStatusReceiver_")
1538
- @protocol ChallengeStatusReceiver
1539
- - (void)completed:(CompletionEvent * _Nonnull)completionEvent;
1540
- - (void)cancelled;
1541
- - (void)timedout;
1542
- - (void)protocolError:(ProtocolErrorEvent * _Nonnull)protocolErrorEvent;
1543
- - (void)runtimeError:(RuntimeErrorEvent * _Nonnull)runtimeErrorEvent;
1544
- @end
1545
-
1546
- @class NSData;
1547
-
1548
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk19ClientEventListener_")
1549
- @protocol ClientEventListener
1550
- - (void)onDataPacketIn:(NSData * _Nonnull)dataPacket;
1551
- - (void)onDataPacketOut:(NSData * _Nonnull)dataPacket;
1552
- - (void)onError:(int32_t)errorCode :(NSString * _Nonnull)description;
1553
- - (void)onLog:(int32_t)logLevel :(NSString * _Nonnull)message :(NSString * _Nonnull)logType;
1554
- - (void)onSSLServerAuthentication:(NSData * _Nonnull)certEncoded :(NSString * _Nonnull)certSubject :(NSString * _Nonnull)certIssuer :(NSString * _Nonnull)status :(int32_t * _Nonnull)accept;
1555
- - (void)onSSLStatus:(NSString * _Nonnull)message;
1556
- @end
1557
-
1558
-
1559
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15CompletionEvent")
1560
- @interface CompletionEvent : NSObject
1561
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
1562
- - (NSString * _Nonnull)getTransactionStatus SWIFT_WARN_UNUSED_RESULT;
1563
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1564
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1565
- @end
1566
-
1567
-
1568
- SWIFT_CLASS("_TtC14ipworks3ds_sdk16ConfigParameters")
1569
- @interface ConfigParameters : NSObject
1570
- - (BOOL)addParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName paramValue:(NSString * _Nullable)paramValue error:(NSError * _Nullable * _Nullable)error;
1571
- - (NSString * _Nullable)getParamValueWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1572
- - (NSString * _Nullable)removeParamWithGroup:(NSString * _Nullable)group paramName:(NSString * _Nonnull)paramName error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1573
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1574
- @end
1575
-
1576
- @class DirectoryServerInfo;
1577
-
1578
- SWIFT_CLASS("_TtC14ipworks3ds_sdk23ConfigParametersBuilder")
1579
- @interface ConfigParametersBuilder : NSObject
1580
- - (nonnull instancetype)initWithDirectoryServerInfoList:(NSArray<DirectoryServerInfo *> * _Nullable)directoryServerInfoList runtimeLicense:(NSString * _Nonnull)runtimeLicense deviceParameterBlacklist:(NSArray<NSString *> * _Nullable)deviceParameterBlacklist clientConfig:(NSArray<NSString *> * _Nullable)clientConfig appBundleID:(NSString * _Nonnull)appBundleID OBJC_DESIGNATED_INITIALIZER;
1581
- - (ConfigParameters * _Nullable)buildAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1582
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1583
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1584
- @end
1585
-
1586
-
1587
-
1588
- SWIFT_CLASS("_TtC14ipworks3ds_sdk19DirectoryServerInfo")
1589
- @interface DirectoryServerInfo : NSObject
1590
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CA:(NSString * _Nonnull)CA OBJC_DESIGNATED_INITIALIZER;
1591
- - (nonnull instancetype)initWithRID:(NSString * _Nonnull)RID publicKey:(NSString * _Nonnull)publicKey CAs:(NSArray<NSString *> * _Nonnull)CAs OBJC_DESIGNATED_INITIALIZER;
1592
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1593
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1594
- @end
1595
-
1596
-
1597
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ErrorMessage")
1598
- @interface ErrorMessage : NSObject
1599
- - (NSString * _Nonnull)getTransactionID SWIFT_WARN_UNUSED_RESULT;
1600
- - (NSString * _Nonnull)getErrorCode SWIFT_WARN_UNUSED_RESULT;
1601
- - (NSString * _Nonnull)getErrorDescription SWIFT_WARN_UNUSED_RESULT;
1602
- - (NSString * _Nonnull)getErrorDetails SWIFT_WARN_UNUSED_RESULT;
1603
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1604
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1605
- @end
1606
-
1607
-
1608
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18GlobalUserDefaults")
1609
- @interface GlobalUserDefaults : NSObject <EventRandomStr>
1610
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1611
- - (void)byWordWrappingVisibleViewController:(NSData * _Null_unspecified)dataPacket;
1612
- - (void)imageNameTransStatus:(NSData * _Null_unspecified)dataPacket;
1613
- - (void)impFrameworkStubHelperSection:(int32_t)errorCode :(NSString * _Null_unspecified)description;
1614
- - (void)getUITypeVtArray:(int32_t)logLevel :(NSString * _Null_unspecified)message :(NSString * _Null_unspecified)logType;
1615
- - (void)overlayMainResourcePath:(NSData * _Null_unspecified)certEncoded :(NSString * _Null_unspecified)certSubject :(NSString * _Null_unspecified)certIssuer :(NSString * _Null_unspecified)status :(int32_t * _Nonnull)accept;
1616
- - (void)hasPrefixRemainStr:(NSString * _Null_unspecified)message;
1617
- @end
1618
-
1619
-
1620
- SWIFT_CLASS("_TtC14ipworks3ds_sdk10ImmloAlert")
1621
- @interface ImmloAlert : NSObject
1622
- + (void)addTargetBindingInfoOffset;
1623
- + (void)getThreeDSRequestorAppURLForkType;
1624
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1625
- @end
1626
-
1627
- enum LabelType : NSInteger;
1628
-
1629
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18LabelCustomization")
1630
- @interface LabelCustomization : Customization
1631
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1632
- - (void)setHeadingTextColorWithColor:(UIColor * _Nullable)color;
1633
- - (BOOL)setHeadingTextFontNameWithFontName:(NSString * _Nullable)fontName error:(NSError * _Nullable * _Nullable)error;
1634
- - (BOOL)setHeadingTextFontSizeWithFontSize:(NSInteger)fontSize error:(NSError * _Nullable * _Nullable)error;
1635
- - (BOOL)setHeadingTextAlignmentWithTextAlignment:(NSTextAlignment)textAlignment error:(NSError * _Nullable * _Nullable)error;
1636
- - (BOOL)setPaddingForLabelType:(enum LabelType)forLabelType edge:(UIEdgeInsets)edge error:(NSError * _Nullable * _Nullable)error;
1637
- - (BOOL)setBackgroundColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
1638
- - (BOOL)setTextColorForLabelType:(enum LabelType)forLabelType color:(UIColor * _Nonnull)color error:(NSError * _Nullable * _Nullable)error;
1639
- - (BOOL)setTextFontNameForLabelType:(enum LabelType)forLabelType fontName:(NSString * _Nonnull)fontName error:(NSError * _Nullable * _Nullable)error;
1640
- - (BOOL)setTextFontSizeForLabelType:(enum LabelType)forLabelType fontSize:(CGFloat)fontSize error:(NSError * _Nullable * _Nullable)error;
1641
- - (UIColor * _Nullable)getHeadingTextColor SWIFT_WARN_UNUSED_RESULT;
1642
- - (NSString * _Nullable)getHeadingTextFontName SWIFT_WARN_UNUSED_RESULT;
1643
- - (NSInteger)getHeadingTextFontSize SWIFT_WARN_UNUSED_RESULT;
1644
- - (NSTextAlignment)getHeadingTextAlignment SWIFT_WARN_UNUSED_RESULT;
1645
- @end
1646
-
1647
- typedef SWIFT_ENUM(NSInteger, LabelType, open) {
1648
- LabelTypeINFO_HEADER = 0,
1649
- LabelTypeINFO_TEXT = 1,
1650
- LabelTypeINFO_LABEL = 2,
1651
- LabelTypeWHITELIST = 3,
1652
- LabelTypeWHY_INFO = 4,
1653
- LabelTypeWHY_INFO_TEXT = 5,
1654
- LabelTypeEXPANDABLE_INFO = 6,
1655
- LabelTypeEXPANDABLE_INFO_TEXT = 7,
1656
- LabelTypeSELECTION_LIST = 8,
1657
- };
1658
-
1659
-
1660
- SWIFT_CLASS("_TtC14ipworks3ds_sdk12ProgressView")
1661
- @interface ProgressView : NSObject
1662
- - (void)show;
1663
- - (void)close;
1664
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1665
- @end
1666
-
1667
-
1668
- SWIFT_CLASS("_TtC14ipworks3ds_sdk18ProtocolErrorEvent")
1669
- @interface ProtocolErrorEvent : NSObject
1670
- - (ErrorMessage * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
1671
- - (NSString * _Nonnull)getSDKTransactionID SWIFT_WARN_UNUSED_RESULT;
1672
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1673
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1674
- @end
1675
-
1676
-
1677
- SWIFT_CLASS("_TtC14ipworks3ds_sdk17RuntimeErrorEvent")
1678
- @interface RuntimeErrorEvent : NSObject
1679
- - (NSString * _Nullable)getErrorCode SWIFT_WARN_UNUSED_RESULT;
1680
- - (NSString * _Nonnull)getErrorMessage SWIFT_WARN_UNUSED_RESULT;
1681
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1682
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1683
- @end
1684
-
1685
- typedef SWIFT_ENUM(NSInteger, SecurityEvent, open) {
1686
- SecurityEventROOT = 0,
1687
- SecurityEventTAMPERED = 1,
1688
- SecurityEventINSTALLED_FROM_UNTRUSTED_STORE = 2,
1689
- SecurityEventHOOK = 3,
1690
- SecurityEventEMULATOR = 4,
1691
- SecurityEventDEBUGGING = 5,
1692
- SecurityEventDEBUG_ENABLED = 6,
1693
- };
1694
-
1695
- enum Severity : NSInteger;
1696
-
1697
- SWIFT_PROTOCOL("_TtP14ipworks3ds_sdk21SecurityEventListener_")
1698
- @protocol SecurityEventListener
1699
- - (void)alarm:(enum Severity)severity :(enum SecurityEvent)event;
1700
- @end
1701
-
1702
- typedef SWIFT_ENUM(NSInteger, Severity, open) {
1703
- SeverityLOW = 0,
1704
- SeverityMEDIUM = 1,
1705
- SeverityHIGH = 2,
1706
- };
1707
-
1708
-
1709
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20TextBoxCustomization")
1710
- @interface TextBoxCustomization : Customization
1711
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1712
- - (BOOL)setCornerRadiusWithCornerRadius:(NSInteger)cornerRadius error:(NSError * _Nullable * _Nullable)error;
1713
- - (NSInteger)getCornerRadius SWIFT_WARN_UNUSED_RESULT;
1714
- - (BOOL)setBorderWidthWithBorderWidth:(NSInteger)borderWidth error:(NSError * _Nullable * _Nullable)error;
1715
- - (void)setBorderColorWithColor:(UIColor * _Nullable)color;
1716
- - (NSInteger)getBorderWidth SWIFT_WARN_UNUSED_RESULT;
1717
- - (UIColor * _Nullable)getBorderColor SWIFT_WARN_UNUSED_RESULT;
1718
- @end
1719
-
1720
- @class NSBundle;
1721
- @class UiCustomization;
1722
- @class Transaction;
1723
- @class Warning;
1724
-
1725
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15ThreeDS2Service")
1726
- @interface ThreeDS2Service : NSObject
1727
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1728
- - (nonnull instancetype)initWithBundle:(NSBundle * _Nonnull)bundle OBJC_DESIGNATED_INITIALIZER;
1729
- /// The 3DS Requestor App calls the initialize method at the start of the
1730
- /// payment stage of a transaction. The app passes configuration parameters,
1731
- /// UI configuration parameters, and (optionally) user locale to this method.
1732
- /// Note: Until the ThreeDS2Service instance is initialized, it shall be
1733
- /// unusable.
1734
- /// The following tasks are performed during initialization:
1735
- /// <ul>
1736
- /// <li>
1737
- /// Security checks
1738
- /// </li>
1739
- /// <li>
1740
- /// Collection of device information for all versions of the protocol
1741
- /// </li>
1742
- /// </ul>
1743
- /// that the SDK supports. For more information about the device
1744
- /// identification parameters that shall be collected, refer to EMV 3-D
1745
- /// Secure SDK - Device Information.
1746
- /// Depending on the 3DS Requestor App implementation, a ThreeDS2Service
1747
- /// instance is called either during 3DS Requestor App startup as a
1748
- /// background task or when a transaction is initiated. The state is
1749
- /// maintained until the cleanup method is called.
1750
- /// \param configParameters Configuration information that shall be used
1751
- /// during initialization. For more information, see Class ConfigParameters.
1752
- ///
1753
- /// \param locale (optional) String that represents the locale for the app’s
1754
- /// user interface. For example, the value of locale can be “en_US” in Java.
1755
- /// Note: If this parameter is not provided, then the default device locale
1756
- /// is used.
1757
- ///
1758
- /// \param uiCustomization (optional) UI configuration information that is
1759
- /// used to specify the UI layout and theme. For example, font style and font
1760
- /// size. For more information, see Class UiCustomization.
1761
- ///
1762
- /// \param clientEventListener TBD
1763
- ///
1764
- ///
1765
- /// throws:
1766
- ///
1767
- /// <ul>
1768
- /// <li>
1769
- /// InvalidInputException: This exception shall be thrown in any of
1770
- /// the following scenarios:
1771
- /// <ul>
1772
- /// <li>
1773
- /// configParameters is null.
1774
- /// </li>
1775
- /// <li>
1776
- /// The value of configParameters, locale, or uiCustomization is
1777
- /// </li>
1778
- /// </ul>
1779
- /// invalid.
1780
- /// For more information, see Class InvalidInputException.
1781
- /// </li>
1782
- /// <li>
1783
- /// SDKAlreadyInitializedException This exception shall be thrown if
1784
- /// the 3DS SDK instance has already been initialized.
1785
- /// </li>
1786
- /// <li>
1787
- /// SDKRuntimeException This exception shall be thrown if an internal
1788
- /// error is encountered by the 3DS SDK.
1789
- /// </li>
1790
- /// </ul>
1791
- - (BOOL)initializeWithConfigParameters:(ConfigParameters * _Nullable)configParameters locale:(NSString * _Nullable)locale uiCustomization:(UiCustomization * _Nullable)uiCustomization clientEventListener:(id <ClientEventListener> _Nullable)clientEventListener securityEventListener:(id <SecurityEventListener> _Nullable)securityEventListener error:(NSError * _Nullable * _Nullable)error;
1792
- - (Transaction * _Nullable)createTransaction:(NSString * _Nonnull)directoryServerID :(NSString * _Nullable)messageVersion error:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1793
- - (BOOL)cleanupAndReturnError:(NSError * _Nullable * _Nullable)error;
1794
- - (NSString * _Nullable)getSDKVersionAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1795
- - (NSArray<Warning *> * _Nullable)getWarningsAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1796
- @end
1797
-
1798
-
1799
- SWIFT_CLASS("_TtC14ipworks3ds_sdk20ToolbarCustomization")
1800
- @interface ToolbarCustomization : Customization
1801
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1802
- - (void)setBackgroundColorWithColor:(UIColor * _Nullable)color;
1803
- - (BOOL)setHeaderTextWithHeaderText:(NSString * _Nullable)headerText error:(NSError * _Nullable * _Nullable)error;
1804
- - (BOOL)setButtonTextWithButtonText:(NSString * _Nullable)buttonText error:(NSError * _Nullable * _Nullable)error;
1805
- - (UIColor * _Nullable)getBackgroundColor SWIFT_WARN_UNUSED_RESULT;
1806
- - (NSString * _Nullable)getHeaderText SWIFT_WARN_UNUSED_RESULT;
1807
- - (NSString * _Nullable)getButtonText SWIFT_WARN_UNUSED_RESULT;
1808
- @end
1809
-
1810
- @class UIViewController;
1811
-
1812
- SWIFT_CLASS("_TtC14ipworks3ds_sdk11Transaction")
1813
- @interface Transaction : NSObject
1814
- - (AuthenticationRequestParameters * _Nullable)getAuthenticationRequestParametersAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1815
- - (BOOL)doChallengeWithRootViewController:(UIViewController * _Nonnull)rootViewController challengeParameters:(ChallengeParameters * _Nonnull)challengeParameters challengeStatusReceiver:(id <ChallengeStatusReceiver> _Nonnull)challengeStatusReceiver timeout:(NSInteger)timeout error:(NSError * _Nullable * _Nullable)error;
1816
- - (ProgressView * _Nullable)getProgressViewAndReturnError:(NSError * _Nullable * _Nullable)error SWIFT_WARN_UNUSED_RESULT;
1817
- - (BOOL)closeAndReturnError:(NSError * _Nullable * _Nullable)error;
1818
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1819
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1820
- @end
1821
-
1822
-
1823
-
1824
-
1825
-
1826
-
1827
-
1828
- SWIFT_CLASS("_TtC14ipworks3ds_sdk15UiCustomization")
1829
- @interface UiCustomization : NSObject
1830
- - (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
1831
- - (BOOL)setButtonCustomizationWithButtonCustomization:(ButtonCustomization * _Nonnull)buttonCustomization buttonType:(enum ButtonType)buttonType error:(NSError * _Nullable * _Nullable)error;
1832
- - (BOOL)setToolbarCustomizationWithToolbarCustomization:(ToolbarCustomization * _Nonnull)toolbarCustomization error:(NSError * _Nullable * _Nullable)error;
1833
- - (BOOL)setLabelCustomizationWithLabelCustomization:(LabelCustomization * _Nonnull)labelCustomization error:(NSError * _Nullable * _Nullable)error;
1834
- - (BOOL)setTextBoxCustomizationWithTextBoxCustomization:(TextBoxCustomization * _Nonnull)textBoxCustomization error:(NSError * _Nullable * _Nullable)error;
1835
- - (ButtonCustomization * _Nonnull)getButtonCustomizationWithButtonType:(enum ButtonType)buttonType SWIFT_WARN_UNUSED_RESULT;
1836
- - (ToolbarCustomization * _Nonnull)getToolbarCustomization SWIFT_WARN_UNUSED_RESULT;
1837
- - (LabelCustomization * _Nonnull)getLabelCustomization SWIFT_WARN_UNUSED_RESULT;
1838
- - (TextBoxCustomization * _Nonnull)getTextBoxCustomization SWIFT_WARN_UNUSED_RESULT;
1839
- - (void)setBackgroundWithColor:(UIColor * _Nullable)color;
1840
- /// \param position 0 – Right, 1 – Left, 2 – Hide
1841
- ///
1842
- - (void)setInformationZoneIconPosition:(NSInteger)position;
1843
- - (void)setBrandingZoneLogoGap:(CGFloat)value;
1844
- @end
1845
-
1846
-
1847
- SWIFT_CLASS("_TtC14ipworks3ds_sdk7Warning")
1848
- @interface Warning : NSObject
1849
- - (NSString * _Nonnull)getID SWIFT_WARN_UNUSED_RESULT;
1850
- - (NSString * _Nonnull)getMessage SWIFT_WARN_UNUSED_RESULT;
1851
- - (enum Severity)getSeverity SWIFT_WARN_UNUSED_RESULT;
1852
- - (nonnull instancetype)init SWIFT_UNAVAILABLE;
1853
- + (nonnull instancetype)new SWIFT_UNAVAILABLE_MSG("-init is unavailable");
1854
- @end
1855
-
1856
- #if __has_attribute(external_source_symbol)
1857
- # pragma clang attribute pop
1858
- #endif
1859
- #pragma clang diagnostic pop
1860
- #endif
1861
-
1862
- #endif