@pixelpay/capacitor-plugin 2.0.0 → 2.0.3

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 (178) hide show
  1. package/LICENSE.md +21 -0
  2. package/PixelpayCapacitorPlugin.podspec +2 -0
  3. package/README.md +16 -170
  4. package/android/build.gradle +9 -4
  5. package/ios/Frameworks/CardinalMobile.xcframework/Info.plist +42 -0
  6. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Assets.car +0 -0
  7. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  8. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  9. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  10. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  11. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  12. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  13. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  14. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  15. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  16. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  17. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  18. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CardinalMobile +0 -0
  19. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
  20. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
  21. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
  22. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
  23. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
  24. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
  25. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
  26. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
  27. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
  28. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
  29. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
  30. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
  31. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
  32. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
  33. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
  34. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Customization.h +31 -0
  35. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
  36. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
  37. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
  38. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
  39. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
  40. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
  41. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
  42. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
  43. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
  44. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Transaction.h +48 -0
  45. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
  46. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Warning.h +44 -0
  47. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Info.plist +0 -0
  48. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Modules/module.modulemap +6 -0
  49. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  50. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  51. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  52. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  53. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  54. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  55. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/export_file.txt +63 -0
  56. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Assets.car +0 -0
  57. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  58. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  59. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  60. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  61. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  62. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  63. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  64. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  65. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  66. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  67. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  68. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CardinalMobile +0 -0
  69. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
  70. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
  71. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
  72. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
  73. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
  74. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
  75. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
  76. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
  77. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
  78. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
  79. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
  80. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
  81. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
  82. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
  83. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
  84. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Customization.h +31 -0
  85. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
  86. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
  87. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
  88. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
  89. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
  90. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
  91. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
  92. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
  93. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
  94. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Transaction.h +48 -0
  95. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
  96. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Warning.h +44 -0
  97. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Info.plist +0 -0
  98. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Modules/module.modulemap +6 -0
  99. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  100. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  101. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  102. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  103. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  104. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  105. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/_CodeSignature/CodeResources +822 -0
  106. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/export_file.txt +63 -0
  107. package/ios/Frameworks/LICENSE +19 -0
  108. package/ios/Frameworks/PixelPaySDK.podspec +16 -0
  109. package/ios/Frameworks/PixelPaySDK.xcframework/Info.plist +42 -0
  110. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
  111. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  112. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  113. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  114. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  115. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  116. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  117. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  118. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  119. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  120. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  121. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  122. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
  123. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
  124. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  125. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  126. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  127. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  128. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  129. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  130. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
  131. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
  132. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +612 -0
  133. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Headers/sdk.h +16 -0
  134. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Info.plist +0 -0
  135. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  136. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftinterface +2609 -0
  137. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/armv7-apple-ios.swiftdoc +0 -0
  138. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/armv7-apple-ios.swiftinterface +2528 -0
  139. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/Modules/module.modulemap +4 -0
  140. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/PixelPaySDK +0 -0
  141. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_armv7/PixelPaySDK.framework/_CodeSignature/CodeResources +567 -0
  142. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
  143. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  144. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  145. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  146. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  147. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  148. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  149. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  150. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  151. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  152. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  153. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  154. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
  155. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
  156. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  157. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  158. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  159. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  160. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  161. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  162. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
  163. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
  164. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +917 -0
  165. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Headers/sdk.h +16 -0
  166. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Info.plist +0 -0
  167. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  168. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2609 -0
  169. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/i386-apple-ios-simulator.swiftdoc +0 -0
  170. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/i386-apple-ios-simulator.swiftinterface +2528 -0
  171. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  172. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2609 -0
  173. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/Modules/module.modulemap +4 -0
  174. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/PixelPaySDK +0 -0
  175. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_i386_x86_64-simulator/PixelPaySDK.framework/_CodeSignature/CodeResources +612 -0
  176. package/ios/Frameworks/README.md +1 -0
  177. package/package.json +3 -2
  178. package/dist/docs.json +0 -175
@@ -0,0 +1,37 @@
1
+ //
2
+ // CompletionEvent.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+
11
+ /**
12
+ * The CompletionEvent class holds data about completion of the challenge process.
13
+ */
14
+ @interface CompletionEvent : NSObject
15
+
16
+ - (id _Nonnull ) initWithSDKTransactionID: (nonnull NSString *) sdkTransactionID
17
+ transactionStatus: (nonnull NSString *) transactionStatus;
18
+
19
+ @property (nonatomic, strong, nonnull, readonly) NSString* sdkTransactionID;
20
+ @property (nonatomic, strong, nonnull, readonly) NSString* transactionStatus;
21
+
22
+ /**
23
+ * Returns the SDK Transaction ID.
24
+ * @return NSString
25
+ */
26
+ - (nonnull NSString *) getSDKTransactionID;
27
+
28
+ /**
29
+ * Returns the transaction status that was received in the final CRes.
30
+ * @return NSString
31
+ */
32
+ - (nonnull NSString *) getTransactionStatus;
33
+
34
+ + (instancetype _Nonnull )new NS_UNAVAILABLE;
35
+ - (instancetype _Nonnull )init NS_UNAVAILABLE;
36
+
37
+ @end
@@ -0,0 +1,104 @@
1
+ //
2
+ // ConfigParameters.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ #if TARGET_OS_TV
11
+ #define PARAM_KEY_TV_OS_FIELDS @"TV_OS_FIELDS"
12
+ #define PARAM_VALUE_I_FIELDS @"I_FIELDS"
13
+ #define PARAM_VALUE_D_FIELDS @"D_FIELDS"
14
+ #endif
15
+
16
+ NS_ASSUME_NONNULL_BEGIN
17
+ /**
18
+ * The ConfigParameters class represent the configuration parameters that are required by the 3DS SDK for initialization.
19
+ */
20
+ @interface ConfigParameters : NSObject
21
+
22
+ /**
23
+ * The addParam method adds a configuration parameter either to the specified group.
24
+ * @param group Group to which the configuration parameter is to be added.
25
+ * @param paramName Name of the configuration parameter.
26
+ * @param paramValue Value of the configuration parameter.
27
+ * @param error Reference to NSError Object to handle exceptions.
28
+ */
29
+ - (BOOL) addParamToGroup: (NSString *) group
30
+ withParamName: (nonnull NSString*) paramName
31
+ paramValue: (NSString*) paramValue
32
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(addParam(_:name:value:));
33
+
34
+ /**
35
+ * The addParam method adds a configuration parameter either to the specified group.
36
+ * @param group Group to which the configuration parameter is to be added.
37
+ * @param paramName Name of the configuration parameter.
38
+ * @param error Reference to NSError Object to handle exceptions.
39
+ */
40
+ - (BOOL) addParamToGroup: (NSString *) group
41
+ withParamName: (nonnull NSString*) paramName
42
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(addParam(_:name:));
43
+
44
+ /**
45
+ * The addParam method adds a configuration parameter either to the default group.
46
+ * @param paramName Name of the configuration parameter.
47
+ * @param paramValue Value of the configuration parameter.
48
+ * @param error Reference to NSError Object to handle exceptions.
49
+ */
50
+ - (BOOL) addParamWithParamName: (nonnull NSString*) paramName
51
+ paramValue: (nonnull NSString*) paramValue
52
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(addParam(_:value:));
53
+
54
+ /**
55
+ * The addParam method adds a configuration parameter either to the default group.
56
+ * @param paramName Name of the configuration parameter.
57
+ * @param error Reference to NSError Object to handle exceptions.
58
+ */
59
+ - (BOOL) addParamWithParamName: (nonnull NSString*) paramName
60
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(addParam(_:));
61
+
62
+
63
+ /**
64
+ * The getParamValue method returns a configuration parameter’s value either from the specified group.
65
+ * @param group Group to which the configuration parameter is added.
66
+ * @param paramName Name of the configuration parameter.
67
+ * @param error Reference to NSError Object to handle exceptions.
68
+ * @return NSString
69
+ */
70
+ - (nullable NSString *) getParamValueFromGroup: (NSString*) group
71
+ withParamName: (nonnull NSString*) paramName
72
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(getParam(_:name:));
73
+
74
+ /**
75
+ * The getParamValue method returns a configuration parameter’s value either from default group.
76
+ * @param paramName Name of the configuration parameter.
77
+ * @param error Reference to NSError Object to handle exceptions.
78
+ * @return NSString
79
+ */
80
+ - (nullable NSString *) getParamValueWithParamName: (nonnull NSString*) paramName
81
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(getParam(_:));
82
+
83
+ /**
84
+ * The removeParam method returns the name of the parameter that it removed.
85
+ * @param group Group to which the configuration parameter is added.
86
+ * @param paramName Name of the configuration parameter.
87
+ * @param error Reference to NSError Object to handle exceptions.
88
+ * @return NSString
89
+ */
90
+ - (nullable NSString *) removeParamFromGroup: (NSString*) group
91
+ withParamName: (nonnull NSString*) paramName
92
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(removeParam(_:name:));
93
+
94
+ /**
95
+ * The removeParam method returns the name of the parameter that it removed.
96
+ * @param paramName Name of the configuration parameter.
97
+ * @param error Reference to NSError Object to handle exceptions.
98
+ * @return NSString
99
+ */
100
+ - (nullable NSString *) removeParamWithParamName: (nonnull NSString*) paramName
101
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(removeParam(_:));
102
+
103
+ @end
104
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,31 @@
1
+ //
2
+ // Customization.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ /**
11
+ * The Customization class serves as a superclass for the ButtonCustomization class, ToolbarCustomization class, LabelCustomization class, and TextBoxCustomization class.
12
+ * This class provides methods to pass UI customization parameters to the 3DS SDK.
13
+ */
14
+ @interface Customization : NSObject
15
+
16
+ /**
17
+ * @property textFontName Font type for the UI element.
18
+ */
19
+ @property (nonatomic, strong) NSString* textFontName;
20
+
21
+ /**
22
+ * @property textColor Color code in Hex format. For example, the color code can be “#999999”.
23
+ */
24
+ @property (nonatomic, strong) NSString* textColor;
25
+
26
+ /**
27
+ * @property textFontSize Font size for the UI element.
28
+ */
29
+ @property int textFontSize;
30
+
31
+ @end
@@ -0,0 +1,22 @@
1
+ //
2
+ // DirectoryServerIDConst.h
3
+ // CardinalMobile
4
+ //
5
+ // Created by Sudeep Tuladhar on 6/7/19.
6
+ // Copyright © 2019 Cardinal Commerce. All rights reserved.
7
+ //
8
+
9
+ #import <Foundation/Foundation.h>
10
+
11
+ typedef enum {
12
+ CCADirectoryServerIDEMVCo1,
13
+ CCADirectoryServerIDEMVCo2,
14
+ CCADirectoryServerIDAmexStaging,
15
+ CCADirectoryServerIDVisa,
16
+ CCADirectoryServerIDVisaSDK,
17
+ CCADirectoryServerIDVisa01,
18
+ CCADirectoryServerIDVisa02,
19
+ CCADirectoryServerIDVisa03,
20
+ CCADirectoryServerIDVisa04,
21
+ CCADirectoryServerIDMasterCard
22
+ } CCADirectoryServerID;
@@ -0,0 +1,59 @@
1
+ //
2
+ // ErrorMessage.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ /**
11
+ * The ErrorMessage class represents an error message that is returned by the ACS to the 3DS SDK
12
+ * or an error message that is generated by the 3DS SDK to be returned to the ACS.
13
+ */
14
+
15
+ @interface ErrorMessage : NSObject
16
+
17
+ @property (nonatomic, strong, readonly) NSString* transactionID;
18
+ @property (nonatomic, strong, readonly) NSString* errorCode;
19
+ @property (nonatomic, strong, readonly) NSString* errorDescription;
20
+ @property (nonatomic, strong, readonly) NSString* errorDetail;
21
+
22
+ /**
23
+ * Construct an ErrorMessage object.
24
+ * @param transactionID TransactionId of transaction of which error is associated with.
25
+ * @param errorCode Error Code.
26
+ * @param errorDescription Description of Error.
27
+ * @param errorDetail Detail about the error.
28
+ * @return ErrorMessage
29
+ */
30
+ - (id) initWithTransactionID: (NSString *) transactionID
31
+ errorCode: (NSString *) errorCode
32
+ errorDescription: (NSString *) errorDescription
33
+ errorDetail: (NSString *) errorDetail;
34
+
35
+ /**
36
+ * The getTransactionID method returns the Transaction ID.
37
+ * @return NSString
38
+ */
39
+ - (NSString *) getTransactionID;
40
+
41
+ /**
42
+ * The getErrorCode method returns the error code.
43
+ * @return NSString
44
+ */
45
+ - (NSString *) getErrorCode;
46
+
47
+ /**
48
+ * The getErrorDescription method returns text describing the error.
49
+ * @return NSString
50
+ */
51
+ - (NSString *) getErrorDescription;
52
+
53
+ /**
54
+ * The getErrorDetails method provides error details.
55
+ * @return NSString
56
+ */
57
+ - (NSString *) getErrorDetails;
58
+
59
+ @end
@@ -0,0 +1,30 @@
1
+ //
2
+ // LabelCustomization.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import "Customization.h"
9
+
10
+ /**
11
+ * The LabelCustomization class provides methods for the 3DS Requestor App to pass label customization parameters to the 3DS SDK.
12
+ */
13
+ @interface LabelCustomization : Customization
14
+
15
+ /**
16
+ * @property headingTextColor Colour code in Hex format. For example, the colour code can be “#999999”.
17
+ */
18
+ @property (nonatomic, strong) NSString* headingTextColor;
19
+
20
+ /**
21
+ * @property headingTextFontName Font type for the heading label text.
22
+ */
23
+ @property (nonatomic, strong) NSString* headingTextFontName;
24
+
25
+ /**
26
+ * @property headingTextFontSize Font size for the heading label text.
27
+ */
28
+ @property int headingTextFontSize;
29
+
30
+ @end
@@ -0,0 +1,19 @@
1
+ //
2
+ // ProgressDialog.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ /**
11
+ * The processing screen that displays the Directory Server logo, and a graphical element to indicate that an activity is being processed.
12
+ */
13
+ @interface ProgressDialog : NSObject
14
+
15
+ - (void) start;
16
+
17
+ - (void) stop;
18
+
19
+ @end
@@ -0,0 +1,40 @@
1
+ //
2
+ // ProtocolErrorEvent.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+ #import "ErrorMessage.h"
10
+
11
+ /**
12
+ * A protocol error is any error message that is returned by the ACS or an error message that is generated by the 3DS SDK to be returned to the ACS.
13
+ * The ProtocolErrorEvent class represents an error message of this type.
14
+ * The SDK sends the error code and details from this error message as part of the notification to the 3DS Requestor App.
15
+ */
16
+ @interface ProtocolErrorEvent : NSObject
17
+
18
+ - (id _Nonnull ) initWithSDKTransactionID: (nonnull NSString *) sdkTransactionID
19
+ errorMessage: (nonnull ErrorMessage *) errorMessage;
20
+
21
+ @property (nonatomic, strong, nonnull, readonly) NSString* sdkTransactionID;
22
+ @property (nonatomic, strong, nonnull, readonly) ErrorMessage* errorMessage;
23
+
24
+
25
+ /**
26
+ * Returns the error message.
27
+ * @return ErrorMessage
28
+ */
29
+ - (nonnull ErrorMessage *) getErrorMessage;
30
+
31
+ /**
32
+ * Returns the SDK Transaction ID.
33
+ * @return NSString
34
+ */
35
+ - (nonnull NSString *) getSDKTransactionID;
36
+
37
+ + (instancetype _Nonnull )new NS_UNAVAILABLE;
38
+ - (instancetype _Nonnull )init NS_UNAVAILABLE;
39
+
40
+ @end
@@ -0,0 +1,36 @@
1
+ //
2
+ // RuntimeErrorEvent.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+
10
+ /**
11
+ * The RuntimeErrorEvent class holds details of run-time errors that are encountered by the 3DS SDK during authentication.
12
+ */
13
+ @interface RuntimeErrorEvent : NSObject
14
+
15
+ @property (nonatomic, strong, nonnull, readonly) NSString* errorCode;
16
+ @property (nonatomic, strong, nonnull, readonly) NSString* errorMessage;
17
+
18
+ - (id _Nonnull ) initWithErrorCode: (nonnull NSString *) errorCode
19
+ errorMessage: (nonnull NSString *) errorMessage;
20
+
21
+ /**
22
+ * Returns the implementer-specific error code.
23
+ * @return NSString
24
+ */
25
+ - (nonnull NSString *) getErrorCode;
26
+
27
+ /**
28
+ * Returns details about the error.
29
+ * @return NSString
30
+ */
31
+ - (nonnull NSString *) getErrorMessage;
32
+
33
+ + (instancetype _Nonnull )new NS_UNAVAILABLE;
34
+ - (instancetype _Nonnull )init NS_UNAVAILABLE;
35
+
36
+ @end
@@ -0,0 +1,30 @@
1
+ //
2
+ // TextBoxCustomization.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import "Customization.h"
9
+
10
+ /**
11
+ * The TextBoxCustomization class provides methods for the 3DS Requestor App to pass text box customization parameters to the 3DS SDK.
12
+ */
13
+ @interface TextBoxCustomization : Customization
14
+
15
+ /**
16
+ * @property borderWidth Width (integer value) of the text box border.
17
+ */
18
+ @property int borderWidth;
19
+
20
+ /**
21
+ * @property borderColor Colour code in Hex format. For example, the colour code can be “#999999”.
22
+ */
23
+ @property (nonatomic, strong) NSString* borderColor;
24
+
25
+ /**
26
+ * @property cornerRadius Radius (integer value) for the text box corners.
27
+ */
28
+ @property int cornerRadius;
29
+
30
+ @end
@@ -0,0 +1,126 @@
1
+ //
2
+ // ThreeDS2Service.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+ #import "ConfigParameters.h"
10
+ #import "UiCustomization.h"
11
+ #import "Warning.h"
12
+ #import "CardinalTransaction.h"
13
+
14
+
15
+ NS_ASSUME_NONNULL_BEGIN
16
+ /**
17
+ * The ThreeDS2Service protocol is the main 3DS SDK protocol. It shall provide methods to process transactions.
18
+ */
19
+ @protocol ThreeDS2Service
20
+
21
+ /**
22
+ * The Merchant App should call the initialize method at the start of the payment stage of a transaction.
23
+ * The app should pass configuration parameters, UI configuration parameters, and (optionally)
24
+ * user locale to this method.
25
+ * @param configParameters Configuration information that is used during initialization.
26
+ * @param locale String that represents the locale for the app’s user interface.
27
+ For example, the value of locale can be “en_US” in Java.
28
+ * @param uiCustomization UI configuration information that is used to specify the UI layout and theme. For example, font style and font size.
29
+ * @param error Reference to NSError Object to handle exceptions.
30
+ */
31
+ - (BOOL) initializeWithConfig: (nonnull ConfigParameters *) configParameters
32
+ locale: (nullable NSString *) locale
33
+ uiCustomization: (nullable UiCustomization *) uiCustomization
34
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(initialize(_:locale:uiCustomization:));
35
+
36
+
37
+ /**
38
+ * The Merchant App should call the initialize method at the start of the payment stage of a transaction.
39
+ * The app should pass configuration parameters, UI configuration parameters, and (optionally)
40
+ * user locale to this method.
41
+ * @param configParameters Configuration information that is used during initialization.
42
+ * @param error Reference to NSError Object to handle exceptions.
43
+ */
44
+ - (BOOL) initializeWithConfig: (nonnull ConfigParameters *) configParameters
45
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(initialize(_:));
46
+
47
+
48
+ /**
49
+ * The Merchant App should call the initialize method at the start of the payment stage of a transaction.
50
+ * The app should pass configuration parameters, UI configuration parameters, and (optionally)
51
+ * user locale to this method.
52
+ * @param configParameters Configuration information that is used during initialization.
53
+ * @param locale String that represents the locale for the app’s user interface.
54
+ For example, the value of locale can be “en_US” in Java.
55
+ * @param error Reference to NSError Object to handle exceptions.
56
+ */
57
+ - (BOOL) initializeWithConfig: (nonnull ConfigParameters *) configParameters
58
+ locale: (nullable NSString *) locale
59
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(initialize(_:locale:));
60
+
61
+
62
+ /**
63
+ * The Merchant App should call the initialize method at the start of the payment stage of a transaction.
64
+ * The app should pass configuration parameters, UI configuration parameters, and (optionally)
65
+ * user locale to this method.
66
+ * @param configParameters Configuration information that is used during initialization.
67
+ * @param uiCustomization UI configuration information that is used to specify the UI layout and theme. For example, font style and font size.
68
+ * @param error Reference to NSError Object to handle exceptions.
69
+ */
70
+ - (BOOL) initializeWithConfig: (nonnull ConfigParameters *) configParameters
71
+ uiCustomization: (nullable UiCustomization *) uiCustomization
72
+ error: (NSError **)error __attribute__((swift_error(nonnull_error)))
73
+ NS_SWIFT_NAME(initialize(_:uiCustomization:));
74
+
75
+
76
+ /**
77
+ * The createTransaction method shall create an instance of the Transaction through which the
78
+ * Merchant App shall get the data that is required to perform the transaction.
79
+ * @param directoryServerId Registered Application Provider Identifier (RID) that is unique to the Payment System.
80
+ * @param messageVersion Protocol version according to which the transaction shall be created.
81
+ * @param error Reference to NSError Object to handle exceptions.
82
+ * @return CETransaction
83
+ */
84
+ - (CardinalTransaction *) createTransactionWithDirectoryServerId: (NSString *) directoryServerId
85
+ messageVersion: (NSString *) messageVersion
86
+ error: (NSError **)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(createTransaction(_:messageVersion:));
87
+
88
+
89
+ /**
90
+ * The createTransaction method creates an instance of the Transaction through which the
91
+ * Merchant App will get the data that is required to perform the transaction.
92
+ * @param directoryServerId Registered Application Provider Identifier (RID) that is unique to the Payment System.
93
+ * @param error Reference to NSError Object to handle exceptions.
94
+ * @return CETransaction Transaction for given Directory Server ID.
95
+ */
96
+ - (CardinalTransaction *) createTransactionWithDirectoryServerId: (NSString *) directoryServerId
97
+ error: (NSError **)error __attribute__((swift_error(nonnull_error)))
98
+ NS_SWIFT_NAME(createTransaction(_:));
99
+
100
+
101
+ /**
102
+ * The cleanup method frees up resources that are used by the 3DS SDK.
103
+ * It shall be called only once during a single Merchant App session.
104
+ * @param error Reference to NSError Object to handle exceptions.
105
+ */
106
+ - (BOOL) cleanup:(NSError **)error __attribute__((swift_error(nonnull_error)))
107
+ NS_SWIFT_NAME(cleanup());
108
+
109
+
110
+ /**
111
+ * The getSDKVersion method returns the version of the 3DS SDK that is integrated with the Merchant App.
112
+ * @param error Reference to NSError Object to handle exceptions.
113
+ */
114
+ - (NSString *) getSDKVersion:(NSError **)error __attribute__((swift_error(nonnull_error)))
115
+ NS_SWIFT_NAME(getSDKVersion());
116
+
117
+
118
+ /**
119
+ * The getWarnings method returns the warnings produced by the 3DS SDK during initialization.
120
+ * @return List of Warnings
121
+ */
122
+ - (NSArray<Warning *> *) getWarnings;
123
+
124
+
125
+ @end
126
+ NS_ASSUME_NONNULL_END
@@ -0,0 +1,30 @@
1
+ //
2
+ // ToolbarCustomization.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import "Customization.h"
9
+
10
+ /**
11
+ * The ToolbarCustomization class provides methods for the 3DS Requestor App to pass toolbar customization parameters to the 3DS SDK.
12
+ */
13
+ @interface ToolbarCustomization : Customization
14
+
15
+ /**
16
+ * @property backgroundColor Colour code in Hex format. For example, the colour code can be “#999999”.
17
+ */
18
+ @property (nonatomic, strong) NSString* backgroundColor;
19
+
20
+ /**
21
+ * @property headerText Text for the header.
22
+ */
23
+ @property (nonatomic, strong) NSString* headerText;
24
+
25
+ /**
26
+ * @property buttonText Text for the button. For example, “Cancel”.
27
+ */
28
+ @property (nonatomic, strong) NSString* buttonText;
29
+
30
+ @end
@@ -0,0 +1,48 @@
1
+ //
2
+ // Transaction.h
3
+ // CardinalEMVCoSDK
4
+ //
5
+ // Copyright © 2018 Cardinal Commerce. All rights reserved.
6
+ //
7
+
8
+ #import <Foundation/Foundation.h>
9
+ #import "AuthenticationRequestParameters.h"
10
+ #import "ProgressDialog.h"
11
+ #import "ChallengeStatusReceiver.h"
12
+ #import "ChallengeParameters.h"
13
+
14
+ /**
15
+ * An object that confronts to Transaction protocol hold parameters that the 3DS Server requires to create AReq messages and to perform the Challenge Flow.
16
+ */
17
+ @protocol Transaction <NSObject>
18
+
19
+ /**
20
+ * Returns device and 3DS SDK information to the 3DS Requestor App.
21
+ * @return AuthenticationRequestParameters
22
+ */
23
+ - (nonnull AuthenticationRequestParameters*) getAuthenticationRequestParameters;
24
+
25
+ /**
26
+ * Initiates the challenge process.
27
+ * @param challengeParameters ACS details (contained in the ARes) required by the 3DS SDK to conduct the challenge process during the transaction
28
+ * @param challengeStatusReceiver Callback object for notifying the 3DS Requestor App about the challenge status.
29
+ * @param timeOut Timeout interval (in minutes) within which the challenge process must be completed. The minimum timeout interval should be 5 minutes.
30
+ * @param error Reference to NSError for exception handling
31
+ */
32
+ - (BOOL) doChallengeWithChallengeParameters: (ChallengeParameters *_Nonnull) challengeParameters
33
+ challengeStatusReceiver: (id<ChallengeStatusReceiver>_Nonnull) challengeStatusReceiver
34
+ timeOut: (int) timeOut
35
+ error: (NSError *_Nullable*_Nullable)error __attribute__((swift_error(nonnull_error))) NS_SWIFT_NAME(doChallenge(_:challengeStatusReceiver:timeOut:));
36
+
37
+ /**
38
+ * Returns an instance of Progress View (processing screen) that the 3DS Requestor App uses.
39
+ * @return ProgressDialog
40
+ */
41
+ - (ProgressDialog *_Nonnull) getProgressView;
42
+
43
+ /**
44
+ * Cleans up resources that are held by the Transaction object.
45
+ */
46
+ - (void) close;
47
+
48
+ @end