@pixelpay/capacitor-plugin 0.0.1 → 2.0.2

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 (171) hide show
  1. package/PixelpayCapacitorPlugin.podspec +2 -0
  2. package/android/build.gradle +10 -1
  3. package/ios/Frameworks/CardinalMobile.xcframework/Info.plist +42 -0
  4. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Assets.car +0 -0
  5. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  6. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  7. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  8. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  9. 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
  10. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  11. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  12. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  13. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  14. 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
  15. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  16. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/CardinalMobile +0 -0
  17. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
  18. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
  19. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
  20. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
  21. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
  22. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
  23. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
  24. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
  25. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
  26. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
  27. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
  28. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
  29. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
  30. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
  31. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
  32. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Customization.h +31 -0
  33. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
  34. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
  35. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
  36. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
  37. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
  38. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
  39. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
  40. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
  41. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
  42. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Transaction.h +48 -0
  43. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
  44. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Headers/Warning.h +44 -0
  45. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Info.plist +0 -0
  46. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/Modules/module.modulemap +6 -0
  47. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  48. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  49. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  50. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  51. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  52. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  53. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_armv7/CardinalMobile.framework/export_file.txt +63 -0
  54. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Assets.car +0 -0
  55. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  56. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  57. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  58. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  59. 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
  60. 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
  61. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  62. 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
  63. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  64. 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
  65. 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
  66. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/CardinalMobile +0 -0
  67. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/AuthenticationRequestParameters.h +91 -0
  68. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ButtonCustomization.h +25 -0
  69. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalCMSDK.h +15 -0
  70. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalEMVCoSDK.h +23 -0
  71. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalMobile.h +20 -0
  72. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalResponse.h +170 -0
  73. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSession.h +121 -0
  74. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalSessionConfiguration.h +202 -0
  75. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalStepUpDelegate.h +35 -0
  76. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalThreeDS2ServiceImpl.h +21 -0
  77. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CardinalTransaction.h +16 -0
  78. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeParameters.h +70 -0
  79. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ChallengeStatusReceiver.h +52 -0
  80. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/CompletionEvent.h +37 -0
  81. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ConfigParameters.h +104 -0
  82. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Customization.h +31 -0
  83. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/DirectoryServerIDConst.h +22 -0
  84. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ErrorMessage.h +59 -0
  85. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/LabelCustomization.h +30 -0
  86. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProgressDialog.h +19 -0
  87. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ProtocolErrorEvent.h +40 -0
  88. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/RuntimeErrorEvent.h +36 -0
  89. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/TextBoxCustomization.h +30 -0
  90. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ThreeDS2Service.h +126 -0
  91. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/ToolbarCustomization.h +30 -0
  92. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Transaction.h +48 -0
  93. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/UiCustomization.h +106 -0
  94. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Headers/Warning.h +44 -0
  95. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Info.plist +0 -0
  96. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/Modules/module.modulemap +6 -0
  97. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  98. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  99. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  100. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  101. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  102. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  103. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/_CodeSignature/CodeResources +822 -0
  104. package/ios/Frameworks/CardinalMobile.xcframework/ios-arm64_i386_x86_64-simulator/CardinalMobile.framework/export_file.txt +63 -0
  105. package/ios/Frameworks/LICENSE +19 -0
  106. package/ios/Frameworks/PixelPaySDK.podspec +15 -0
  107. package/ios/Frameworks/PixelPaySDK.xcframework/Info.plist +40 -0
  108. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
  109. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  110. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  111. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  112. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  113. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  114. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  115. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  116. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  117. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  118. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  119. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  120. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
  121. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
  122. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  123. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  124. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  125. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  126. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  127. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  128. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
  129. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
  130. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +301 -0
  131. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Headers/sdk.h +16 -0
  132. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Info.plist +0 -0
  133. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  134. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios.swiftinterface +2597 -0
  135. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/Modules/module.modulemap +4 -0
  136. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/PixelPaySDK +0 -0
  137. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64/PixelPaySDK.framework/_CodeSignature/CodeResources +410 -0
  138. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Assets.car +0 -0
  139. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/objects-11.0+.nib +0 -0
  140. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCHtmlViewController.nib/runtime.nib +0 -0
  141. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/objects-11.0+.nib +0 -0
  142. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/CCViewController.nib/runtime.nib +0 -0
  143. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/objects-11.0+.nib +0 -0
  144. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/DIH-hs-KJy-view-kOh-XJ-af6.nib/runtime.nib +0 -0
  145. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/Info.plist +0 -0
  146. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/objects-11.0+.nib +0 -0
  147. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/UINavigationController-SPZ-eu-YwW.nib/runtime.nib +0 -0
  148. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/objects-11.0+.nib +0 -0
  149. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CCStoryBoard.storyboardc/VRf-0F-2mw-view-i8m-N3-HYF.nib/runtime.nib +0 -0
  150. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/CardinalMobile +0 -0
  151. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/Info.plist +0 -0
  152. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/objects-11.0+.nib +0 -0
  153. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/MultiSelectView.nib/runtime.nib +0 -0
  154. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/objects-11.0+.nib +0 -0
  155. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/OTPView.nib/runtime.nib +0 -0
  156. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/objects-11.0+.nib +0 -0
  157. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/SingleSelectView.nib/runtime.nib +0 -0
  158. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/_CodeSignature/CodeResources +387 -0
  159. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Frameworks/CardinalMobile.framework/export_file.txt +63 -0
  160. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Headers/PixelPaySDK-Swift.h +608 -0
  161. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Headers/sdk.h +16 -0
  162. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Info.plist +0 -0
  163. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  164. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2597 -0
  165. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  166. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/PixelPaySDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2597 -0
  167. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/Modules/module.modulemap +4 -0
  168. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/PixelPaySDK +0 -0
  169. package/ios/Frameworks/PixelPaySDK.xcframework/ios-arm64_x86_64-simulator/PixelPaySDK.framework/_CodeSignature/CodeResources +443 -0
  170. package/ios/Frameworks/README.md +1 -0
  171. package/package.json +3 -2
@@ -0,0 +1,2597 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 5.6 (swiftlang-5.6.0.323.62 clang-1316.0.20.8)
3
+ // swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name PixelPaySDK
4
+ import CardinalMobile
5
+ import Combine
6
+ import CommonCrypto
7
+ import Dispatch
8
+ import Foundation
9
+ import MobileCoreServices
10
+ import Swift
11
+ import SwiftUI
12
+ import SystemConfiguration
13
+ import UIKit
14
+ import _Concurrency
15
+ public enum IllegalStateException : Swift.Error {
16
+ case illegalState(Swift.String)
17
+ }
18
+ @_hasMissingDesignatedInitializers public class Request {
19
+ public enum State {
20
+ case initialized
21
+ case resumed
22
+ case suspended
23
+ case cancelled
24
+ case finished
25
+ public static func == (a: PixelPaySDK.Request.State, b: PixelPaySDK.Request.State) -> Swift.Bool
26
+ public func hash(into hasher: inout Swift.Hasher)
27
+ public var hashValue: Swift.Int {
28
+ get
29
+ }
30
+ }
31
+ final public let id: Foundation.UUID
32
+ final public let underlyingQueue: Dispatch.DispatchQueue
33
+ final public let serializationQueue: Dispatch.DispatchQueue
34
+ final public let eventMonitor: PixelPaySDK.EventMonitor?
35
+ final public let interceptor: PixelPaySDK.RequestInterceptor?
36
+ weak public var delegate: PixelPaySDK.RequestDelegate? {
37
+ get
38
+ }
39
+ public var state: PixelPaySDK.Request.State {
40
+ get
41
+ }
42
+ public var isInitialized: Swift.Bool {
43
+ get
44
+ }
45
+ public var isResumed: Swift.Bool {
46
+ get
47
+ }
48
+ public var isSuspended: Swift.Bool {
49
+ get
50
+ }
51
+ public var isCancelled: Swift.Bool {
52
+ get
53
+ }
54
+ public var isFinished: Swift.Bool {
55
+ get
56
+ }
57
+ public typealias ProgressHandler = (Foundation.Progress) -> Swift.Void
58
+ final public let uploadProgress: Foundation.Progress
59
+ final public let downloadProgress: Foundation.Progress
60
+ public var redirectHandler: PixelPaySDK.RedirectHandler? {
61
+ get
62
+ }
63
+ public var cachedResponseHandler: PixelPaySDK.CachedResponseHandler? {
64
+ get
65
+ }
66
+ public var credential: Foundation.URLCredential? {
67
+ get
68
+ }
69
+ public var requests: [Foundation.URLRequest] {
70
+ get
71
+ }
72
+ public var firstRequest: Foundation.URLRequest? {
73
+ get
74
+ }
75
+ public var lastRequest: Foundation.URLRequest? {
76
+ get
77
+ }
78
+ public var request: Foundation.URLRequest? {
79
+ get
80
+ }
81
+ public var performedRequests: [Foundation.URLRequest] {
82
+ get
83
+ }
84
+ public var response: Foundation.HTTPURLResponse? {
85
+ get
86
+ }
87
+ public var tasks: [Foundation.URLSessionTask] {
88
+ get
89
+ }
90
+ public var firstTask: Foundation.URLSessionTask? {
91
+ get
92
+ }
93
+ public var lastTask: Foundation.URLSessionTask? {
94
+ get
95
+ }
96
+ public var task: Foundation.URLSessionTask? {
97
+ get
98
+ }
99
+ public var allMetrics: [Foundation.URLSessionTaskMetrics] {
100
+ get
101
+ }
102
+ public var firstMetrics: Foundation.URLSessionTaskMetrics? {
103
+ get
104
+ }
105
+ public var lastMetrics: Foundation.URLSessionTaskMetrics? {
106
+ get
107
+ }
108
+ public var metrics: Foundation.URLSessionTaskMetrics? {
109
+ get
110
+ }
111
+ public var retryCount: Swift.Int {
112
+ get
113
+ }
114
+ public var error: PixelPaySDK.AFError? {
115
+ get
116
+ }
117
+ @discardableResult
118
+ public func cancel() -> Self
119
+ @discardableResult
120
+ public func suspend() -> Self
121
+ @discardableResult
122
+ public func resume() -> Self
123
+ @discardableResult
124
+ public func authenticate(username: Swift.String, password: Swift.String, persistence: Foundation.URLCredential.Persistence = .forSession) -> Self
125
+ @discardableResult
126
+ public func authenticate(with credential: Foundation.URLCredential) -> Self
127
+ @discardableResult
128
+ public func downloadProgress(queue: Dispatch.DispatchQueue = .main, closure: @escaping PixelPaySDK.Request.ProgressHandler) -> Self
129
+ @discardableResult
130
+ public func uploadProgress(queue: Dispatch.DispatchQueue = .main, closure: @escaping PixelPaySDK.Request.ProgressHandler) -> Self
131
+ @discardableResult
132
+ public func redirect(using handler: PixelPaySDK.RedirectHandler) -> Self
133
+ @discardableResult
134
+ public func cacheResponse(using handler: PixelPaySDK.CachedResponseHandler) -> Self
135
+ @discardableResult
136
+ public func cURLDescription(on queue: Dispatch.DispatchQueue, calling handler: @escaping (Swift.String) -> Swift.Void) -> Self
137
+ @discardableResult
138
+ public func cURLDescription(calling handler: @escaping (Swift.String) -> Swift.Void) -> Self
139
+ @discardableResult
140
+ public func onURLRequestCreation(on queue: Dispatch.DispatchQueue = .main, perform handler: @escaping (Foundation.URLRequest) -> Swift.Void) -> Self
141
+ @discardableResult
142
+ public func onURLSessionTaskCreation(on queue: Dispatch.DispatchQueue = .main, perform handler: @escaping (Foundation.URLSessionTask) -> Swift.Void) -> Self
143
+ @objc deinit
144
+ }
145
+ extension PixelPaySDK.Request : Swift.Equatable {
146
+ public static func == (lhs: PixelPaySDK.Request, rhs: PixelPaySDK.Request) -> Swift.Bool
147
+ }
148
+ extension PixelPaySDK.Request : Swift.Hashable {
149
+ public func hash(into hasher: inout Swift.Hasher)
150
+ public var hashValue: Swift.Int {
151
+ get
152
+ }
153
+ }
154
+ extension PixelPaySDK.Request : Swift.CustomStringConvertible {
155
+ public var description: Swift.String {
156
+ get
157
+ }
158
+ }
159
+ extension PixelPaySDK.Request {
160
+ public func cURLDescription() -> Swift.String
161
+ }
162
+ public protocol RequestDelegate : AnyObject {
163
+ var sessionConfiguration: Foundation.URLSessionConfiguration { get }
164
+ var startImmediately: Swift.Bool { get }
165
+ func cleanup(after request: PixelPaySDK.Request)
166
+ func retryResult(for request: PixelPaySDK.Request, dueTo error: PixelPaySDK.AFError, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
167
+ func retryRequest(_ request: PixelPaySDK.Request, withDelay timeDelay: Foundation.TimeInterval?)
168
+ }
169
+ @_hasMissingDesignatedInitializers public class DataRequest : PixelPaySDK.Request {
170
+ final public let convertible: PixelPaySDK.URLRequestConvertible
171
+ public var data: Foundation.Data? {
172
+ get
173
+ }
174
+ @discardableResult
175
+ public func validate(_ validation: @escaping PixelPaySDK.DataRequest.Validation) -> Self
176
+ @objc deinit
177
+ }
178
+ @_hasMissingDesignatedInitializers final public class DataStreamRequest : PixelPaySDK.Request {
179
+ public typealias Handler<Success, Failure> = (PixelPaySDK.DataStreamRequest.Stream<Success, Failure>) throws -> Swift.Void where Failure : Swift.Error
180
+ public struct Stream<Success, Failure> where Failure : Swift.Error {
181
+ public let event: PixelPaySDK.DataStreamRequest.Event<Success, Failure>
182
+ public let token: PixelPaySDK.DataStreamRequest.CancellationToken
183
+ public func cancel()
184
+ }
185
+ public enum Event<Success, Failure> where Failure : Swift.Error {
186
+ case stream(Swift.Result<Success, Failure>)
187
+ case complete(PixelPaySDK.DataStreamRequest.Completion)
188
+ }
189
+ public struct Completion {
190
+ public let request: Foundation.URLRequest?
191
+ public let response: Foundation.HTTPURLResponse?
192
+ public let metrics: Foundation.URLSessionTaskMetrics?
193
+ public let error: PixelPaySDK.AFError?
194
+ }
195
+ public struct CancellationToken {
196
+ public func cancel()
197
+ }
198
+ final public let convertible: PixelPaySDK.URLRequestConvertible
199
+ final public let automaticallyCancelOnStreamError: Swift.Bool
200
+ @discardableResult
201
+ final public func validate(_ validation: @escaping PixelPaySDK.DataStreamRequest.Validation) -> Self
202
+ final public func asInputStream(bufferSize: Swift.Int = 1024) -> Foundation.InputStream?
203
+ @objc deinit
204
+ }
205
+ extension PixelPaySDK.DataStreamRequest.Stream {
206
+ public var result: Swift.Result<Success, Failure>? {
207
+ get
208
+ }
209
+ public var value: Success? {
210
+ get
211
+ }
212
+ public var error: Failure? {
213
+ get
214
+ }
215
+ public var completion: PixelPaySDK.DataStreamRequest.Completion? {
216
+ get
217
+ }
218
+ }
219
+ @_hasMissingDesignatedInitializers public class DownloadRequest : PixelPaySDK.Request {
220
+ public struct Options : Swift.OptionSet {
221
+ public static let createIntermediateDirectories: PixelPaySDK.DownloadRequest.Options
222
+ public static let removePreviousFile: PixelPaySDK.DownloadRequest.Options
223
+ public let rawValue: Swift.Int
224
+ public init(rawValue: Swift.Int)
225
+ public typealias ArrayLiteralElement = PixelPaySDK.DownloadRequest.Options
226
+ public typealias Element = PixelPaySDK.DownloadRequest.Options
227
+ public typealias RawValue = Swift.Int
228
+ }
229
+ public typealias Destination = (_ temporaryURL: Foundation.URL, _ response: Foundation.HTTPURLResponse) -> (destinationURL: Foundation.URL, options: PixelPaySDK.DownloadRequest.Options)
230
+ public class func suggestedDownloadDestination(for directory: Foundation.FileManager.SearchPathDirectory = .documentDirectory, in domain: Foundation.FileManager.SearchPathDomainMask = .userDomainMask, options: PixelPaySDK.DownloadRequest.Options = []) -> PixelPaySDK.DownloadRequest.Destination
231
+ public enum Downloadable {
232
+ case request(PixelPaySDK.URLRequestConvertible)
233
+ case resumeData(Foundation.Data)
234
+ }
235
+ public var resumeData: Foundation.Data? {
236
+ get
237
+ }
238
+ public var fileURL: Foundation.URL? {
239
+ get
240
+ }
241
+ final public let downloadable: PixelPaySDK.DownloadRequest.Downloadable
242
+ public func task(forResumeData data: Foundation.Data, using session: Foundation.URLSession) -> Foundation.URLSessionTask
243
+ @discardableResult
244
+ override public func cancel() -> Self
245
+ @discardableResult
246
+ public func cancel(producingResumeData shouldProduceResumeData: Swift.Bool) -> Self
247
+ @discardableResult
248
+ public func cancel(byProducingResumeData completionHandler: @escaping (_ data: Foundation.Data?) -> Swift.Void) -> Self
249
+ @discardableResult
250
+ public func validate(_ validation: @escaping PixelPaySDK.DownloadRequest.Validation) -> Self
251
+ @objc deinit
252
+ }
253
+ @_hasMissingDesignatedInitializers public class UploadRequest : PixelPaySDK.DataRequest {
254
+ public enum Uploadable {
255
+ case data(Foundation.Data)
256
+ case file(Foundation.URL, shouldRemove: Swift.Bool)
257
+ case stream(Foundation.InputStream)
258
+ }
259
+ final public let upload: PixelPaySDK.UploadableConvertible
260
+ final public let fileManager: Foundation.FileManager
261
+ public var uploadable: PixelPaySDK.UploadRequest.Uploadable?
262
+ public func cleanup()
263
+ @objc deinit
264
+ }
265
+ public protocol UploadableConvertible {
266
+ func createUploadable() throws -> PixelPaySDK.UploadRequest.Uploadable
267
+ }
268
+ extension PixelPaySDK.UploadRequest.Uploadable : PixelPaySDK.UploadableConvertible {
269
+ public func createUploadable() throws -> PixelPaySDK.UploadRequest.Uploadable
270
+ }
271
+ public protocol UploadConvertible : PixelPaySDK.URLRequestConvertible, PixelPaySDK.UploadableConvertible {
272
+ }
273
+ public class Environment {
274
+ public static let LIVE: Swift.String
275
+ public static let TEST: Swift.String
276
+ public static let SANDBOX: Swift.String
277
+ public static let STAGING: Swift.String
278
+ public init() throws
279
+ @objc deinit
280
+ }
281
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
282
+ public struct DataResponsePublisher<Value> : Combine.Publisher {
283
+ public typealias Output = PixelPaySDK.DataResponse<Value, PixelPaySDK.AFError>
284
+ public typealias Failure = Swift.Never
285
+ public init<Serializer>(_ request: PixelPaySDK.DataRequest, queue: Dispatch.DispatchQueue, serializer: Serializer) where Value == Serializer.SerializedObject, Serializer : PixelPaySDK.ResponseSerializer
286
+ public init<Serializer>(_ request: PixelPaySDK.DataRequest, queue: Dispatch.DispatchQueue, serializer: Serializer) where Value == Serializer.SerializedObject, Serializer : PixelPaySDK.DataResponseSerializerProtocol
287
+ public func result() -> Combine.AnyPublisher<Swift.Result<Value, PixelPaySDK.AFError>, Swift.Never>
288
+ public func value() -> Combine.AnyPublisher<Value, PixelPaySDK.AFError>
289
+ public func receive<S>(subscriber: S) where S : Combine.Subscriber, S.Failure == PixelPaySDK.DataResponsePublisher<Value>.Failure, S.Input == PixelPaySDK.DataResponsePublisher<Value>.Output
290
+ }
291
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
292
+ extension PixelPaySDK.DataResponsePublisher where Value == Foundation.Data? {
293
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
294
+ public init(_ request: PixelPaySDK.DataRequest, queue: Dispatch.DispatchQueue)
295
+ }
296
+ extension PixelPaySDK.DataRequest {
297
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
298
+ public func publishResponse<Serializer, T>(using serializer: Serializer, on queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DataResponsePublisher<T> where Serializer : PixelPaySDK.ResponseSerializer, T == Serializer.SerializedObject
299
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
300
+ public func publishData(queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = DataResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = DataResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DataResponseSerializer.defaultEmptyRequestMethods) -> PixelPaySDK.DataResponsePublisher<Foundation.Data>
301
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
302
+ public func publishString(queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = StringResponseSerializer.defaultDataPreprocessor, encoding: Swift.String.Encoding? = nil, emptyResponseCodes: Swift.Set<Swift.Int> = StringResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = StringResponseSerializer.defaultEmptyRequestMethods) -> PixelPaySDK.DataResponsePublisher<Swift.String>
303
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
304
+ public func publishDecodable<T>(type: T.Type = T.self, queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = DecodableResponseSerializer<T>.defaultDataPreprocessor, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), emptyResponseCodes: Swift.Set<Swift.Int> = DecodableResponseSerializer<T>.defaultEmptyResponseCodes, emptyResponseMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DecodableResponseSerializer<T>.defaultEmptyRequestMethods) -> PixelPaySDK.DataResponsePublisher<T> where T : Swift.Decodable
305
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
306
+ public func publishUnserialized(queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DataResponsePublisher<Foundation.Data?>
307
+ }
308
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
309
+ public struct DataStreamPublisher<Value> : Combine.Publisher {
310
+ public typealias Output = PixelPaySDK.DataStreamRequest.Stream<Value, PixelPaySDK.AFError>
311
+ public typealias Failure = Swift.Never
312
+ public init<Serializer>(_ request: PixelPaySDK.DataStreamRequest, queue: Dispatch.DispatchQueue, serializer: Serializer) where Value == Serializer.SerializedObject, Serializer : PixelPaySDK.DataStreamSerializer
313
+ public func result() -> Combine.AnyPublisher<Swift.Result<Value, PixelPaySDK.AFError>, Swift.Never>
314
+ public func value() -> Combine.AnyPublisher<Value, PixelPaySDK.AFError>
315
+ public func receive<S>(subscriber: S) where S : Combine.Subscriber, S.Failure == PixelPaySDK.DataStreamPublisher<Value>.Failure, S.Input == PixelPaySDK.DataStreamPublisher<Value>.Output
316
+ }
317
+ extension PixelPaySDK.DataStreamRequest {
318
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
319
+ final public func publishStream<Serializer>(using serializer: Serializer, on queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DataStreamPublisher<Serializer.SerializedObject> where Serializer : PixelPaySDK.DataStreamSerializer
320
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
321
+ final public func publishData(queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DataStreamPublisher<Foundation.Data>
322
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
323
+ final public func publishString(queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DataStreamPublisher<Swift.String>
324
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
325
+ final public func publishDecodable<T>(type: T.Type = T.self, queue: Dispatch.DispatchQueue = .main, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), preprocessor: PixelPaySDK.DataPreprocessor = PassthroughPreprocessor()) -> PixelPaySDK.DataStreamPublisher<T> where T : Swift.Decodable
326
+ }
327
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
328
+ public struct DownloadResponsePublisher<Value> : Combine.Publisher {
329
+ public typealias Output = PixelPaySDK.DownloadResponse<Value, PixelPaySDK.AFError>
330
+ public typealias Failure = Swift.Never
331
+ public init<Serializer>(_ request: PixelPaySDK.DownloadRequest, queue: Dispatch.DispatchQueue, serializer: Serializer) where Value == Serializer.SerializedObject, Serializer : PixelPaySDK.ResponseSerializer
332
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
333
+ public init<Serializer>(_ request: PixelPaySDK.DownloadRequest, queue: Dispatch.DispatchQueue, serializer: Serializer) where Value == Serializer.SerializedObject, Serializer : PixelPaySDK.DownloadResponseSerializerProtocol
334
+ public func result() -> Combine.AnyPublisher<Swift.Result<Value, PixelPaySDK.AFError>, Swift.Never>
335
+ public func value() -> Combine.AnyPublisher<Value, PixelPaySDK.AFError>
336
+ public func receive<S>(subscriber: S) where S : Combine.Subscriber, S.Failure == PixelPaySDK.DownloadResponsePublisher<Value>.Failure, S.Input == PixelPaySDK.DownloadResponsePublisher<Value>.Output
337
+ }
338
+ extension PixelPaySDK.DownloadRequest {
339
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
340
+ public func publishResponse<Serializer, T>(using serializer: Serializer, on queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DownloadResponsePublisher<T> where Serializer : PixelPaySDK.ResponseSerializer, T == Serializer.SerializedObject
341
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
342
+ public func publishResponse<Serializer, T>(using serializer: Serializer, on queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DownloadResponsePublisher<T> where Serializer : PixelPaySDK.DownloadResponseSerializerProtocol, T == Serializer.SerializedObject
343
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
344
+ public func publishURL(queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DownloadResponsePublisher<Foundation.URL>
345
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
346
+ public func publishData(queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = DataResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = DataResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DataResponseSerializer.defaultEmptyRequestMethods) -> PixelPaySDK.DownloadResponsePublisher<Foundation.Data>
347
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
348
+ public func publishString(queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = StringResponseSerializer.defaultDataPreprocessor, encoding: Swift.String.Encoding? = nil, emptyResponseCodes: Swift.Set<Swift.Int> = StringResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = StringResponseSerializer.defaultEmptyRequestMethods) -> PixelPaySDK.DownloadResponsePublisher<Swift.String>
349
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
350
+ public func publishDecodable<T>(type: T.Type = T.self, queue: Dispatch.DispatchQueue = .main, preprocessor: PixelPaySDK.DataPreprocessor = DecodableResponseSerializer<T>.defaultDataPreprocessor, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), emptyResponseCodes: Swift.Set<Swift.Int> = DecodableResponseSerializer<T>.defaultEmptyResponseCodes, emptyResponseMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DecodableResponseSerializer<T>.defaultEmptyRequestMethods) -> PixelPaySDK.DownloadResponsePublisher<T> where T : Swift.Decodable
351
+ }
352
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
353
+ extension PixelPaySDK.DownloadResponsePublisher where Value == Foundation.URL? {
354
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
355
+ public init(_ request: PixelPaySDK.DownloadRequest, queue: Dispatch.DispatchQueue)
356
+ }
357
+ extension PixelPaySDK.DownloadRequest {
358
+ @available(macOS 10.15, iOS 13, watchOS 6, tvOS 13, *)
359
+ public func publishUnserialized(on queue: Dispatch.DispatchQueue = .main) -> PixelPaySDK.DownloadResponsePublisher<Foundation.URL?>
360
+ }
361
+ public struct HTTPMethod : Swift.RawRepresentable, Swift.Equatable, Swift.Hashable {
362
+ public static let connect: PixelPaySDK.HTTPMethod
363
+ public static let delete: PixelPaySDK.HTTPMethod
364
+ public static let get: PixelPaySDK.HTTPMethod
365
+ public static let head: PixelPaySDK.HTTPMethod
366
+ public static let options: PixelPaySDK.HTTPMethod
367
+ public static let patch: PixelPaySDK.HTTPMethod
368
+ public static let post: PixelPaySDK.HTTPMethod
369
+ public static let put: PixelPaySDK.HTTPMethod
370
+ public static let trace: PixelPaySDK.HTTPMethod
371
+ public let rawValue: Swift.String
372
+ public init(rawValue: Swift.String)
373
+ public typealias RawValue = Swift.String
374
+ }
375
+ @_inheritsConvenienceInitializers public class AuthTransaction : PixelPaySDK.PaymentTransaction {
376
+ override public init()
377
+ required public init(from: Swift.Decoder) throws
378
+ @objc deinit
379
+ }
380
+ @_inheritsConvenienceInitializers public class VoidTransaction : PixelPaySDK.RequestBehaviour {
381
+ public var payment_uuid: Swift.String?
382
+ public var void_reason: Swift.String?
383
+ override public init()
384
+ required public init(from: Swift.Decoder) throws
385
+ override public func encode(to encoder: Swift.Encoder) throws
386
+ @objc deinit
387
+ }
388
+ @_inheritsConvenienceInitializers public class SuccessResponse : PixelPaySDK.Response {
389
+ override public init()
390
+ required public init(from decoder: Swift.Decoder) throws
391
+ @objc deinit
392
+ }
393
+ @_hasMissingDesignatedInitializers public class CardResult : Swift.Codable {
394
+ public var status: Swift.String?
395
+ public var mask: Swift.String?
396
+ public var network: Swift.String?
397
+ public var type: Swift.String?
398
+ public var bin: Swift.String?
399
+ public var last: Swift.String?
400
+ public var hash: Swift.String?
401
+ public var address: Swift.String?
402
+ public var country: Swift.String?
403
+ public var state: Swift.String?
404
+ public var city: Swift.String?
405
+ public var zip: Swift.String?
406
+ public var email: Swift.String?
407
+ public var phone: Swift.String?
408
+ public static func validateResponse(response: PixelPaySDK.Response) -> Swift.Bool
409
+ public static func fromResponse(response: PixelPaySDK.SuccessResponse) -> PixelPaySDK.CardResult
410
+ @objc deinit
411
+ public func encode(to encoder: Swift.Encoder) throws
412
+ required public init(from decoder: Swift.Decoder) throws
413
+ }
414
+ @_inheritsConvenienceInitializers public class StatusTransaction : PixelPaySDK.RequestBehaviour {
415
+ public var payment_uuid: Swift.String?
416
+ override public init()
417
+ required public init(from: Swift.Decoder) throws
418
+ override public func encode(to encoder: Swift.Encoder) throws
419
+ @objc deinit
420
+ }
421
+ @_inheritsConvenienceInitializers public class PreconditionalResponse : PixelPaySDK.Response {
422
+ override public init()
423
+ required public init(from decoder: Swift.Decoder) throws
424
+ @objc deinit
425
+ }
426
+ @_inheritsConvenienceInitializers public class CaptureTransaction : PixelPaySDK.RequestBehaviour {
427
+ public var payment_uuid: Swift.String?
428
+ public var transaction_approved_amount: Swift.String?
429
+ override public init()
430
+ required public init(from: Swift.Decoder) throws
431
+ override public func encode(to encoder: Swift.Encoder) throws
432
+ @objc deinit
433
+ }
434
+ open class ServerTrustManager {
435
+ final public let allHostsMustBeEvaluated: Swift.Bool
436
+ final public let evaluators: [Swift.String : PixelPaySDK.ServerTrustEvaluating]
437
+ public init(allHostsMustBeEvaluated: Swift.Bool = true, evaluators: [Swift.String : PixelPaySDK.ServerTrustEvaluating])
438
+ open func serverTrustEvaluator(forHost host: Swift.String) throws -> PixelPaySDK.ServerTrustEvaluating?
439
+ @objc deinit
440
+ }
441
+ public protocol ServerTrustEvaluating {
442
+ func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
443
+ }
444
+ final public class DefaultTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
445
+ public init(validateHost: Swift.Bool = true)
446
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
447
+ @objc deinit
448
+ }
449
+ final public class RevocationTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
450
+ public struct Options : Swift.OptionSet {
451
+ public static let crl: PixelPaySDK.RevocationTrustEvaluator.Options
452
+ public static let networkAccessDisabled: PixelPaySDK.RevocationTrustEvaluator.Options
453
+ public static let ocsp: PixelPaySDK.RevocationTrustEvaluator.Options
454
+ public static let preferCRL: PixelPaySDK.RevocationTrustEvaluator.Options
455
+ public static let requirePositiveResponse: PixelPaySDK.RevocationTrustEvaluator.Options
456
+ public static let any: PixelPaySDK.RevocationTrustEvaluator.Options
457
+ public let rawValue: CoreFoundation.CFOptionFlags
458
+ public init(rawValue: CoreFoundation.CFOptionFlags)
459
+ public typealias ArrayLiteralElement = PixelPaySDK.RevocationTrustEvaluator.Options
460
+ public typealias Element = PixelPaySDK.RevocationTrustEvaluator.Options
461
+ public typealias RawValue = CoreFoundation.CFOptionFlags
462
+ }
463
+ public init(performDefaultValidation: Swift.Bool = true, validateHost: Swift.Bool = true, options: PixelPaySDK.RevocationTrustEvaluator.Options = .any)
464
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
465
+ @objc deinit
466
+ }
467
+ final public class PinnedCertificatesTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
468
+ public init(certificates: [Security.SecCertificate] = Bundle.main.af.certificates, acceptSelfSignedCertificates: Swift.Bool = false, performDefaultValidation: Swift.Bool = true, validateHost: Swift.Bool = true)
469
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
470
+ @objc deinit
471
+ }
472
+ final public class PublicKeysTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
473
+ public init(keys: [Security.SecKey] = Bundle.main.af.publicKeys, performDefaultValidation: Swift.Bool = true, validateHost: Swift.Bool = true)
474
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
475
+ @objc deinit
476
+ }
477
+ final public class CompositeTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
478
+ public init(evaluators: [PixelPaySDK.ServerTrustEvaluating])
479
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
480
+ @objc deinit
481
+ }
482
+ @available(*, deprecated, renamed: "DisabledTrustEvaluator", message: "DisabledEvaluator has been renamed DisabledTrustEvaluator.")
483
+ public typealias DisabledEvaluator = PixelPaySDK.DisabledTrustEvaluator
484
+ final public class DisabledTrustEvaluator : PixelPaySDK.ServerTrustEvaluating {
485
+ public init()
486
+ final public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
487
+ @objc deinit
488
+ }
489
+ extension Swift.Array where Element == PixelPaySDK.ServerTrustEvaluating {
490
+ public func evaluate(_ trust: Security.SecTrust, forHost host: Swift.String) throws
491
+ }
492
+ extension Foundation.Bundle : PixelPaySDK.AlamofireExtended {
493
+ public typealias ExtendedType = Foundation.Bundle
494
+ }
495
+ extension PixelPaySDK.AlamofireExtension where ExtendedType : Foundation.Bundle {
496
+ public var certificates: [Security.SecCertificate] {
497
+ get
498
+ }
499
+ public var publicKeys: [Security.SecKey] {
500
+ get
501
+ }
502
+ public func paths(forResourcesOfTypes types: [Swift.String]) -> [Swift.String]
503
+ }
504
+ extension Security.SecTrust : PixelPaySDK.AlamofireExtended {
505
+ public typealias ExtendedType = Security.SecTrust
506
+ }
507
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == Security.SecTrust {
508
+ @available(iOS 12, macOS 10.14, tvOS 12, watchOS 5, *)
509
+ public func evaluate(afterApplying policy: Security.SecPolicy) throws
510
+ @available(iOS, introduced: 10, deprecated: 12, renamed: "evaluate(afterApplying:)")
511
+ @available(macOS, introduced: 10.12, deprecated: 10.14, renamed: "evaluate(afterApplying:)")
512
+ @available(tvOS, introduced: 10, deprecated: 12, renamed: "evaluate(afterApplying:)")
513
+ @available(watchOS, introduced: 3, deprecated: 5, renamed: "evaluate(afterApplying:)")
514
+ public func validate(policy: Security.SecPolicy, errorProducer: (_ status: Darwin.OSStatus, _ result: Security.SecTrustResultType) -> Swift.Error) throws
515
+ public func apply(policy: Security.SecPolicy) throws -> Security.SecTrust
516
+ @available(iOS 12, macOS 10.14, tvOS 12, watchOS 5, *)
517
+ public func evaluate() throws
518
+ @available(iOS, introduced: 10, deprecated: 12, renamed: "evaluate()")
519
+ @available(macOS, introduced: 10.12, deprecated: 10.14, renamed: "evaluate()")
520
+ @available(tvOS, introduced: 10, deprecated: 12, renamed: "evaluate()")
521
+ @available(watchOS, introduced: 3, deprecated: 5, renamed: "evaluate()")
522
+ public func validate(errorProducer: (_ status: Darwin.OSStatus, _ result: Security.SecTrustResultType) -> Swift.Error) throws
523
+ public func setAnchorCertificates(_ certificates: [Security.SecCertificate]) throws
524
+ public var publicKeys: [Security.SecKey] {
525
+ get
526
+ }
527
+ public var certificates: [Security.SecCertificate] {
528
+ get
529
+ }
530
+ public var certificateData: [Foundation.Data] {
531
+ get
532
+ }
533
+ public func performDefaultValidation(forHost host: Swift.String) throws
534
+ public func performValidation(forHost host: Swift.String) throws
535
+ }
536
+ extension Security.SecPolicy : PixelPaySDK.AlamofireExtended {
537
+ public typealias ExtendedType = Security.SecPolicy
538
+ }
539
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == Security.SecPolicy {
540
+ public static let `default`: Security.SecPolicy
541
+ public static func hostname(_ hostname: Swift.String) -> Security.SecPolicy
542
+ public static func revocation(options: PixelPaySDK.RevocationTrustEvaluator.Options) throws -> Security.SecPolicy
543
+ }
544
+ extension Swift.Array : PixelPaySDK.AlamofireExtended {
545
+ public typealias ExtendedType = Swift.Array<Element>
546
+ }
547
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == [Security.SecCertificate] {
548
+ public var data: [Foundation.Data] {
549
+ get
550
+ }
551
+ public var publicKeys: [Security.SecKey] {
552
+ get
553
+ }
554
+ }
555
+ extension Security.SecCertificate : PixelPaySDK.AlamofireExtended {
556
+ public typealias ExtendedType = Security.SecCertificate
557
+ }
558
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == Security.SecCertificate {
559
+ public var publicKey: Security.SecKey? {
560
+ get
561
+ }
562
+ }
563
+ extension Swift.Int32 : PixelPaySDK.AlamofireExtended {
564
+ public typealias ExtendedType = Swift.Int32
565
+ }
566
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == Darwin.OSStatus {
567
+ public var isSuccess: Swift.Bool {
568
+ get
569
+ }
570
+ }
571
+ extension Security.SecTrustResultType : PixelPaySDK.AlamofireExtended {
572
+ public typealias ExtendedType = Security.SecTrustResultType
573
+ }
574
+ extension PixelPaySDK.AlamofireExtension where ExtendedType == Security.SecTrustResultType {
575
+ public var isSuccess: Swift.Bool {
576
+ get
577
+ }
578
+ }
579
+ @_inheritsConvenienceInitializers public class NotFoundResponse : PixelPaySDK.Response {
580
+ override public init()
581
+ required public init(from decoder: Swift.Decoder) throws
582
+ @objc deinit
583
+ }
584
+ public class Card {
585
+ public var number: Swift.String?
586
+ public var cvv2: Swift.String?
587
+ public var expire_month: Swift.Int?
588
+ public var expire_year: Swift.Int?
589
+ public var cardholder: Swift.String?
590
+ public init()
591
+ public func getExpireFormat() -> Swift.String
592
+ @objc deinit
593
+ }
594
+ final public class URLEncodedFormEncoder {
595
+ public enum ArrayEncoding {
596
+ case brackets
597
+ case noBrackets
598
+ public static func == (a: PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding, b: PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding) -> Swift.Bool
599
+ public func hash(into hasher: inout Swift.Hasher)
600
+ public var hashValue: Swift.Int {
601
+ get
602
+ }
603
+ }
604
+ public enum BoolEncoding {
605
+ case numeric
606
+ case literal
607
+ public static func == (a: PixelPaySDK.URLEncodedFormEncoder.BoolEncoding, b: PixelPaySDK.URLEncodedFormEncoder.BoolEncoding) -> Swift.Bool
608
+ public func hash(into hasher: inout Swift.Hasher)
609
+ public var hashValue: Swift.Int {
610
+ get
611
+ }
612
+ }
613
+ public enum DataEncoding {
614
+ case deferredToData
615
+ case base64
616
+ case custom((Foundation.Data) throws -> Swift.String)
617
+ }
618
+ public enum DateEncoding {
619
+ case deferredToDate
620
+ case secondsSince1970
621
+ case millisecondsSince1970
622
+ case iso8601
623
+ case formatted(Foundation.DateFormatter)
624
+ case custom((Foundation.Date) throws -> Swift.String)
625
+ }
626
+ public enum KeyEncoding {
627
+ case useDefaultKeys
628
+ case convertToSnakeCase
629
+ case convertToKebabCase
630
+ case capitalized
631
+ case uppercased
632
+ case lowercased
633
+ case custom((Swift.String) -> Swift.String)
634
+ }
635
+ public enum SpaceEncoding {
636
+ case percentEscaped
637
+ case plusReplaced
638
+ public static func == (a: PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding, b: PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding) -> Swift.Bool
639
+ public func hash(into hasher: inout Swift.Hasher)
640
+ public var hashValue: Swift.Int {
641
+ get
642
+ }
643
+ }
644
+ public enum Error : Swift.Error {
645
+ case invalidRootObject(Swift.String)
646
+ }
647
+ final public let alphabetizeKeyValuePairs: Swift.Bool
648
+ final public let arrayEncoding: PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding
649
+ final public let boolEncoding: PixelPaySDK.URLEncodedFormEncoder.BoolEncoding
650
+ final public let dataEncoding: PixelPaySDK.URLEncodedFormEncoder.DataEncoding
651
+ final public let dateEncoding: PixelPaySDK.URLEncodedFormEncoder.DateEncoding
652
+ final public let keyEncoding: PixelPaySDK.URLEncodedFormEncoder.KeyEncoding
653
+ final public let spaceEncoding: PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding
654
+ final public var allowedCharacters: Foundation.CharacterSet
655
+ public init(alphabetizeKeyValuePairs: Swift.Bool = true, arrayEncoding: PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding = .brackets, boolEncoding: PixelPaySDK.URLEncodedFormEncoder.BoolEncoding = .numeric, dataEncoding: PixelPaySDK.URLEncodedFormEncoder.DataEncoding = .base64, dateEncoding: PixelPaySDK.URLEncodedFormEncoder.DateEncoding = .deferredToDate, keyEncoding: PixelPaySDK.URLEncodedFormEncoder.KeyEncoding = .useDefaultKeys, spaceEncoding: PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding = .percentEscaped, allowedCharacters: Foundation.CharacterSet = .afURLQueryAllowed)
656
+ final public func encode(_ value: Swift.Encodable) throws -> Swift.String
657
+ final public func encode(_ value: Swift.Encodable) throws -> Foundation.Data
658
+ @objc deinit
659
+ }
660
+ extension Foundation.CharacterSet {
661
+ public static let afURLQueryAllowed: Foundation.CharacterSet
662
+ }
663
+ extension PixelPaySDK.Request {
664
+ public typealias ValidationResult = Swift.Result<Swift.Void, Swift.Error>
665
+ }
666
+ extension PixelPaySDK.DataRequest {
667
+ public typealias Validation = (Foundation.URLRequest?, Foundation.HTTPURLResponse, Foundation.Data?) -> PixelPaySDK.DataRequest.ValidationResult
668
+ @discardableResult
669
+ public func validate<S>(statusCode acceptableStatusCodes: S) -> Self where S : Swift.Sequence, S.Element == Swift.Int
670
+ @discardableResult
671
+ public func validate<S>(contentType acceptableContentTypes: @autoclosure @escaping () -> S) -> Self where S : Swift.Sequence, S.Element == Swift.String
672
+ @discardableResult
673
+ public func validate() -> Self
674
+ }
675
+ extension PixelPaySDK.DataStreamRequest {
676
+ public typealias Validation = (_ request: Foundation.URLRequest?, _ response: Foundation.HTTPURLResponse) -> PixelPaySDK.DataStreamRequest.ValidationResult
677
+ @discardableResult
678
+ final public func validate<S>(statusCode acceptableStatusCodes: S) -> Self where S : Swift.Sequence, S.Element == Swift.Int
679
+ @discardableResult
680
+ final public func validate<S>(contentType acceptableContentTypes: @autoclosure @escaping () -> S) -> Self where S : Swift.Sequence, S.Element == Swift.String
681
+ @discardableResult
682
+ final public func validate() -> Self
683
+ }
684
+ extension PixelPaySDK.DownloadRequest {
685
+ public typealias Validation = (_ request: Foundation.URLRequest?, _ response: Foundation.HTTPURLResponse, _ fileURL: Foundation.URL?) -> PixelPaySDK.DownloadRequest.ValidationResult
686
+ @discardableResult
687
+ public func validate<S>(statusCode acceptableStatusCodes: S) -> Self where S : Swift.Sequence, S.Element == Swift.Int
688
+ @discardableResult
689
+ public func validate<S>(contentType acceptableContentTypes: @autoclosure @escaping () -> S) -> Self where S : Swift.Sequence, S.Element == Swift.String
690
+ @discardableResult
691
+ public func validate() -> Self
692
+ }
693
+ public class Locations {
694
+ public init() throws
695
+ public static func countriesList() -> [Swift.String : Swift.String]
696
+ public static func statesList(country_code: Swift.String) -> [Swift.String : Swift.String]
697
+ @objc deinit
698
+ }
699
+ public struct HTTPHeaders {
700
+ public init()
701
+ public init(_ headers: [PixelPaySDK.HTTPHeader])
702
+ public init(_ dictionary: [Swift.String : Swift.String])
703
+ public mutating func add(name: Swift.String, value: Swift.String)
704
+ public mutating func add(_ header: PixelPaySDK.HTTPHeader)
705
+ public mutating func update(name: Swift.String, value: Swift.String)
706
+ public mutating func update(_ header: PixelPaySDK.HTTPHeader)
707
+ public mutating func remove(name: Swift.String)
708
+ public mutating func sort()
709
+ public func sorted() -> PixelPaySDK.HTTPHeaders
710
+ public func value(for name: Swift.String) -> Swift.String?
711
+ public subscript(name: Swift.String) -> Swift.String? {
712
+ get
713
+ set
714
+ }
715
+ public var dictionary: [Swift.String : Swift.String] {
716
+ get
717
+ }
718
+ }
719
+ extension PixelPaySDK.HTTPHeaders : Swift.ExpressibleByDictionaryLiteral {
720
+ public init(dictionaryLiteral elements: (Swift.String, Swift.String)...)
721
+ public typealias Key = Swift.String
722
+ public typealias Value = Swift.String
723
+ }
724
+ extension PixelPaySDK.HTTPHeaders : Swift.ExpressibleByArrayLiteral {
725
+ public init(arrayLiteral elements: PixelPaySDK.HTTPHeader...)
726
+ public typealias ArrayLiteralElement = PixelPaySDK.HTTPHeader
727
+ }
728
+ extension PixelPaySDK.HTTPHeaders : Swift.Sequence {
729
+ public func makeIterator() -> Swift.IndexingIterator<[PixelPaySDK.HTTPHeader]>
730
+ }
731
+ extension PixelPaySDK.HTTPHeaders : Swift.Collection {
732
+ public var startIndex: Swift.Int {
733
+ get
734
+ }
735
+ public var endIndex: Swift.Int {
736
+ get
737
+ }
738
+ public subscript(position: Swift.Int) -> PixelPaySDK.HTTPHeader {
739
+ get
740
+ }
741
+ public func index(after i: Swift.Int) -> Swift.Int
742
+ public typealias Element = PixelPaySDK.HTTPHeader
743
+ public typealias Index = Swift.Int
744
+ public typealias Indices = Swift.DefaultIndices<PixelPaySDK.HTTPHeaders>
745
+ public typealias Iterator = Swift.IndexingIterator<[PixelPaySDK.HTTPHeader]>
746
+ public typealias SubSequence = Swift.Slice<PixelPaySDK.HTTPHeaders>
747
+ }
748
+ extension PixelPaySDK.HTTPHeaders : Swift.CustomStringConvertible {
749
+ public var description: Swift.String {
750
+ get
751
+ }
752
+ }
753
+ public struct HTTPHeader : Swift.Hashable {
754
+ public let name: Swift.String
755
+ public let value: Swift.String
756
+ public init(name: Swift.String, value: Swift.String)
757
+ public func hash(into hasher: inout Swift.Hasher)
758
+ public static func == (a: PixelPaySDK.HTTPHeader, b: PixelPaySDK.HTTPHeader) -> Swift.Bool
759
+ public var hashValue: Swift.Int {
760
+ get
761
+ }
762
+ }
763
+ extension PixelPaySDK.HTTPHeader : Swift.CustomStringConvertible {
764
+ public var description: Swift.String {
765
+ get
766
+ }
767
+ }
768
+ extension PixelPaySDK.HTTPHeader {
769
+ public static func accept(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
770
+ public static func acceptCharset(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
771
+ public static func acceptLanguage(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
772
+ public static func acceptEncoding(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
773
+ public static func authorization(username: Swift.String, password: Swift.String) -> PixelPaySDK.HTTPHeader
774
+ public static func authorization(bearerToken: Swift.String) -> PixelPaySDK.HTTPHeader
775
+ public static func authorization(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
776
+ public static func contentDisposition(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
777
+ public static func contentType(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
778
+ public static func userAgent(_ value: Swift.String) -> PixelPaySDK.HTTPHeader
779
+ }
780
+ extension PixelPaySDK.HTTPHeaders {
781
+ public static let `default`: PixelPaySDK.HTTPHeaders
782
+ }
783
+ extension PixelPaySDK.HTTPHeader {
784
+ public static let defaultAcceptEncoding: PixelPaySDK.HTTPHeader
785
+ public static let defaultAcceptLanguage: PixelPaySDK.HTTPHeader
786
+ public static let defaultUserAgent: PixelPaySDK.HTTPHeader
787
+ }
788
+ extension Foundation.URLRequest {
789
+ public var headers: PixelPaySDK.HTTPHeaders {
790
+ get
791
+ set
792
+ }
793
+ }
794
+ extension Foundation.HTTPURLResponse {
795
+ public var headers: PixelPaySDK.HTTPHeaders {
796
+ get
797
+ }
798
+ }
799
+ extension Foundation.URLSessionConfiguration {
800
+ public var headers: PixelPaySDK.HTTPHeaders {
801
+ get
802
+ set
803
+ }
804
+ }
805
+ @_inheritsConvenienceInitializers public class NetworkFailureResponse : PixelPaySDK.Response {
806
+ override public init()
807
+ required public init(from decoder: Swift.Decoder) throws
808
+ @objc deinit
809
+ }
810
+ @_inheritsConvenienceInitializers public class Transaction : PixelPaySDK.ServiceBehaviour {
811
+ public func doSale(transaction: PixelPaySDK.SaleTransaction, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
812
+ public func doAuth(transaction: PixelPaySDK.AuthTransaction, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
813
+ public func doCapture(transaction: PixelPaySDK.CaptureTransaction, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
814
+ public func doVoid(transaction: PixelPaySDK.VoidTransaction, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
815
+ public func getStatus(transaction: PixelPaySDK.StatusTransaction, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
816
+ public func verifyPaymentHash(hash: Swift.String?, order_id: Swift.String?, secret: Swift.String) -> Swift.Bool
817
+ override public init(settings: PixelPaySDK.Settings)
818
+ @objc deinit
819
+ }
820
+ public protocol CachedResponseHandler {
821
+ func dataTask(_ task: Foundation.URLSessionDataTask, willCacheResponse response: Foundation.CachedURLResponse, completion: @escaping (Foundation.CachedURLResponse?) -> Swift.Void)
822
+ }
823
+ public struct ResponseCacher {
824
+ public enum Behavior {
825
+ case cache
826
+ case doNotCache
827
+ case modify((Foundation.URLSessionDataTask, Foundation.CachedURLResponse) -> Foundation.CachedURLResponse?)
828
+ }
829
+ public static let cache: PixelPaySDK.ResponseCacher
830
+ public static let doNotCache: PixelPaySDK.ResponseCacher
831
+ public let behavior: PixelPaySDK.ResponseCacher.Behavior
832
+ public init(behavior: PixelPaySDK.ResponseCacher.Behavior)
833
+ }
834
+ extension PixelPaySDK.ResponseCacher : PixelPaySDK.CachedResponseHandler {
835
+ public func dataTask(_ task: Foundation.URLSessionDataTask, willCacheResponse response: Foundation.CachedURLResponse, completion: @escaping (Foundation.CachedURLResponse?) -> Swift.Void)
836
+ }
837
+ open class Session {
838
+ public static let `default`: PixelPaySDK.Session
839
+ final public let session: Foundation.URLSession
840
+ final public let delegate: PixelPaySDK.SessionDelegate
841
+ final public let rootQueue: Dispatch.DispatchQueue
842
+ final public let startRequestsImmediately: Swift.Bool
843
+ final public let requestQueue: Dispatch.DispatchQueue
844
+ final public let serializationQueue: Dispatch.DispatchQueue
845
+ final public let interceptor: PixelPaySDK.RequestInterceptor?
846
+ final public let serverTrustManager: PixelPaySDK.ServerTrustManager?
847
+ final public let redirectHandler: PixelPaySDK.RedirectHandler?
848
+ final public let cachedResponseHandler: PixelPaySDK.CachedResponseHandler?
849
+ final public let eventMonitor: PixelPaySDK.CompositeEventMonitor
850
+ final public let defaultEventMonitors: [PixelPaySDK.EventMonitor]
851
+ public init(session: Foundation.URLSession, delegate: PixelPaySDK.SessionDelegate, rootQueue: Dispatch.DispatchQueue, startRequestsImmediately: Swift.Bool = true, requestQueue: Dispatch.DispatchQueue? = nil, serializationQueue: Dispatch.DispatchQueue? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, serverTrustManager: PixelPaySDK.ServerTrustManager? = nil, redirectHandler: PixelPaySDK.RedirectHandler? = nil, cachedResponseHandler: PixelPaySDK.CachedResponseHandler? = nil, eventMonitors: [PixelPaySDK.EventMonitor] = [])
852
+ convenience public init(configuration: Foundation.URLSessionConfiguration = URLSessionConfiguration.af.default, delegate: PixelPaySDK.SessionDelegate = SessionDelegate(), rootQueue: Dispatch.DispatchQueue = DispatchQueue(label: "org.alamofire.session.rootQueue"), startRequestsImmediately: Swift.Bool = true, requestQueue: Dispatch.DispatchQueue? = nil, serializationQueue: Dispatch.DispatchQueue? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, serverTrustManager: PixelPaySDK.ServerTrustManager? = nil, redirectHandler: PixelPaySDK.RedirectHandler? = nil, cachedResponseHandler: PixelPaySDK.CachedResponseHandler? = nil, eventMonitors: [PixelPaySDK.EventMonitor] = [])
853
+ @objc deinit
854
+ public func withAllRequests(perform action: @escaping (Swift.Set<PixelPaySDK.Request>) -> Swift.Void)
855
+ public func cancelAllRequests(completingOnQueue queue: Dispatch.DispatchQueue = .main, completion: (() -> Swift.Void)? = nil)
856
+ public typealias RequestModifier = (inout Foundation.URLRequest) throws -> Swift.Void
857
+ open func request(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, parameters: PixelPaySDK.Parameters? = nil, encoding: PixelPaySDK.ParameterEncoding = URLEncoding.default, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.DataRequest
858
+ open func request<Parameters>(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, parameters: Parameters? = nil, encoder: PixelPaySDK.ParameterEncoder = URLEncodedFormParameterEncoder.default, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.DataRequest where Parameters : Swift.Encodable
859
+ open func request(_ convertible: PixelPaySDK.URLRequestConvertible, interceptor: PixelPaySDK.RequestInterceptor? = nil) -> PixelPaySDK.DataRequest
860
+ open func streamRequest<Parameters>(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, parameters: Parameters? = nil, encoder: PixelPaySDK.ParameterEncoder = URLEncodedFormParameterEncoder.default, headers: PixelPaySDK.HTTPHeaders? = nil, automaticallyCancelOnStreamError: Swift.Bool = false, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.DataStreamRequest where Parameters : Swift.Encodable
861
+ open func streamRequest(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, headers: PixelPaySDK.HTTPHeaders? = nil, automaticallyCancelOnStreamError: Swift.Bool = false, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.DataStreamRequest
862
+ open func streamRequest(_ convertible: PixelPaySDK.URLRequestConvertible, automaticallyCancelOnStreamError: Swift.Bool = false, interceptor: PixelPaySDK.RequestInterceptor? = nil) -> PixelPaySDK.DataStreamRequest
863
+ open func download(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, parameters: PixelPaySDK.Parameters? = nil, encoding: PixelPaySDK.ParameterEncoding = URLEncoding.default, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil, to destination: PixelPaySDK.DownloadRequest.Destination? = nil) -> PixelPaySDK.DownloadRequest
864
+ open func download<Parameters>(_ convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .get, parameters: Parameters? = nil, encoder: PixelPaySDK.ParameterEncoder = URLEncodedFormParameterEncoder.default, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, requestModifier: PixelPaySDK.Session.RequestModifier? = nil, to destination: PixelPaySDK.DownloadRequest.Destination? = nil) -> PixelPaySDK.DownloadRequest where Parameters : Swift.Encodable
865
+ open func download(_ convertible: PixelPaySDK.URLRequestConvertible, interceptor: PixelPaySDK.RequestInterceptor? = nil, to destination: PixelPaySDK.DownloadRequest.Destination? = nil) -> PixelPaySDK.DownloadRequest
866
+ open func download(resumingWith data: Foundation.Data, interceptor: PixelPaySDK.RequestInterceptor? = nil, to destination: PixelPaySDK.DownloadRequest.Destination? = nil) -> PixelPaySDK.DownloadRequest
867
+ open func upload(_ data: Foundation.Data, to convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .post, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.UploadRequest
868
+ open func upload(_ data: Foundation.Data, with convertible: PixelPaySDK.URLRequestConvertible, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default) -> PixelPaySDK.UploadRequest
869
+ open func upload(_ fileURL: Foundation.URL, to convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .post, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.UploadRequest
870
+ open func upload(_ fileURL: Foundation.URL, with convertible: PixelPaySDK.URLRequestConvertible, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default) -> PixelPaySDK.UploadRequest
871
+ open func upload(_ stream: Foundation.InputStream, to convertible: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod = .post, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.UploadRequest
872
+ open func upload(_ stream: Foundation.InputStream, with convertible: PixelPaySDK.URLRequestConvertible, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default) -> PixelPaySDK.UploadRequest
873
+ open func upload(multipartFormData: @escaping (PixelPaySDK.MultipartFormData) -> Swift.Void, to url: PixelPaySDK.URLConvertible, usingThreshold encodingMemoryThreshold: Swift.UInt64 = MultipartFormData.encodingMemoryThreshold, method: PixelPaySDK.HTTPMethod = .post, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.UploadRequest
874
+ open func upload(multipartFormData: @escaping (PixelPaySDK.MultipartFormData) -> Swift.Void, with request: PixelPaySDK.URLRequestConvertible, usingThreshold encodingMemoryThreshold: Swift.UInt64 = MultipartFormData.encodingMemoryThreshold, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default) -> PixelPaySDK.UploadRequest
875
+ open func upload(multipartFormData: PixelPaySDK.MultipartFormData, to url: PixelPaySDK.URLConvertible, usingThreshold encodingMemoryThreshold: Swift.UInt64 = MultipartFormData.encodingMemoryThreshold, method: PixelPaySDK.HTTPMethod = .post, headers: PixelPaySDK.HTTPHeaders? = nil, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default, requestModifier: PixelPaySDK.Session.RequestModifier? = nil) -> PixelPaySDK.UploadRequest
876
+ open func upload(multipartFormData: PixelPaySDK.MultipartFormData, with request: PixelPaySDK.URLRequestConvertible, usingThreshold encodingMemoryThreshold: Swift.UInt64 = MultipartFormData.encodingMemoryThreshold, interceptor: PixelPaySDK.RequestInterceptor? = nil, fileManager: Foundation.FileManager = .default) -> PixelPaySDK.UploadRequest
877
+ }
878
+ extension PixelPaySDK.Session : PixelPaySDK.RequestDelegate {
879
+ public var sessionConfiguration: Foundation.URLSessionConfiguration {
880
+ get
881
+ }
882
+ public var startImmediately: Swift.Bool {
883
+ get
884
+ }
885
+ public func cleanup(after request: PixelPaySDK.Request)
886
+ public func retryResult(for request: PixelPaySDK.Request, dueTo error: PixelPaySDK.AFError, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
887
+ public func retryRequest(_ request: PixelPaySDK.Request, withDelay timeDelay: Foundation.TimeInterval?)
888
+ }
889
+ public enum AFError : Swift.Error {
890
+ public enum MultipartEncodingFailureReason {
891
+ case bodyPartURLInvalid(url: Foundation.URL)
892
+ case bodyPartFilenameInvalid(in: Foundation.URL)
893
+ case bodyPartFileNotReachable(at: Foundation.URL)
894
+ case bodyPartFileNotReachableWithError(atURL: Foundation.URL, error: Swift.Error)
895
+ case bodyPartFileIsDirectory(at: Foundation.URL)
896
+ case bodyPartFileSizeNotAvailable(at: Foundation.URL)
897
+ case bodyPartFileSizeQueryFailedWithError(forURL: Foundation.URL, error: Swift.Error)
898
+ case bodyPartInputStreamCreationFailed(for: Foundation.URL)
899
+ case outputStreamCreationFailed(for: Foundation.URL)
900
+ case outputStreamFileAlreadyExists(at: Foundation.URL)
901
+ case outputStreamURLInvalid(url: Foundation.URL)
902
+ case outputStreamWriteFailed(error: Swift.Error)
903
+ case inputStreamReadFailed(error: Swift.Error)
904
+ }
905
+ public struct UnexpectedInputStreamLength : Swift.Error {
906
+ public var bytesExpected: Swift.UInt64
907
+ public var bytesRead: Swift.UInt64
908
+ }
909
+ public enum ParameterEncodingFailureReason {
910
+ case missingURL
911
+ case jsonEncodingFailed(error: Swift.Error)
912
+ case customEncodingFailed(error: Swift.Error)
913
+ }
914
+ public enum ParameterEncoderFailureReason {
915
+ public enum RequiredComponent {
916
+ case url
917
+ case httpMethod(rawValue: Swift.String)
918
+ }
919
+ case missingRequiredComponent(PixelPaySDK.AFError.ParameterEncoderFailureReason.RequiredComponent)
920
+ case encoderFailed(error: Swift.Error)
921
+ }
922
+ public enum ResponseValidationFailureReason {
923
+ case dataFileNil
924
+ case dataFileReadFailed(at: Foundation.URL)
925
+ case missingContentType(acceptableContentTypes: [Swift.String])
926
+ case unacceptableContentType(acceptableContentTypes: [Swift.String], responseContentType: Swift.String)
927
+ case unacceptableStatusCode(code: Swift.Int)
928
+ case customValidationFailed(error: Swift.Error)
929
+ }
930
+ public enum ResponseSerializationFailureReason {
931
+ case inputDataNilOrZeroLength
932
+ case inputFileNil
933
+ case inputFileReadFailed(at: Foundation.URL)
934
+ case stringSerializationFailed(encoding: Swift.String.Encoding)
935
+ case jsonSerializationFailed(error: Swift.Error)
936
+ case decodingFailed(error: Swift.Error)
937
+ case customSerializationFailed(error: Swift.Error)
938
+ case invalidEmptyResponse(type: Swift.String)
939
+ }
940
+ public enum ServerTrustFailureReason {
941
+ public struct Output {
942
+ public let host: Swift.String
943
+ public let trust: Security.SecTrust
944
+ public let status: Darwin.OSStatus
945
+ public let result: Security.SecTrustResultType
946
+ }
947
+ case noRequiredEvaluator(host: Swift.String)
948
+ case noCertificatesFound
949
+ case noPublicKeysFound
950
+ case policyApplicationFailed(trust: Security.SecTrust, policy: Security.SecPolicy, status: Darwin.OSStatus)
951
+ case settingAnchorCertificatesFailed(status: Darwin.OSStatus, certificates: [Security.SecCertificate])
952
+ case revocationPolicyCreationFailed
953
+ case trustEvaluationFailed(error: Swift.Error?)
954
+ case defaultEvaluationFailed(output: PixelPaySDK.AFError.ServerTrustFailureReason.Output)
955
+ case hostValidationFailed(output: PixelPaySDK.AFError.ServerTrustFailureReason.Output)
956
+ case revocationCheckFailed(output: PixelPaySDK.AFError.ServerTrustFailureReason.Output, options: PixelPaySDK.RevocationTrustEvaluator.Options)
957
+ case certificatePinningFailed(host: Swift.String, trust: Security.SecTrust, pinnedCertificates: [Security.SecCertificate], serverCertificates: [Security.SecCertificate])
958
+ case publicKeyPinningFailed(host: Swift.String, trust: Security.SecTrust, pinnedKeys: [Security.SecKey], serverKeys: [Security.SecKey])
959
+ case customEvaluationFailed(error: Swift.Error)
960
+ }
961
+ public enum URLRequestValidationFailureReason {
962
+ case bodyDataInGETRequest(Foundation.Data)
963
+ }
964
+ case createUploadableFailed(error: Swift.Error)
965
+ case createURLRequestFailed(error: Swift.Error)
966
+ case downloadedFileMoveFailed(error: Swift.Error, source: Foundation.URL, destination: Foundation.URL)
967
+ case explicitlyCancelled
968
+ case invalidURL(url: PixelPaySDK.URLConvertible)
969
+ case multipartEncodingFailed(reason: PixelPaySDK.AFError.MultipartEncodingFailureReason)
970
+ case parameterEncodingFailed(reason: PixelPaySDK.AFError.ParameterEncodingFailureReason)
971
+ case parameterEncoderFailed(reason: PixelPaySDK.AFError.ParameterEncoderFailureReason)
972
+ case requestAdaptationFailed(error: Swift.Error)
973
+ case requestRetryFailed(retryError: Swift.Error, originalError: Swift.Error)
974
+ case responseValidationFailed(reason: PixelPaySDK.AFError.ResponseValidationFailureReason)
975
+ case responseSerializationFailed(reason: PixelPaySDK.AFError.ResponseSerializationFailureReason)
976
+ case serverTrustEvaluationFailed(reason: PixelPaySDK.AFError.ServerTrustFailureReason)
977
+ case sessionDeinitialized
978
+ case sessionInvalidated(error: Swift.Error?)
979
+ case sessionTaskFailed(error: Swift.Error)
980
+ case urlRequestValidationFailed(reason: PixelPaySDK.AFError.URLRequestValidationFailureReason)
981
+ }
982
+ extension Swift.Error {
983
+ public var asAFError: PixelPaySDK.AFError? {
984
+ get
985
+ }
986
+ public func asAFError(orFailWith message: @autoclosure () -> Swift.String, file: Swift.StaticString = #file, line: Swift.UInt = #line) -> PixelPaySDK.AFError
987
+ }
988
+ extension PixelPaySDK.AFError {
989
+ public var isSessionDeinitializedError: Swift.Bool {
990
+ get
991
+ }
992
+ public var isSessionInvalidatedError: Swift.Bool {
993
+ get
994
+ }
995
+ public var isExplicitlyCancelledError: Swift.Bool {
996
+ get
997
+ }
998
+ public var isInvalidURLError: Swift.Bool {
999
+ get
1000
+ }
1001
+ public var isParameterEncodingError: Swift.Bool {
1002
+ get
1003
+ }
1004
+ public var isParameterEncoderError: Swift.Bool {
1005
+ get
1006
+ }
1007
+ public var isMultipartEncodingError: Swift.Bool {
1008
+ get
1009
+ }
1010
+ public var isRequestAdaptationError: Swift.Bool {
1011
+ get
1012
+ }
1013
+ public var isResponseValidationError: Swift.Bool {
1014
+ get
1015
+ }
1016
+ public var isResponseSerializationError: Swift.Bool {
1017
+ get
1018
+ }
1019
+ public var isServerTrustEvaluationError: Swift.Bool {
1020
+ get
1021
+ }
1022
+ public var isRequestRetryError: Swift.Bool {
1023
+ get
1024
+ }
1025
+ public var isCreateUploadableError: Swift.Bool {
1026
+ get
1027
+ }
1028
+ public var isCreateURLRequestError: Swift.Bool {
1029
+ get
1030
+ }
1031
+ public var isDownloadedFileMoveError: Swift.Bool {
1032
+ get
1033
+ }
1034
+ public var isSessionTaskError: Swift.Bool {
1035
+ get
1036
+ }
1037
+ }
1038
+ extension PixelPaySDK.AFError {
1039
+ public var urlConvertible: PixelPaySDK.URLConvertible? {
1040
+ get
1041
+ }
1042
+ public var url: Foundation.URL? {
1043
+ get
1044
+ }
1045
+ public var underlyingError: Swift.Error? {
1046
+ get
1047
+ }
1048
+ public var acceptableContentTypes: [Swift.String]? {
1049
+ get
1050
+ }
1051
+ public var responseContentType: Swift.String? {
1052
+ get
1053
+ }
1054
+ public var responseCode: Swift.Int? {
1055
+ get
1056
+ }
1057
+ public var failedStringEncoding: Swift.String.Encoding? {
1058
+ get
1059
+ }
1060
+ public var sourceURL: Foundation.URL? {
1061
+ get
1062
+ }
1063
+ public var destinationURL: Foundation.URL? {
1064
+ get
1065
+ }
1066
+ public var downloadResumeData: Foundation.Data? {
1067
+ get
1068
+ }
1069
+ }
1070
+ extension PixelPaySDK.AFError : Foundation.LocalizedError {
1071
+ public var errorDescription: Swift.String? {
1072
+ get
1073
+ }
1074
+ }
1075
+ public class Settings : Swift.Codable {
1076
+ public var auth_key: Swift.String?
1077
+ public var auth_hash: Swift.String?
1078
+ public var auth_user: Swift.String?
1079
+ public var endpoint: Swift.String?
1080
+ public var environment: Swift.String?
1081
+ public var lang: Swift.String?
1082
+ public init()
1083
+ public func setupEndpoint(endpoint: Swift.String)
1084
+ public func setupCredentials(key: Swift.String, hash: Swift.String)
1085
+ public func setupPlatformUser(hash: Swift.String)
1086
+ public func setupEnvironment(env: Swift.String)
1087
+ public func setupSandbox()
1088
+ public func setupLanguage(lang: Swift.String)
1089
+ @objc deinit
1090
+ public func encode(to encoder: Swift.Encoder) throws
1091
+ required public init(from decoder: Swift.Decoder) throws
1092
+ }
1093
+ @_inheritsConvenienceInitializers public class NoAccessResponse : PixelPaySDK.Response {
1094
+ override public init()
1095
+ required public init(from decoder: Swift.Decoder) throws
1096
+ @objc deinit
1097
+ }
1098
+ public protocol EventMonitor {
1099
+ var queue: Dispatch.DispatchQueue { get }
1100
+ func urlSession(_ session: Foundation.URLSession, didBecomeInvalidWithError error: Swift.Error?)
1101
+ func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didReceive challenge: Foundation.URLAuthenticationChallenge)
1102
+ func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didSendBodyData bytesSent: Swift.Int64, totalBytesSent: Swift.Int64, totalBytesExpectedToSend: Swift.Int64)
1103
+ func urlSession(_ session: Foundation.URLSession, taskNeedsNewBodyStream task: Foundation.URLSessionTask)
1104
+ func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest)
1105
+ func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didFinishCollecting metrics: Foundation.URLSessionTaskMetrics)
1106
+ func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didCompleteWithError error: Swift.Error?)
1107
+ @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
1108
+ func urlSession(_ session: Foundation.URLSession, taskIsWaitingForConnectivity task: Foundation.URLSessionTask)
1109
+ func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, didReceive data: Foundation.Data)
1110
+ func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, willCacheResponse proposedResponse: Foundation.CachedURLResponse)
1111
+ func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didResumeAtOffset fileOffset: Swift.Int64, expectedTotalBytes: Swift.Int64)
1112
+ func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didWriteData bytesWritten: Swift.Int64, totalBytesWritten: Swift.Int64, totalBytesExpectedToWrite: Swift.Int64)
1113
+ func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didFinishDownloadingTo location: Foundation.URL)
1114
+ func request(_ request: PixelPaySDK.Request, didCreateInitialURLRequest urlRequest: Foundation.URLRequest)
1115
+ func request(_ request: PixelPaySDK.Request, didFailToCreateURLRequestWithError error: PixelPaySDK.AFError)
1116
+ func request(_ request: PixelPaySDK.Request, didAdaptInitialRequest initialRequest: Foundation.URLRequest, to adaptedRequest: Foundation.URLRequest)
1117
+ func request(_ request: PixelPaySDK.Request, didFailToAdaptURLRequest initialRequest: Foundation.URLRequest, withError error: PixelPaySDK.AFError)
1118
+ func request(_ request: PixelPaySDK.Request, didCreateURLRequest urlRequest: Foundation.URLRequest)
1119
+ func request(_ request: PixelPaySDK.Request, didCreateTask task: Foundation.URLSessionTask)
1120
+ func request(_ request: PixelPaySDK.Request, didGatherMetrics metrics: Foundation.URLSessionTaskMetrics)
1121
+ func request(_ request: PixelPaySDK.Request, didFailTask task: Foundation.URLSessionTask, earlyWithError error: PixelPaySDK.AFError)
1122
+ func request(_ request: PixelPaySDK.Request, didCompleteTask task: Foundation.URLSessionTask, with error: PixelPaySDK.AFError?)
1123
+ func requestIsRetrying(_ request: PixelPaySDK.Request)
1124
+ func requestDidFinish(_ request: PixelPaySDK.Request)
1125
+ func requestDidResume(_ request: PixelPaySDK.Request)
1126
+ func request(_ request: PixelPaySDK.Request, didResumeTask task: Foundation.URLSessionTask)
1127
+ func requestDidSuspend(_ request: PixelPaySDK.Request)
1128
+ func request(_ request: PixelPaySDK.Request, didSuspendTask task: Foundation.URLSessionTask)
1129
+ func requestDidCancel(_ request: PixelPaySDK.Request)
1130
+ func request(_ request: PixelPaySDK.Request, didCancelTask task: Foundation.URLSessionTask)
1131
+ func request(_ request: PixelPaySDK.DataRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, data: Foundation.Data?, withResult result: PixelPaySDK.Request.ValidationResult)
1132
+ func request(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Foundation.Data?, PixelPaySDK.AFError>)
1133
+ func request<Value>(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Value, PixelPaySDK.AFError>)
1134
+ func request(_ request: PixelPaySDK.DataStreamRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, withResult result: PixelPaySDK.Request.ValidationResult)
1135
+ func request<Value>(_ request: PixelPaySDK.DataStreamRequest, didParseStream result: Swift.Result<Value, PixelPaySDK.AFError>)
1136
+ func request(_ request: PixelPaySDK.UploadRequest, didCreateUploadable uploadable: PixelPaySDK.UploadRequest.Uploadable)
1137
+ func request(_ request: PixelPaySDK.UploadRequest, didFailToCreateUploadableWithError error: PixelPaySDK.AFError)
1138
+ func request(_ request: PixelPaySDK.UploadRequest, didProvideInputStream stream: Foundation.InputStream)
1139
+ func request(_ request: PixelPaySDK.DownloadRequest, didFinishDownloadingUsing task: Foundation.URLSessionTask, with result: Swift.Result<Foundation.URL, PixelPaySDK.AFError>)
1140
+ func request(_ request: PixelPaySDK.DownloadRequest, didCreateDestinationURL url: Foundation.URL)
1141
+ func request(_ request: PixelPaySDK.DownloadRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, fileURL: Foundation.URL?, withResult result: PixelPaySDK.Request.ValidationResult)
1142
+ func request(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Foundation.URL?, PixelPaySDK.AFError>)
1143
+ func request<Value>(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Value, PixelPaySDK.AFError>)
1144
+ }
1145
+ extension PixelPaySDK.EventMonitor {
1146
+ public var queue: Dispatch.DispatchQueue {
1147
+ get
1148
+ }
1149
+ public func urlSession(_ session: Foundation.URLSession, didBecomeInvalidWithError error: Swift.Error?)
1150
+ public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didReceive challenge: Foundation.URLAuthenticationChallenge)
1151
+ public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didSendBodyData bytesSent: Swift.Int64, totalBytesSent: Swift.Int64, totalBytesExpectedToSend: Swift.Int64)
1152
+ public func urlSession(_ session: Foundation.URLSession, taskNeedsNewBodyStream task: Foundation.URLSessionTask)
1153
+ public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest)
1154
+ public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didFinishCollecting metrics: Foundation.URLSessionTaskMetrics)
1155
+ public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didCompleteWithError error: Swift.Error?)
1156
+ public func urlSession(_ session: Foundation.URLSession, taskIsWaitingForConnectivity task: Foundation.URLSessionTask)
1157
+ public func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, didReceive data: Foundation.Data)
1158
+ public func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, willCacheResponse proposedResponse: Foundation.CachedURLResponse)
1159
+ public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didResumeAtOffset fileOffset: Swift.Int64, expectedTotalBytes: Swift.Int64)
1160
+ public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didWriteData bytesWritten: Swift.Int64, totalBytesWritten: Swift.Int64, totalBytesExpectedToWrite: Swift.Int64)
1161
+ public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didFinishDownloadingTo location: Foundation.URL)
1162
+ public func request(_ request: PixelPaySDK.Request, didCreateInitialURLRequest urlRequest: Foundation.URLRequest)
1163
+ public func request(_ request: PixelPaySDK.Request, didFailToCreateURLRequestWithError error: PixelPaySDK.AFError)
1164
+ public func request(_ request: PixelPaySDK.Request, didAdaptInitialRequest initialRequest: Foundation.URLRequest, to adaptedRequest: Foundation.URLRequest)
1165
+ public func request(_ request: PixelPaySDK.Request, didFailToAdaptURLRequest initialRequest: Foundation.URLRequest, withError error: PixelPaySDK.AFError)
1166
+ public func request(_ request: PixelPaySDK.Request, didCreateURLRequest urlRequest: Foundation.URLRequest)
1167
+ public func request(_ request: PixelPaySDK.Request, didCreateTask task: Foundation.URLSessionTask)
1168
+ public func request(_ request: PixelPaySDK.Request, didGatherMetrics metrics: Foundation.URLSessionTaskMetrics)
1169
+ public func request(_ request: PixelPaySDK.Request, didFailTask task: Foundation.URLSessionTask, earlyWithError error: PixelPaySDK.AFError)
1170
+ public func request(_ request: PixelPaySDK.Request, didCompleteTask task: Foundation.URLSessionTask, with error: PixelPaySDK.AFError?)
1171
+ public func requestIsRetrying(_ request: PixelPaySDK.Request)
1172
+ public func requestDidFinish(_ request: PixelPaySDK.Request)
1173
+ public func requestDidResume(_ request: PixelPaySDK.Request)
1174
+ public func request(_ request: PixelPaySDK.Request, didResumeTask task: Foundation.URLSessionTask)
1175
+ public func requestDidSuspend(_ request: PixelPaySDK.Request)
1176
+ public func request(_ request: PixelPaySDK.Request, didSuspendTask task: Foundation.URLSessionTask)
1177
+ public func requestDidCancel(_ request: PixelPaySDK.Request)
1178
+ public func request(_ request: PixelPaySDK.Request, didCancelTask task: Foundation.URLSessionTask)
1179
+ public func request(_ request: PixelPaySDK.DataRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, data: Foundation.Data?, withResult result: PixelPaySDK.Request.ValidationResult)
1180
+ public func request(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Foundation.Data?, PixelPaySDK.AFError>)
1181
+ public func request<Value>(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Value, PixelPaySDK.AFError>)
1182
+ public func request(_ request: PixelPaySDK.DataStreamRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, withResult result: PixelPaySDK.Request.ValidationResult)
1183
+ public func request<Value>(_ request: PixelPaySDK.DataStreamRequest, didParseStream result: Swift.Result<Value, PixelPaySDK.AFError>)
1184
+ public func request(_ request: PixelPaySDK.UploadRequest, didCreateUploadable uploadable: PixelPaySDK.UploadRequest.Uploadable)
1185
+ public func request(_ request: PixelPaySDK.UploadRequest, didFailToCreateUploadableWithError error: PixelPaySDK.AFError)
1186
+ public func request(_ request: PixelPaySDK.UploadRequest, didProvideInputStream stream: Foundation.InputStream)
1187
+ public func request(_ request: PixelPaySDK.DownloadRequest, didFinishDownloadingUsing task: Foundation.URLSessionTask, with result: Swift.Result<Foundation.URL, PixelPaySDK.AFError>)
1188
+ public func request(_ request: PixelPaySDK.DownloadRequest, didCreateDestinationURL url: Foundation.URL)
1189
+ public func request(_ request: PixelPaySDK.DownloadRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, fileURL: Foundation.URL?, withResult result: PixelPaySDK.Request.ValidationResult)
1190
+ public func request(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Foundation.URL?, PixelPaySDK.AFError>)
1191
+ public func request<Value>(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Value, PixelPaySDK.AFError>)
1192
+ }
1193
+ @_hasMissingDesignatedInitializers final public class CompositeEventMonitor : PixelPaySDK.EventMonitor {
1194
+ final public let queue: Dispatch.DispatchQueue
1195
+ final public func urlSession(_ session: Foundation.URLSession, didBecomeInvalidWithError error: Swift.Error?)
1196
+ final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didReceive challenge: Foundation.URLAuthenticationChallenge)
1197
+ final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didSendBodyData bytesSent: Swift.Int64, totalBytesSent: Swift.Int64, totalBytesExpectedToSend: Swift.Int64)
1198
+ final public func urlSession(_ session: Foundation.URLSession, taskNeedsNewBodyStream task: Foundation.URLSessionTask)
1199
+ final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest)
1200
+ final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didFinishCollecting metrics: Foundation.URLSessionTaskMetrics)
1201
+ final public func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didCompleteWithError error: Swift.Error?)
1202
+ @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
1203
+ final public func urlSession(_ session: Foundation.URLSession, taskIsWaitingForConnectivity task: Foundation.URLSessionTask)
1204
+ final public func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, didReceive data: Foundation.Data)
1205
+ final public func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, willCacheResponse proposedResponse: Foundation.CachedURLResponse)
1206
+ final public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didResumeAtOffset fileOffset: Swift.Int64, expectedTotalBytes: Swift.Int64)
1207
+ final public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didWriteData bytesWritten: Swift.Int64, totalBytesWritten: Swift.Int64, totalBytesExpectedToWrite: Swift.Int64)
1208
+ final public func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didFinishDownloadingTo location: Foundation.URL)
1209
+ final public func request(_ request: PixelPaySDK.Request, didCreateInitialURLRequest urlRequest: Foundation.URLRequest)
1210
+ final public func request(_ request: PixelPaySDK.Request, didFailToCreateURLRequestWithError error: PixelPaySDK.AFError)
1211
+ final public func request(_ request: PixelPaySDK.Request, didAdaptInitialRequest initialRequest: Foundation.URLRequest, to adaptedRequest: Foundation.URLRequest)
1212
+ final public func request(_ request: PixelPaySDK.Request, didFailToAdaptURLRequest initialRequest: Foundation.URLRequest, withError error: PixelPaySDK.AFError)
1213
+ final public func request(_ request: PixelPaySDK.Request, didCreateURLRequest urlRequest: Foundation.URLRequest)
1214
+ final public func request(_ request: PixelPaySDK.Request, didCreateTask task: Foundation.URLSessionTask)
1215
+ final public func request(_ request: PixelPaySDK.Request, didGatherMetrics metrics: Foundation.URLSessionTaskMetrics)
1216
+ final public func request(_ request: PixelPaySDK.Request, didFailTask task: Foundation.URLSessionTask, earlyWithError error: PixelPaySDK.AFError)
1217
+ final public func request(_ request: PixelPaySDK.Request, didCompleteTask task: Foundation.URLSessionTask, with error: PixelPaySDK.AFError?)
1218
+ final public func requestIsRetrying(_ request: PixelPaySDK.Request)
1219
+ final public func requestDidFinish(_ request: PixelPaySDK.Request)
1220
+ final public func requestDidResume(_ request: PixelPaySDK.Request)
1221
+ final public func request(_ request: PixelPaySDK.Request, didResumeTask task: Foundation.URLSessionTask)
1222
+ final public func requestDidSuspend(_ request: PixelPaySDK.Request)
1223
+ final public func request(_ request: PixelPaySDK.Request, didSuspendTask task: Foundation.URLSessionTask)
1224
+ final public func requestDidCancel(_ request: PixelPaySDK.Request)
1225
+ final public func request(_ request: PixelPaySDK.Request, didCancelTask task: Foundation.URLSessionTask)
1226
+ final public func request(_ request: PixelPaySDK.DataRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, data: Foundation.Data?, withResult result: PixelPaySDK.Request.ValidationResult)
1227
+ final public func request(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Foundation.Data?, PixelPaySDK.AFError>)
1228
+ final public func request<Value>(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Value, PixelPaySDK.AFError>)
1229
+ final public func request(_ request: PixelPaySDK.DataStreamRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, withResult result: PixelPaySDK.Request.ValidationResult)
1230
+ final public func request<Value>(_ request: PixelPaySDK.DataStreamRequest, didParseStream result: Swift.Result<Value, PixelPaySDK.AFError>)
1231
+ final public func request(_ request: PixelPaySDK.UploadRequest, didCreateUploadable uploadable: PixelPaySDK.UploadRequest.Uploadable)
1232
+ final public func request(_ request: PixelPaySDK.UploadRequest, didFailToCreateUploadableWithError error: PixelPaySDK.AFError)
1233
+ final public func request(_ request: PixelPaySDK.UploadRequest, didProvideInputStream stream: Foundation.InputStream)
1234
+ final public func request(_ request: PixelPaySDK.DownloadRequest, didFinishDownloadingUsing task: Foundation.URLSessionTask, with result: Swift.Result<Foundation.URL, PixelPaySDK.AFError>)
1235
+ final public func request(_ request: PixelPaySDK.DownloadRequest, didCreateDestinationURL url: Foundation.URL)
1236
+ final public func request(_ request: PixelPaySDK.DownloadRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, fileURL: Foundation.URL?, withResult result: PixelPaySDK.Request.ValidationResult)
1237
+ final public func request(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Foundation.URL?, PixelPaySDK.AFError>)
1238
+ final public func request<Value>(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Value, PixelPaySDK.AFError>)
1239
+ @objc deinit
1240
+ }
1241
+ open class ClosureEventMonitor : PixelPaySDK.EventMonitor {
1242
+ open var sessionDidBecomeInvalidWithError: ((Foundation.URLSession, Swift.Error?) -> Swift.Void)?
1243
+ open var taskDidReceiveChallenge: ((Foundation.URLSession, Foundation.URLSessionTask, Foundation.URLAuthenticationChallenge) -> Swift.Void)?
1244
+ open var taskDidSendBodyData: ((Foundation.URLSession, Foundation.URLSessionTask, Swift.Int64, Swift.Int64, Swift.Int64) -> Swift.Void)?
1245
+ open var taskNeedNewBodyStream: ((Foundation.URLSession, Foundation.URLSessionTask) -> Swift.Void)?
1246
+ open var taskWillPerformHTTPRedirection: ((Foundation.URLSession, Foundation.URLSessionTask, Foundation.HTTPURLResponse, Foundation.URLRequest) -> Swift.Void)?
1247
+ open var taskDidFinishCollectingMetrics: ((Foundation.URLSession, Foundation.URLSessionTask, Foundation.URLSessionTaskMetrics) -> Swift.Void)?
1248
+ open var taskDidComplete: ((Foundation.URLSession, Foundation.URLSessionTask, Swift.Error?) -> Swift.Void)?
1249
+ open var taskIsWaitingForConnectivity: ((Foundation.URLSession, Foundation.URLSessionTask) -> Swift.Void)?
1250
+ open var dataTaskDidReceiveData: ((Foundation.URLSession, Foundation.URLSessionDataTask, Foundation.Data) -> Swift.Void)?
1251
+ open var dataTaskWillCacheResponse: ((Foundation.URLSession, Foundation.URLSessionDataTask, Foundation.CachedURLResponse) -> Swift.Void)?
1252
+ open var downloadTaskDidFinishDownloadingToURL: ((Foundation.URLSession, Foundation.URLSessionDownloadTask, Foundation.URL) -> Swift.Void)?
1253
+ open var downloadTaskDidWriteData: ((Foundation.URLSession, Foundation.URLSessionDownloadTask, Swift.Int64, Swift.Int64, Swift.Int64) -> Swift.Void)?
1254
+ open var downloadTaskDidResumeAtOffset: ((Foundation.URLSession, Foundation.URLSessionDownloadTask, Swift.Int64, Swift.Int64) -> Swift.Void)?
1255
+ open var requestDidCreateInitialURLRequest: ((PixelPaySDK.Request, Foundation.URLRequest) -> Swift.Void)?
1256
+ open var requestDidFailToCreateURLRequestWithError: ((PixelPaySDK.Request, PixelPaySDK.AFError) -> Swift.Void)?
1257
+ open var requestDidAdaptInitialRequestToAdaptedRequest: ((PixelPaySDK.Request, Foundation.URLRequest, Foundation.URLRequest) -> Swift.Void)?
1258
+ open var requestDidFailToAdaptURLRequestWithError: ((PixelPaySDK.Request, Foundation.URLRequest, PixelPaySDK.AFError) -> Swift.Void)?
1259
+ open var requestDidCreateURLRequest: ((PixelPaySDK.Request, Foundation.URLRequest) -> Swift.Void)?
1260
+ open var requestDidCreateTask: ((PixelPaySDK.Request, Foundation.URLSessionTask) -> Swift.Void)?
1261
+ open var requestDidGatherMetrics: ((PixelPaySDK.Request, Foundation.URLSessionTaskMetrics) -> Swift.Void)?
1262
+ open var requestDidFailTaskEarlyWithError: ((PixelPaySDK.Request, Foundation.URLSessionTask, PixelPaySDK.AFError) -> Swift.Void)?
1263
+ open var requestDidCompleteTaskWithError: ((PixelPaySDK.Request, Foundation.URLSessionTask, PixelPaySDK.AFError?) -> Swift.Void)?
1264
+ open var requestIsRetrying: ((PixelPaySDK.Request) -> Swift.Void)?
1265
+ open var requestDidFinish: ((PixelPaySDK.Request) -> Swift.Void)?
1266
+ open var requestDidResume: ((PixelPaySDK.Request) -> Swift.Void)?
1267
+ open var requestDidResumeTask: ((PixelPaySDK.Request, Foundation.URLSessionTask) -> Swift.Void)?
1268
+ open var requestDidSuspend: ((PixelPaySDK.Request) -> Swift.Void)?
1269
+ open var requestDidSuspendTask: ((PixelPaySDK.Request, Foundation.URLSessionTask) -> Swift.Void)?
1270
+ open var requestDidCancel: ((PixelPaySDK.Request) -> Swift.Void)?
1271
+ open var requestDidCancelTask: ((PixelPaySDK.Request, Foundation.URLSessionTask) -> Swift.Void)?
1272
+ open var requestDidValidateRequestResponseDataWithResult: ((PixelPaySDK.DataRequest, Foundation.URLRequest?, Foundation.HTTPURLResponse, Foundation.Data?, PixelPaySDK.Request.ValidationResult) -> Swift.Void)?
1273
+ open var requestDidParseResponse: ((PixelPaySDK.DataRequest, PixelPaySDK.DataResponse<Foundation.Data?, PixelPaySDK.AFError>) -> Swift.Void)?
1274
+ open var requestDidValidateRequestResponseWithResult: ((PixelPaySDK.DataStreamRequest, Foundation.URLRequest?, Foundation.HTTPURLResponse, PixelPaySDK.Request.ValidationResult) -> Swift.Void)?
1275
+ open var requestDidCreateUploadable: ((PixelPaySDK.UploadRequest, PixelPaySDK.UploadRequest.Uploadable) -> Swift.Void)?
1276
+ open var requestDidFailToCreateUploadableWithError: ((PixelPaySDK.UploadRequest, PixelPaySDK.AFError) -> Swift.Void)?
1277
+ open var requestDidProvideInputStream: ((PixelPaySDK.UploadRequest, Foundation.InputStream) -> Swift.Void)?
1278
+ open var requestDidFinishDownloadingUsingTaskWithResult: ((PixelPaySDK.DownloadRequest, Foundation.URLSessionTask, Swift.Result<Foundation.URL, PixelPaySDK.AFError>) -> Swift.Void)?
1279
+ open var requestDidCreateDestinationURL: ((PixelPaySDK.DownloadRequest, Foundation.URL) -> Swift.Void)?
1280
+ open var requestDidValidateRequestResponseFileURLWithResult: ((PixelPaySDK.DownloadRequest, Foundation.URLRequest?, Foundation.HTTPURLResponse, Foundation.URL?, PixelPaySDK.Request.ValidationResult) -> Swift.Void)?
1281
+ open var requestDidParseDownloadResponse: ((PixelPaySDK.DownloadRequest, PixelPaySDK.DownloadResponse<Foundation.URL?, PixelPaySDK.AFError>) -> Swift.Void)?
1282
+ final public let queue: Dispatch.DispatchQueue
1283
+ public init(queue: Dispatch.DispatchQueue = .main)
1284
+ open func urlSession(_ session: Foundation.URLSession, didBecomeInvalidWithError error: Swift.Error?)
1285
+ open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didReceive challenge: Foundation.URLAuthenticationChallenge)
1286
+ open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didSendBodyData bytesSent: Swift.Int64, totalBytesSent: Swift.Int64, totalBytesExpectedToSend: Swift.Int64)
1287
+ open func urlSession(_ session: Foundation.URLSession, taskNeedsNewBodyStream task: Foundation.URLSessionTask)
1288
+ open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest)
1289
+ open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didFinishCollecting metrics: Foundation.URLSessionTaskMetrics)
1290
+ open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didCompleteWithError error: Swift.Error?)
1291
+ open func urlSession(_ session: Foundation.URLSession, taskIsWaitingForConnectivity task: Foundation.URLSessionTask)
1292
+ open func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, didReceive data: Foundation.Data)
1293
+ open func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, willCacheResponse proposedResponse: Foundation.CachedURLResponse)
1294
+ open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didResumeAtOffset fileOffset: Swift.Int64, expectedTotalBytes: Swift.Int64)
1295
+ open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didWriteData bytesWritten: Swift.Int64, totalBytesWritten: Swift.Int64, totalBytesExpectedToWrite: Swift.Int64)
1296
+ open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didFinishDownloadingTo location: Foundation.URL)
1297
+ open func request(_ request: PixelPaySDK.Request, didCreateInitialURLRequest urlRequest: Foundation.URLRequest)
1298
+ open func request(_ request: PixelPaySDK.Request, didFailToCreateURLRequestWithError error: PixelPaySDK.AFError)
1299
+ open func request(_ request: PixelPaySDK.Request, didAdaptInitialRequest initialRequest: Foundation.URLRequest, to adaptedRequest: Foundation.URLRequest)
1300
+ open func request(_ request: PixelPaySDK.Request, didFailToAdaptURLRequest initialRequest: Foundation.URLRequest, withError error: PixelPaySDK.AFError)
1301
+ open func request(_ request: PixelPaySDK.Request, didCreateURLRequest urlRequest: Foundation.URLRequest)
1302
+ open func request(_ request: PixelPaySDK.Request, didCreateTask task: Foundation.URLSessionTask)
1303
+ open func request(_ request: PixelPaySDK.Request, didGatherMetrics metrics: Foundation.URLSessionTaskMetrics)
1304
+ open func request(_ request: PixelPaySDK.Request, didFailTask task: Foundation.URLSessionTask, earlyWithError error: PixelPaySDK.AFError)
1305
+ open func request(_ request: PixelPaySDK.Request, didCompleteTask task: Foundation.URLSessionTask, with error: PixelPaySDK.AFError?)
1306
+ open func requestIsRetrying(_ request: PixelPaySDK.Request)
1307
+ open func requestDidFinish(_ request: PixelPaySDK.Request)
1308
+ open func requestDidResume(_ request: PixelPaySDK.Request)
1309
+ public func request(_ request: PixelPaySDK.Request, didResumeTask task: Foundation.URLSessionTask)
1310
+ open func requestDidSuspend(_ request: PixelPaySDK.Request)
1311
+ public func request(_ request: PixelPaySDK.Request, didSuspendTask task: Foundation.URLSessionTask)
1312
+ open func requestDidCancel(_ request: PixelPaySDK.Request)
1313
+ public func request(_ request: PixelPaySDK.Request, didCancelTask task: Foundation.URLSessionTask)
1314
+ open func request(_ request: PixelPaySDK.DataRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, data: Foundation.Data?, withResult result: PixelPaySDK.Request.ValidationResult)
1315
+ open func request(_ request: PixelPaySDK.DataRequest, didParseResponse response: PixelPaySDK.DataResponse<Foundation.Data?, PixelPaySDK.AFError>)
1316
+ public func request(_ request: PixelPaySDK.DataStreamRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, withResult result: PixelPaySDK.Request.ValidationResult)
1317
+ open func request(_ request: PixelPaySDK.UploadRequest, didCreateUploadable uploadable: PixelPaySDK.UploadRequest.Uploadable)
1318
+ open func request(_ request: PixelPaySDK.UploadRequest, didFailToCreateUploadableWithError error: PixelPaySDK.AFError)
1319
+ open func request(_ request: PixelPaySDK.UploadRequest, didProvideInputStream stream: Foundation.InputStream)
1320
+ open func request(_ request: PixelPaySDK.DownloadRequest, didFinishDownloadingUsing task: Foundation.URLSessionTask, with result: Swift.Result<Foundation.URL, PixelPaySDK.AFError>)
1321
+ open func request(_ request: PixelPaySDK.DownloadRequest, didCreateDestinationURL url: Foundation.URL)
1322
+ open func request(_ request: PixelPaySDK.DownloadRequest, didValidateRequest urlRequest: Foundation.URLRequest?, response: Foundation.HTTPURLResponse, fileURL: Foundation.URL?, withResult result: PixelPaySDK.Request.ValidationResult)
1323
+ open func request(_ request: PixelPaySDK.DownloadRequest, didParseResponse response: PixelPaySDK.DownloadResponse<Foundation.URL?, PixelPaySDK.AFError>)
1324
+ @objc deinit
1325
+ }
1326
+ public enum SwiftyJSONError : Swift.Int, Swift.Error {
1327
+ case unsupportedType
1328
+ case indexOutOfBounds
1329
+ case elementTooDeep
1330
+ case wrongType
1331
+ case notExist
1332
+ case invalidJSON
1333
+ public init?(rawValue: Swift.Int)
1334
+ public typealias RawValue = Swift.Int
1335
+ public var rawValue: Swift.Int {
1336
+ get
1337
+ }
1338
+ }
1339
+ extension PixelPaySDK.SwiftyJSONError : Foundation.CustomNSError {
1340
+ public static var errorDomain: Swift.String {
1341
+ get
1342
+ }
1343
+ public var errorCode: Swift.Int {
1344
+ get
1345
+ }
1346
+ public var errorUserInfo: [Swift.String : Any] {
1347
+ get
1348
+ }
1349
+ }
1350
+ public enum Type : Swift.Int {
1351
+ case number
1352
+ case string
1353
+ case bool
1354
+ case array
1355
+ case dictionary
1356
+ case null
1357
+ case unknown
1358
+ public init?(rawValue: Swift.Int)
1359
+ public typealias RawValue = Swift.Int
1360
+ public var rawValue: Swift.Int {
1361
+ get
1362
+ }
1363
+ }
1364
+ public struct JSON {
1365
+ public init(data: Foundation.Data, options opt: Foundation.JSONSerialization.ReadingOptions = []) throws
1366
+ public init(_ object: Any)
1367
+ public init(parseJSON jsonString: Swift.String)
1368
+ public mutating func merge(with other: PixelPaySDK.JSON) throws
1369
+ public func merged(with other: PixelPaySDK.JSON) throws -> PixelPaySDK.JSON
1370
+ public var type: PixelPaySDK.`Type` {
1371
+ get
1372
+ }
1373
+ public var error: PixelPaySDK.SwiftyJSONError? {
1374
+ get
1375
+ }
1376
+ public var object: Any {
1377
+ get
1378
+ set
1379
+ }
1380
+ @available(*, unavailable, renamed: "null")
1381
+ public static var nullJSON: PixelPaySDK.JSON {
1382
+ get
1383
+ }
1384
+ public static var null: PixelPaySDK.JSON {
1385
+ get
1386
+ }
1387
+ }
1388
+ public enum Index<T> : Swift.Comparable {
1389
+ case array(Swift.Int)
1390
+ case dictionary(Swift.DictionaryIndex<Swift.String, T>)
1391
+ case null
1392
+ public static func == (lhs: PixelPaySDK.Index<T>, rhs: PixelPaySDK.Index<T>) -> Swift.Bool
1393
+ public static func < (lhs: PixelPaySDK.Index<T>, rhs: PixelPaySDK.Index<T>) -> Swift.Bool
1394
+ }
1395
+ public typealias JSONIndex = PixelPaySDK.Index<PixelPaySDK.JSON>
1396
+ public typealias JSONRawIndex = PixelPaySDK.Index<Any>
1397
+ extension PixelPaySDK.JSON : Swift.Collection {
1398
+ public typealias Index = PixelPaySDK.JSONRawIndex
1399
+ public var startIndex: PixelPaySDK.JSON.Index {
1400
+ get
1401
+ }
1402
+ public var endIndex: PixelPaySDK.JSON.Index {
1403
+ get
1404
+ }
1405
+ public func index(after i: PixelPaySDK.JSON.Index) -> PixelPaySDK.JSON.Index
1406
+ public subscript(position: PixelPaySDK.JSON.Index) -> (Swift.String, PixelPaySDK.JSON) {
1407
+ get
1408
+ }
1409
+ public typealias Element = (Swift.String, PixelPaySDK.JSON)
1410
+ public typealias Indices = Swift.DefaultIndices<PixelPaySDK.JSON>
1411
+ public typealias Iterator = Swift.IndexingIterator<PixelPaySDK.JSON>
1412
+ public typealias SubSequence = Swift.Slice<PixelPaySDK.JSON>
1413
+ }
1414
+ public enum JSONKey {
1415
+ case index(Swift.Int)
1416
+ case key(Swift.String)
1417
+ }
1418
+ public protocol JSONSubscriptType {
1419
+ var jsonKey: PixelPaySDK.JSONKey { get }
1420
+ }
1421
+ extension Swift.Int : PixelPaySDK.JSONSubscriptType {
1422
+ public var jsonKey: PixelPaySDK.JSONKey {
1423
+ get
1424
+ }
1425
+ }
1426
+ extension Swift.String : PixelPaySDK.JSONSubscriptType {
1427
+ public var jsonKey: PixelPaySDK.JSONKey {
1428
+ get
1429
+ }
1430
+ }
1431
+ extension PixelPaySDK.JSON {
1432
+ public subscript(path: [PixelPaySDK.JSONSubscriptType]) -> PixelPaySDK.JSON {
1433
+ get
1434
+ set
1435
+ }
1436
+ public subscript(path: PixelPaySDK.JSONSubscriptType...) -> PixelPaySDK.JSON {
1437
+ get
1438
+ set
1439
+ }
1440
+ }
1441
+ extension PixelPaySDK.JSON : Swift.ExpressibleByStringLiteral {
1442
+ public init(stringLiteral value: Swift.StringLiteralType)
1443
+ public init(extendedGraphemeClusterLiteral value: Swift.StringLiteralType)
1444
+ public init(unicodeScalarLiteral value: Swift.StringLiteralType)
1445
+ public typealias ExtendedGraphemeClusterLiteralType = Swift.StringLiteralType
1446
+ public typealias StringLiteralType = Swift.StringLiteralType
1447
+ public typealias UnicodeScalarLiteralType = Swift.StringLiteralType
1448
+ }
1449
+ extension PixelPaySDK.JSON : Swift.ExpressibleByIntegerLiteral {
1450
+ public init(integerLiteral value: Swift.IntegerLiteralType)
1451
+ public typealias IntegerLiteralType = Swift.IntegerLiteralType
1452
+ }
1453
+ extension PixelPaySDK.JSON : Swift.ExpressibleByBooleanLiteral {
1454
+ public init(booleanLiteral value: Swift.BooleanLiteralType)
1455
+ public typealias BooleanLiteralType = Swift.BooleanLiteralType
1456
+ }
1457
+ extension PixelPaySDK.JSON : Swift.ExpressibleByFloatLiteral {
1458
+ public init(floatLiteral value: Swift.FloatLiteralType)
1459
+ public typealias FloatLiteralType = Swift.FloatLiteralType
1460
+ }
1461
+ extension PixelPaySDK.JSON : Swift.ExpressibleByDictionaryLiteral {
1462
+ public init(dictionaryLiteral elements: (Swift.String, Any)...)
1463
+ public typealias Key = Swift.String
1464
+ public typealias Value = Any
1465
+ }
1466
+ extension PixelPaySDK.JSON : Swift.ExpressibleByArrayLiteral {
1467
+ public init(arrayLiteral elements: Any...)
1468
+ public typealias ArrayLiteralElement = Any
1469
+ }
1470
+ extension PixelPaySDK.JSON : Swift.RawRepresentable {
1471
+ public init?(rawValue: Any)
1472
+ public var rawValue: Any {
1473
+ get
1474
+ }
1475
+ public func rawData(options opt: Foundation.JSONSerialization.WritingOptions = JSONSerialization.WritingOptions(rawValue: 0)) throws -> Foundation.Data
1476
+ public func rawString(_ encoding: Swift.String.Encoding = .utf8, options opt: Foundation.JSONSerialization.WritingOptions = .prettyPrinted) -> Swift.String?
1477
+ public func rawString(_ options: [PixelPaySDK.writingOptionsKeys : Any]) -> Swift.String?
1478
+ public typealias RawValue = Any
1479
+ }
1480
+ extension PixelPaySDK.JSON : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible {
1481
+ public var description: Swift.String {
1482
+ get
1483
+ }
1484
+ public var debugDescription: Swift.String {
1485
+ get
1486
+ }
1487
+ }
1488
+ extension PixelPaySDK.JSON {
1489
+ public var array: [PixelPaySDK.JSON]? {
1490
+ get
1491
+ }
1492
+ public var arrayValue: [PixelPaySDK.JSON] {
1493
+ get
1494
+ }
1495
+ public var arrayObject: [Any]? {
1496
+ get
1497
+ set
1498
+ }
1499
+ }
1500
+ extension PixelPaySDK.JSON {
1501
+ public var dictionary: [Swift.String : PixelPaySDK.JSON]? {
1502
+ get
1503
+ }
1504
+ public var dictionaryValue: [Swift.String : PixelPaySDK.JSON] {
1505
+ get
1506
+ }
1507
+ public var dictionaryObject: [Swift.String : Any]? {
1508
+ get
1509
+ set
1510
+ }
1511
+ }
1512
+ extension PixelPaySDK.JSON {
1513
+ public var bool: Swift.Bool? {
1514
+ get
1515
+ set
1516
+ }
1517
+ public var boolValue: Swift.Bool {
1518
+ get
1519
+ set
1520
+ }
1521
+ }
1522
+ extension PixelPaySDK.JSON {
1523
+ public var string: Swift.String? {
1524
+ get
1525
+ set
1526
+ }
1527
+ public var stringValue: Swift.String {
1528
+ get
1529
+ set
1530
+ }
1531
+ }
1532
+ extension PixelPaySDK.JSON {
1533
+ public var number: Foundation.NSNumber? {
1534
+ get
1535
+ set
1536
+ }
1537
+ public var numberValue: Foundation.NSNumber {
1538
+ get
1539
+ set
1540
+ }
1541
+ }
1542
+ extension PixelPaySDK.JSON {
1543
+ public var null: Foundation.NSNull? {
1544
+ get
1545
+ set
1546
+ }
1547
+ public func exists() -> Swift.Bool
1548
+ }
1549
+ extension PixelPaySDK.JSON {
1550
+ public var url: Foundation.URL? {
1551
+ get
1552
+ set
1553
+ }
1554
+ }
1555
+ extension PixelPaySDK.JSON {
1556
+ public var double: Swift.Double? {
1557
+ get
1558
+ set
1559
+ }
1560
+ public var doubleValue: Swift.Double {
1561
+ get
1562
+ set
1563
+ }
1564
+ public var float: Swift.Float? {
1565
+ get
1566
+ set
1567
+ }
1568
+ public var floatValue: Swift.Float {
1569
+ get
1570
+ set
1571
+ }
1572
+ public var int: Swift.Int? {
1573
+ get
1574
+ set
1575
+ }
1576
+ public var intValue: Swift.Int {
1577
+ get
1578
+ set
1579
+ }
1580
+ public var uInt: Swift.UInt? {
1581
+ get
1582
+ set
1583
+ }
1584
+ public var uIntValue: Swift.UInt {
1585
+ get
1586
+ set
1587
+ }
1588
+ public var int8: Swift.Int8? {
1589
+ get
1590
+ set
1591
+ }
1592
+ public var int8Value: Swift.Int8 {
1593
+ get
1594
+ set
1595
+ }
1596
+ public var uInt8: Swift.UInt8? {
1597
+ get
1598
+ set
1599
+ }
1600
+ public var uInt8Value: Swift.UInt8 {
1601
+ get
1602
+ set
1603
+ }
1604
+ public var int16: Swift.Int16? {
1605
+ get
1606
+ set
1607
+ }
1608
+ public var int16Value: Swift.Int16 {
1609
+ get
1610
+ set
1611
+ }
1612
+ public var uInt16: Swift.UInt16? {
1613
+ get
1614
+ set
1615
+ }
1616
+ public var uInt16Value: Swift.UInt16 {
1617
+ get
1618
+ set
1619
+ }
1620
+ public var int32: Swift.Int32? {
1621
+ get
1622
+ set
1623
+ }
1624
+ public var int32Value: Swift.Int32 {
1625
+ get
1626
+ set
1627
+ }
1628
+ public var uInt32: Swift.UInt32? {
1629
+ get
1630
+ set
1631
+ }
1632
+ public var uInt32Value: Swift.UInt32 {
1633
+ get
1634
+ set
1635
+ }
1636
+ public var int64: Swift.Int64? {
1637
+ get
1638
+ set
1639
+ }
1640
+ public var int64Value: Swift.Int64 {
1641
+ get
1642
+ set
1643
+ }
1644
+ public var uInt64: Swift.UInt64? {
1645
+ get
1646
+ set
1647
+ }
1648
+ public var uInt64Value: Swift.UInt64 {
1649
+ get
1650
+ set
1651
+ }
1652
+ }
1653
+ extension PixelPaySDK.JSON : Swift.Comparable {
1654
+ }
1655
+ public func == (lhs: PixelPaySDK.JSON, rhs: PixelPaySDK.JSON) -> Swift.Bool
1656
+ public func <= (lhs: PixelPaySDK.JSON, rhs: PixelPaySDK.JSON) -> Swift.Bool
1657
+ public func >= (lhs: PixelPaySDK.JSON, rhs: PixelPaySDK.JSON) -> Swift.Bool
1658
+ public func > (lhs: PixelPaySDK.JSON, rhs: PixelPaySDK.JSON) -> Swift.Bool
1659
+ public func < (lhs: PixelPaySDK.JSON, rhs: PixelPaySDK.JSON) -> Swift.Bool
1660
+ public enum writingOptionsKeys {
1661
+ case jsonSerialization
1662
+ case castNilToNSNull
1663
+ case maxObjextDepth
1664
+ case encoding
1665
+ public static func == (a: PixelPaySDK.writingOptionsKeys, b: PixelPaySDK.writingOptionsKeys) -> Swift.Bool
1666
+ public func hash(into hasher: inout Swift.Hasher)
1667
+ public var hashValue: Swift.Int {
1668
+ get
1669
+ }
1670
+ }
1671
+ extension PixelPaySDK.JSON : Swift.Codable {
1672
+ public init(from decoder: Swift.Decoder) throws
1673
+ public func encode(to encoder: Swift.Encoder) throws
1674
+ }
1675
+ public protocol AuthenticationCredential {
1676
+ var requiresRefresh: Swift.Bool { get }
1677
+ }
1678
+ public protocol Authenticator : AnyObject {
1679
+ associatedtype Credential : PixelPaySDK.AuthenticationCredential
1680
+ func apply(_ credential: Self.Credential, to urlRequest: inout Foundation.URLRequest)
1681
+ func refresh(_ credential: Self.Credential, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Self.Credential, Swift.Error>) -> Swift.Void)
1682
+ func didRequest(_ urlRequest: Foundation.URLRequest, with response: Foundation.HTTPURLResponse, failDueToAuthenticationError error: Swift.Error) -> Swift.Bool
1683
+ func isRequest(_ urlRequest: Foundation.URLRequest, authenticatedWith credential: Self.Credential) -> Swift.Bool
1684
+ }
1685
+ public enum AuthenticationError : Swift.Error {
1686
+ case missingCredential
1687
+ case excessiveRefresh
1688
+ public static func == (a: PixelPaySDK.AuthenticationError, b: PixelPaySDK.AuthenticationError) -> Swift.Bool
1689
+ public func hash(into hasher: inout Swift.Hasher)
1690
+ public var hashValue: Swift.Int {
1691
+ get
1692
+ }
1693
+ }
1694
+ public class AuthenticationInterceptor<AuthenticatorType> : PixelPaySDK.RequestInterceptor where AuthenticatorType : PixelPaySDK.Authenticator {
1695
+ public typealias Credential = AuthenticatorType.Credential
1696
+ public struct RefreshWindow {
1697
+ public let interval: Foundation.TimeInterval
1698
+ public let maximumAttempts: Swift.Int
1699
+ public init(interval: Foundation.TimeInterval = 30.0, maximumAttempts: Swift.Int = 5)
1700
+ }
1701
+ public var credential: PixelPaySDK.AuthenticationInterceptor<AuthenticatorType>.Credential? {
1702
+ get
1703
+ set
1704
+ }
1705
+ public init(authenticator: AuthenticatorType, credential: PixelPaySDK.AuthenticationInterceptor<AuthenticatorType>.Credential? = nil, refreshWindow: PixelPaySDK.AuthenticationInterceptor<AuthenticatorType>.RefreshWindow? = RefreshWindow())
1706
+ public func adapt(_ urlRequest: Foundation.URLRequest, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void)
1707
+ public func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
1708
+ @objc deinit
1709
+ }
1710
+ @_inheritsConvenienceInitializers public class Tokenization : PixelPaySDK.ServiceBehaviour {
1711
+ public func vaultCard(card: PixelPaySDK.CardTokenization, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1712
+ public func updateCard(token: Swift.String, card: PixelPaySDK.CardTokenization, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1713
+ public func showCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1714
+ public func showCards(tokens: [Swift.String], completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1715
+ public func deleteCard(token: Swift.String, completion: @escaping ((PixelPaySDK.Response) -> Swift.Void)) throws
1716
+ override public init(settings: PixelPaySDK.Settings)
1717
+ @objc deinit
1718
+ }
1719
+ public typealias AFResult<Success> = Swift.Result<Success, PixelPaySDK.AFError>
1720
+ public enum NicoProgressBarState {
1721
+ case indeterminate
1722
+ case determinate(percentage: CoreGraphics.CGFloat)
1723
+ public var isDeterminate: Swift.Bool {
1724
+ get
1725
+ }
1726
+ }
1727
+ @objc @_inheritsConvenienceInitializers @_Concurrency.MainActor(unsafe) open class NicoProgressBar : UIKit.UIView {
1728
+ @_Concurrency.MainActor(unsafe) open var state: PixelPaySDK.NicoProgressBarState {
1729
+ get
1730
+ }
1731
+ @objc @IBInspectable @_Concurrency.MainActor(unsafe) open var primaryColor: UIKit.UIColor {
1732
+ @objc get
1733
+ @objc set
1734
+ }
1735
+ @objc @IBInspectable @_Concurrency.MainActor(unsafe) open var secondaryColor: UIKit.UIColor {
1736
+ @objc get
1737
+ @objc set
1738
+ }
1739
+ @objc @IBInspectable @_Concurrency.MainActor(unsafe) open var animateDeterminateInitialization: Swift.Bool
1740
+ @_Concurrency.MainActor(unsafe) open var indeterminateAnimationDuration: Swift.Double
1741
+ @_Concurrency.MainActor(unsafe) open var determinateAnimationDuration: Swift.Double
1742
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreGraphics.CGRect)
1743
+ @_Concurrency.MainActor(unsafe) @objc required dynamic public init?(coder aDecoder: Foundation.NSCoder)
1744
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func didMoveToSuperview()
1745
+ @_Concurrency.MainActor(unsafe) @objc override dynamic open func didMoveToWindow()
1746
+ @_Concurrency.MainActor(unsafe) public func transition(to state: PixelPaySDK.NicoProgressBarState, delay: Foundation.TimeInterval = 0, animateDeterminate: Swift.Bool = true, completion: ((Swift.Bool) -> Swift.Void)? = nil)
1747
+ @objc deinit
1748
+ }
1749
+ extension Foundation.URLSessionConfiguration : PixelPaySDK.AlamofireExtended {
1750
+ public typealias ExtendedType = Foundation.URLSessionConfiguration
1751
+ }
1752
+ extension PixelPaySDK.AlamofireExtension where ExtendedType : Foundation.URLSessionConfiguration {
1753
+ public static var `default`: Foundation.URLSessionConfiguration {
1754
+ get
1755
+ }
1756
+ public static var ephemeral: Foundation.URLSessionConfiguration {
1757
+ get
1758
+ }
1759
+ }
1760
+ public class Billing {
1761
+ public var address: Swift.String?
1762
+ public var country: Swift.String?
1763
+ public var state: Swift.String?
1764
+ public var city: Swift.String?
1765
+ public var zip: Swift.String?
1766
+ public var phone: Swift.String?
1767
+ public init()
1768
+ @objc deinit
1769
+ }
1770
+ @_inheritsConvenienceInitializers public class SaleTransaction : PixelPaySDK.PaymentTransaction {
1771
+ override public init()
1772
+ required public init(from: Swift.Decoder) throws
1773
+ @objc deinit
1774
+ }
1775
+ @_inheritsConvenienceInitializers public class PaymentTransaction : PixelPaySDK.RequestBehaviour {
1776
+ public var payment_uuid: Swift.String?
1777
+ public var card_token: Swift.String?
1778
+ public var card_number: Swift.String?
1779
+ public var card_cvv: Swift.String?
1780
+ public var card_expire: Swift.String?
1781
+ public var card_holder: Swift.String?
1782
+ public var billing_address: Swift.String?
1783
+ public var billing_country: Swift.String?
1784
+ public var billing_state: Swift.String?
1785
+ public var billing_city: Swift.String?
1786
+ public var billing_zip: Swift.String?
1787
+ public var billing_phone: Swift.String?
1788
+ public var customer_name: Swift.String?
1789
+ public var customer_email: Swift.String?
1790
+ public var order_id: Swift.String?
1791
+ public var order_currency: Swift.String?
1792
+ public var order_amount: Swift.String?
1793
+ public var order_tax_amount: Swift.String?
1794
+ public var order_shipping_amount: Swift.String?
1795
+ public var order_content: PixelPaySDK.JSON
1796
+ public var order_extras: PixelPaySDK.JSON
1797
+ public var order_note: Swift.String?
1798
+ public var order_callback: Swift.String?
1799
+ public var authentication_request: Swift.Bool
1800
+ public var authentication_identifier: Swift.String?
1801
+ override public init()
1802
+ required public init(from: Swift.Decoder) throws
1803
+ override public func encode(to encoder: Swift.Encoder) throws
1804
+ public func setCard(card: PixelPaySDK.Card)
1805
+ public func setCardToken(token: Swift.String)
1806
+ public func setBilling(billing: PixelPaySDK.Billing)
1807
+ public func setOrder(order: PixelPaySDK.Order)
1808
+ public func withAuthenticationRequest()
1809
+ @objc deinit
1810
+ }
1811
+ @_inheritsConvenienceInitializers public class PayloadResponse : PixelPaySDK.Response {
1812
+ override public init()
1813
+ required public init(from decoder: Swift.Decoder) throws
1814
+ @objc deinit
1815
+ }
1816
+ public protocol URLConvertible {
1817
+ func asURL() throws -> Foundation.URL
1818
+ }
1819
+ extension Swift.String : PixelPaySDK.URLConvertible {
1820
+ public func asURL() throws -> Foundation.URL
1821
+ }
1822
+ extension Foundation.URL : PixelPaySDK.URLConvertible {
1823
+ public func asURL() throws -> Foundation.URL
1824
+ }
1825
+ extension Foundation.URLComponents : PixelPaySDK.URLConvertible {
1826
+ public func asURL() throws -> Foundation.URL
1827
+ }
1828
+ public protocol URLRequestConvertible {
1829
+ func asURLRequest() throws -> Foundation.URLRequest
1830
+ }
1831
+ extension PixelPaySDK.URLRequestConvertible {
1832
+ public var urlRequest: Foundation.URLRequest? {
1833
+ get
1834
+ }
1835
+ }
1836
+ extension Foundation.URLRequest : PixelPaySDK.URLRequestConvertible {
1837
+ public func asURLRequest() throws -> Foundation.URLRequest
1838
+ }
1839
+ extension Foundation.URLRequest {
1840
+ public init(url: PixelPaySDK.URLConvertible, method: PixelPaySDK.HTTPMethod, headers: PixelPaySDK.HTTPHeaders? = nil) throws
1841
+ }
1842
+ @_inheritsConvenienceInitializers public class InputErrorResponse : PixelPaySDK.Response {
1843
+ override public init()
1844
+ required public init(from decoder: Swift.Decoder) throws
1845
+ @objc deinit
1846
+ }
1847
+ public enum InvalidCredentialsException : Swift.Error {
1848
+ case invalidCredentials(Swift.String)
1849
+ }
1850
+ public enum InvalidTransactionType : Swift.Error {
1851
+ case invalidTransactionType(Swift.String)
1852
+ }
1853
+ @_inheritsConvenienceInitializers public class TimeoutResponse : PixelPaySDK.Response {
1854
+ override public init()
1855
+ required public init(from decoder: Swift.Decoder) throws
1856
+ @objc deinit
1857
+ }
1858
+ public protocol RequestAdapter {
1859
+ func adapt(_ urlRequest: Foundation.URLRequest, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void)
1860
+ }
1861
+ public enum RetryResult {
1862
+ case retry
1863
+ case retryWithDelay(Foundation.TimeInterval)
1864
+ case doNotRetry
1865
+ case doNotRetryWithError(Swift.Error)
1866
+ }
1867
+ public protocol RequestRetrier {
1868
+ func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
1869
+ }
1870
+ public protocol RequestInterceptor : PixelPaySDK.RequestAdapter, PixelPaySDK.RequestRetrier {
1871
+ }
1872
+ extension PixelPaySDK.RequestInterceptor {
1873
+ public func adapt(_ urlRequest: Foundation.URLRequest, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void)
1874
+ public func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
1875
+ }
1876
+ public typealias AdaptHandler = (Foundation.URLRequest, PixelPaySDK.Session, _ completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void) -> Swift.Void
1877
+ public typealias RetryHandler = (PixelPaySDK.Request, PixelPaySDK.Session, Swift.Error, _ completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void) -> Swift.Void
1878
+ open class Adapter : PixelPaySDK.RequestInterceptor {
1879
+ public init(_ adaptHandler: @escaping PixelPaySDK.AdaptHandler)
1880
+ open func adapt(_ urlRequest: Foundation.URLRequest, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void)
1881
+ @objc deinit
1882
+ }
1883
+ open class Retrier : PixelPaySDK.RequestInterceptor {
1884
+ public init(_ retryHandler: @escaping PixelPaySDK.RetryHandler)
1885
+ open func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
1886
+ @objc deinit
1887
+ }
1888
+ open class Interceptor : PixelPaySDK.RequestInterceptor {
1889
+ final public let adapters: [PixelPaySDK.RequestAdapter]
1890
+ final public let retriers: [PixelPaySDK.RequestRetrier]
1891
+ public init(adaptHandler: @escaping PixelPaySDK.AdaptHandler, retryHandler: @escaping PixelPaySDK.RetryHandler)
1892
+ public init(adapter: PixelPaySDK.RequestAdapter, retrier: PixelPaySDK.RequestRetrier)
1893
+ public init(adapters: [PixelPaySDK.RequestAdapter] = [], retriers: [PixelPaySDK.RequestRetrier] = [], interceptors: [PixelPaySDK.RequestInterceptor] = [])
1894
+ open func adapt(_ urlRequest: Foundation.URLRequest, for session: PixelPaySDK.Session, completion: @escaping (Swift.Result<Foundation.URLRequest, Swift.Error>) -> Swift.Void)
1895
+ open func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
1896
+ @objc deinit
1897
+ }
1898
+ public let AF: PixelPaySDK.Session
1899
+ public class Order {
1900
+ public var id: Swift.String?
1901
+ public var currency: Swift.String?
1902
+ public var amount: Swift.Double?
1903
+ public var tax_amount: Swift.Double?
1904
+ public var shipping_amount: Swift.Double?
1905
+ public var content: [PixelPaySDK.Item]
1906
+ public var extras: [Swift.String : Swift.String]
1907
+ public var note: Swift.String?
1908
+ public var callback_url: Swift.String?
1909
+ public var customer_name: Swift.String?
1910
+ public var customer_email: Swift.String?
1911
+ public init()
1912
+ public func addItem(item: PixelPaySDK.Item)
1913
+ public func addExtra(key: Swift.String, value: Swift.String)
1914
+ public func totalize()
1915
+ @objc deinit
1916
+ }
1917
+ public class Item : Swift.Codable {
1918
+ public var code: Swift.String?
1919
+ public var title: Swift.String?
1920
+ public var price: Swift.Double
1921
+ public var qty: Swift.Int
1922
+ public var tax: Swift.Double
1923
+ public var total: Swift.Double
1924
+ public init()
1925
+ public func totalize() -> PixelPaySDK.Item
1926
+ @objc deinit
1927
+ public func encode(to encoder: Swift.Encoder) throws
1928
+ required public init(from decoder: Swift.Decoder) throws
1929
+ }
1930
+ @_inheritsConvenienceInitializers public class PaymentDeclinedResponse : PixelPaySDK.Response {
1931
+ override public init()
1932
+ required public init(from decoder: Swift.Decoder) throws
1933
+ @objc deinit
1934
+ }
1935
+ public typealias AFDataResponse<Success> = PixelPaySDK.DataResponse<Success, PixelPaySDK.AFError>
1936
+ public typealias AFDownloadResponse<Success> = PixelPaySDK.DownloadResponse<Success, PixelPaySDK.AFError>
1937
+ public struct DataResponse<Success, Failure> where Failure : Swift.Error {
1938
+ public let request: Foundation.URLRequest?
1939
+ public let response: Foundation.HTTPURLResponse?
1940
+ public let data: Foundation.Data?
1941
+ public let metrics: Foundation.URLSessionTaskMetrics?
1942
+ public let serializationDuration: Foundation.TimeInterval
1943
+ public let result: Swift.Result<Success, Failure>
1944
+ public var value: Success? {
1945
+ get
1946
+ }
1947
+ public var error: Failure? {
1948
+ get
1949
+ }
1950
+ public init(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, metrics: Foundation.URLSessionTaskMetrics?, serializationDuration: Foundation.TimeInterval, result: Swift.Result<Success, Failure>)
1951
+ }
1952
+ extension PixelPaySDK.DataResponse : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible {
1953
+ public var description: Swift.String {
1954
+ get
1955
+ }
1956
+ public var debugDescription: Swift.String {
1957
+ get
1958
+ }
1959
+ }
1960
+ extension PixelPaySDK.DataResponse {
1961
+ public func map<NewSuccess>(_ transform: (Success) -> NewSuccess) -> PixelPaySDK.DataResponse<NewSuccess, Failure>
1962
+ public func tryMap<NewSuccess>(_ transform: (Success) throws -> NewSuccess) -> PixelPaySDK.DataResponse<NewSuccess, Swift.Error>
1963
+ public func mapError<NewFailure>(_ transform: (Failure) -> NewFailure) -> PixelPaySDK.DataResponse<Success, NewFailure> where NewFailure : Swift.Error
1964
+ public func tryMapError<NewFailure>(_ transform: (Failure) throws -> NewFailure) -> PixelPaySDK.DataResponse<Success, Swift.Error> where NewFailure : Swift.Error
1965
+ }
1966
+ public struct DownloadResponse<Success, Failure> where Failure : Swift.Error {
1967
+ public let request: Foundation.URLRequest?
1968
+ public let response: Foundation.HTTPURLResponse?
1969
+ public let fileURL: Foundation.URL?
1970
+ public let resumeData: Foundation.Data?
1971
+ public let metrics: Foundation.URLSessionTaskMetrics?
1972
+ public let serializationDuration: Foundation.TimeInterval
1973
+ public let result: Swift.Result<Success, Failure>
1974
+ public var value: Success? {
1975
+ get
1976
+ }
1977
+ public var error: Failure? {
1978
+ get
1979
+ }
1980
+ public init(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, fileURL: Foundation.URL?, resumeData: Foundation.Data?, metrics: Foundation.URLSessionTaskMetrics?, serializationDuration: Foundation.TimeInterval, result: Swift.Result<Success, Failure>)
1981
+ }
1982
+ extension PixelPaySDK.DownloadResponse : Swift.CustomStringConvertible, Swift.CustomDebugStringConvertible {
1983
+ public var description: Swift.String {
1984
+ get
1985
+ }
1986
+ public var debugDescription: Swift.String {
1987
+ get
1988
+ }
1989
+ }
1990
+ extension PixelPaySDK.DownloadResponse {
1991
+ public func map<NewSuccess>(_ transform: (Success) -> NewSuccess) -> PixelPaySDK.DownloadResponse<NewSuccess, Failure>
1992
+ public func tryMap<NewSuccess>(_ transform: (Success) throws -> NewSuccess) -> PixelPaySDK.DownloadResponse<NewSuccess, Swift.Error>
1993
+ public func mapError<NewFailure>(_ transform: (Failure) -> NewFailure) -> PixelPaySDK.DownloadResponse<Success, NewFailure> where NewFailure : Swift.Error
1994
+ public func tryMapError<NewFailure>(_ transform: (Failure) throws -> NewFailure) -> PixelPaySDK.DownloadResponse<Success, Swift.Error> where NewFailure : Swift.Error
1995
+ }
1996
+ @_inheritsConvenienceInitializers public class CardTokenization : PixelPaySDK.RequestBehaviour {
1997
+ public var number: Swift.String?
1998
+ public var cvv2: Swift.String?
1999
+ public var expire_month: Swift.String?
2000
+ public var expire_year: Swift.String?
2001
+ public var cardholder: Swift.String?
2002
+ public var address: Swift.String?
2003
+ public var country: Swift.String?
2004
+ public var state: Swift.String?
2005
+ public var city: Swift.String?
2006
+ public var zip: Swift.String?
2007
+ public var phone: Swift.String?
2008
+ public var email: Swift.String?
2009
+ override public init()
2010
+ required public init(from: Swift.Decoder) throws
2011
+ override public func encode(to encoder: Swift.Encoder) throws
2012
+ public func setCard(card: PixelPaySDK.Card)
2013
+ public func setBilling(billing: PixelPaySDK.Billing)
2014
+ @objc deinit
2015
+ }
2016
+ @_inheritsConvenienceInitializers public class ErrorResponse : PixelPaySDK.Response {
2017
+ override public init()
2018
+ required public init(from decoder: Swift.Decoder) throws
2019
+ @objc deinit
2020
+ }
2021
+ public class Response : Swift.Codable {
2022
+ public var success: Swift.Bool
2023
+ public var message: Swift.String?
2024
+ public var action: Swift.String?
2025
+ public var data: PixelPaySDK.JSON?
2026
+ public var errors: PixelPaySDK.JSON?
2027
+ public var code: Swift.String?
2028
+ public init()
2029
+ public func setStatus(status: Swift.Int)
2030
+ public func getStatus() -> Swift.Int?
2031
+ public func inputHasError(key: Swift.String) -> Swift.Bool
2032
+ public func getData(key: Swift.String) -> PixelPaySDK.JSON
2033
+ @objc deinit
2034
+ public func encode(to encoder: Swift.Encoder) throws
2035
+ required public init(from decoder: Swift.Decoder) throws
2036
+ }
2037
+ public protocol DataResponseSerializerProtocol {
2038
+ associatedtype SerializedObject
2039
+ func serialize(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, error: Swift.Error?) throws -> Self.SerializedObject
2040
+ }
2041
+ public protocol DownloadResponseSerializerProtocol {
2042
+ associatedtype SerializedObject
2043
+ func serializeDownload(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, fileURL: Foundation.URL?, error: Swift.Error?) throws -> Self.SerializedObject
2044
+ }
2045
+ public protocol ResponseSerializer : PixelPaySDK.DataResponseSerializerProtocol, PixelPaySDK.DownloadResponseSerializerProtocol {
2046
+ var dataPreprocessor: PixelPaySDK.DataPreprocessor { get }
2047
+ var emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> { get }
2048
+ var emptyResponseCodes: Swift.Set<Swift.Int> { get }
2049
+ }
2050
+ public protocol DataPreprocessor {
2051
+ func preprocess(_ data: Foundation.Data) throws -> Foundation.Data
2052
+ }
2053
+ public struct PassthroughPreprocessor : PixelPaySDK.DataPreprocessor {
2054
+ public init()
2055
+ public func preprocess(_ data: Foundation.Data) throws -> Foundation.Data
2056
+ }
2057
+ public struct GoogleXSSIPreprocessor : PixelPaySDK.DataPreprocessor {
2058
+ public init()
2059
+ public func preprocess(_ data: Foundation.Data) throws -> Foundation.Data
2060
+ }
2061
+ extension PixelPaySDK.ResponseSerializer {
2062
+ public static var defaultDataPreprocessor: PixelPaySDK.DataPreprocessor {
2063
+ get
2064
+ }
2065
+ public static var defaultEmptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> {
2066
+ get
2067
+ }
2068
+ public static var defaultEmptyResponseCodes: Swift.Set<Swift.Int> {
2069
+ get
2070
+ }
2071
+ public var dataPreprocessor: PixelPaySDK.DataPreprocessor {
2072
+ get
2073
+ }
2074
+ public var emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> {
2075
+ get
2076
+ }
2077
+ public var emptyResponseCodes: Swift.Set<Swift.Int> {
2078
+ get
2079
+ }
2080
+ public func requestAllowsEmptyResponseData(_ request: Foundation.URLRequest?) -> Swift.Bool?
2081
+ public func responseAllowsEmptyResponseData(_ response: Foundation.HTTPURLResponse?) -> Swift.Bool?
2082
+ public func emptyResponseAllowed(forRequest request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?) -> Swift.Bool
2083
+ }
2084
+ extension PixelPaySDK.DownloadResponseSerializerProtocol where Self : PixelPaySDK.DataResponseSerializerProtocol {
2085
+ public func serializeDownload(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, fileURL: Foundation.URL?, error: Swift.Error?) throws -> Self.SerializedObject
2086
+ }
2087
+ extension PixelPaySDK.DataRequest {
2088
+ @discardableResult
2089
+ public func response(queue: Dispatch.DispatchQueue = .main, completionHandler: @escaping (PixelPaySDK.AFDataResponse<Foundation.Data?>) -> Swift.Void) -> Self
2090
+ @discardableResult
2091
+ public func response<Serializer>(queue: Dispatch.DispatchQueue = .main, responseSerializer: Serializer, completionHandler: @escaping (PixelPaySDK.AFDataResponse<Serializer.SerializedObject>) -> Swift.Void) -> Self where Serializer : PixelPaySDK.DataResponseSerializerProtocol
2092
+ }
2093
+ extension PixelPaySDK.DownloadRequest {
2094
+ @discardableResult
2095
+ public func response(queue: Dispatch.DispatchQueue = .main, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Foundation.URL?>) -> Swift.Void) -> Self
2096
+ @discardableResult
2097
+ public func response<Serializer>(queue: Dispatch.DispatchQueue = .main, responseSerializer: Serializer, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Serializer.SerializedObject>) -> Swift.Void) -> Self where Serializer : PixelPaySDK.DownloadResponseSerializerProtocol
2098
+ }
2099
+ public struct URLResponseSerializer : PixelPaySDK.DownloadResponseSerializerProtocol {
2100
+ public init()
2101
+ public func serializeDownload(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, fileURL: Foundation.URL?, error: Swift.Error?) throws -> Foundation.URL
2102
+ public typealias SerializedObject = Foundation.URL
2103
+ }
2104
+ extension PixelPaySDK.DownloadRequest {
2105
+ @discardableResult
2106
+ public func responseURL(queue: Dispatch.DispatchQueue = .main, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Foundation.URL>) -> Swift.Void) -> Self
2107
+ }
2108
+ final public class DataResponseSerializer : PixelPaySDK.ResponseSerializer {
2109
+ final public let dataPreprocessor: PixelPaySDK.DataPreprocessor
2110
+ final public let emptyResponseCodes: Swift.Set<Swift.Int>
2111
+ final public let emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2112
+ public init(dataPreprocessor: PixelPaySDK.DataPreprocessor = DataResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = DataResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DataResponseSerializer.defaultEmptyRequestMethods)
2113
+ final public func serialize(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, error: Swift.Error?) throws -> Foundation.Data
2114
+ public typealias SerializedObject = Foundation.Data
2115
+ @objc deinit
2116
+ }
2117
+ extension PixelPaySDK.DataRequest {
2118
+ @discardableResult
2119
+ public func responseData(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = DataResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = DataResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DataResponseSerializer.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDataResponse<Foundation.Data>) -> Swift.Void) -> Self
2120
+ }
2121
+ extension PixelPaySDK.DownloadRequest {
2122
+ @discardableResult
2123
+ public func responseData(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = DataResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = DataResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DataResponseSerializer.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Foundation.Data>) -> Swift.Void) -> Self
2124
+ }
2125
+ final public class StringResponseSerializer : PixelPaySDK.ResponseSerializer {
2126
+ final public let dataPreprocessor: PixelPaySDK.DataPreprocessor
2127
+ final public let encoding: Swift.String.Encoding?
2128
+ final public let emptyResponseCodes: Swift.Set<Swift.Int>
2129
+ final public let emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2130
+ public init(dataPreprocessor: PixelPaySDK.DataPreprocessor = StringResponseSerializer.defaultDataPreprocessor, encoding: Swift.String.Encoding? = nil, emptyResponseCodes: Swift.Set<Swift.Int> = StringResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = StringResponseSerializer.defaultEmptyRequestMethods)
2131
+ final public func serialize(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, error: Swift.Error?) throws -> Swift.String
2132
+ public typealias SerializedObject = Swift.String
2133
+ @objc deinit
2134
+ }
2135
+ extension PixelPaySDK.DataRequest {
2136
+ @discardableResult
2137
+ public func responseString(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = StringResponseSerializer.defaultDataPreprocessor, encoding: Swift.String.Encoding? = nil, emptyResponseCodes: Swift.Set<Swift.Int> = StringResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = StringResponseSerializer.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDataResponse<Swift.String>) -> Swift.Void) -> Self
2138
+ }
2139
+ extension PixelPaySDK.DownloadRequest {
2140
+ @discardableResult
2141
+ public func responseString(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = StringResponseSerializer.defaultDataPreprocessor, encoding: Swift.String.Encoding? = nil, emptyResponseCodes: Swift.Set<Swift.Int> = StringResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = StringResponseSerializer.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Swift.String>) -> Swift.Void) -> Self
2142
+ }
2143
+ final public class JSONResponseSerializer : PixelPaySDK.ResponseSerializer {
2144
+ final public let dataPreprocessor: PixelPaySDK.DataPreprocessor
2145
+ final public let emptyResponseCodes: Swift.Set<Swift.Int>
2146
+ final public let emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2147
+ final public let options: Foundation.JSONSerialization.ReadingOptions
2148
+ public init(dataPreprocessor: PixelPaySDK.DataPreprocessor = JSONResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = JSONResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = JSONResponseSerializer.defaultEmptyRequestMethods, options: Foundation.JSONSerialization.ReadingOptions = .allowFragments)
2149
+ final public func serialize(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, error: Swift.Error?) throws -> Any
2150
+ public typealias SerializedObject = Any
2151
+ @objc deinit
2152
+ }
2153
+ extension PixelPaySDK.DataRequest {
2154
+ @discardableResult
2155
+ public func responseJSON(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = JSONResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = JSONResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = JSONResponseSerializer.defaultEmptyRequestMethods, options: Foundation.JSONSerialization.ReadingOptions = .allowFragments, completionHandler: @escaping (PixelPaySDK.AFDataResponse<Any>) -> Swift.Void) -> Self
2156
+ }
2157
+ extension PixelPaySDK.DownloadRequest {
2158
+ @discardableResult
2159
+ public func responseJSON(queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = JSONResponseSerializer.defaultDataPreprocessor, emptyResponseCodes: Swift.Set<Swift.Int> = JSONResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = JSONResponseSerializer.defaultEmptyRequestMethods, options: Foundation.JSONSerialization.ReadingOptions = .allowFragments, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<Any>) -> Swift.Void) -> Self
2160
+ }
2161
+ public protocol EmptyResponse {
2162
+ static func emptyValue() -> Self
2163
+ }
2164
+ public struct Empty : Swift.Codable {
2165
+ public static let value: PixelPaySDK.Empty
2166
+ public func encode(to encoder: Swift.Encoder) throws
2167
+ public init(from decoder: Swift.Decoder) throws
2168
+ }
2169
+ extension PixelPaySDK.Empty : PixelPaySDK.EmptyResponse {
2170
+ public static func emptyValue() -> PixelPaySDK.Empty
2171
+ }
2172
+ public protocol DataDecoder {
2173
+ func decode<D>(_ type: D.Type, from data: Foundation.Data) throws -> D where D : Swift.Decodable
2174
+ }
2175
+ extension Foundation.JSONDecoder : PixelPaySDK.DataDecoder {
2176
+ }
2177
+ extension Foundation.PropertyListDecoder : PixelPaySDK.DataDecoder {
2178
+ }
2179
+ final public class DecodableResponseSerializer<T> : PixelPaySDK.ResponseSerializer where T : Swift.Decodable {
2180
+ final public let dataPreprocessor: PixelPaySDK.DataPreprocessor
2181
+ final public let decoder: PixelPaySDK.DataDecoder
2182
+ final public let emptyResponseCodes: Swift.Set<Swift.Int>
2183
+ final public let emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2184
+ public init(dataPreprocessor: PixelPaySDK.DataPreprocessor = DecodableResponseSerializer.defaultDataPreprocessor, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), emptyResponseCodes: Swift.Set<Swift.Int> = DecodableResponseSerializer.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DecodableResponseSerializer.defaultEmptyRequestMethods)
2185
+ final public func serialize(request: Foundation.URLRequest?, response: Foundation.HTTPURLResponse?, data: Foundation.Data?, error: Swift.Error?) throws -> T
2186
+ public typealias SerializedObject = T
2187
+ @objc deinit
2188
+ }
2189
+ extension PixelPaySDK.DataRequest {
2190
+ @discardableResult
2191
+ public func responseDecodable<T>(of type: T.Type = T.self, queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = DecodableResponseSerializer<T>.defaultDataPreprocessor, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), emptyResponseCodes: Swift.Set<Swift.Int> = DecodableResponseSerializer<T>.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DecodableResponseSerializer<T>.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDataResponse<T>) -> Swift.Void) -> Self where T : Swift.Decodable
2192
+ }
2193
+ extension PixelPaySDK.DownloadRequest {
2194
+ @discardableResult
2195
+ public func responseDecodable<T>(of type: T.Type = T.self, queue: Dispatch.DispatchQueue = .main, dataPreprocessor: PixelPaySDK.DataPreprocessor = DecodableResponseSerializer<T>.defaultDataPreprocessor, decoder: PixelPaySDK.DataDecoder = JSONDecoder(), emptyResponseCodes: Swift.Set<Swift.Int> = DecodableResponseSerializer<T>.defaultEmptyResponseCodes, emptyRequestMethods: Swift.Set<PixelPaySDK.HTTPMethod> = DecodableResponseSerializer<T>.defaultEmptyRequestMethods, completionHandler: @escaping (PixelPaySDK.AFDownloadResponse<T>) -> Swift.Void) -> Self where T : Swift.Decodable
2196
+ }
2197
+ public protocol DataStreamSerializer {
2198
+ associatedtype SerializedObject
2199
+ func serialize(_ data: Foundation.Data) throws -> Self.SerializedObject
2200
+ }
2201
+ public struct DecodableStreamSerializer<T> : PixelPaySDK.DataStreamSerializer where T : Swift.Decodable {
2202
+ public let decoder: PixelPaySDK.DataDecoder
2203
+ public let dataPreprocessor: PixelPaySDK.DataPreprocessor
2204
+ public init(decoder: PixelPaySDK.DataDecoder = JSONDecoder(), dataPreprocessor: PixelPaySDK.DataPreprocessor = PassthroughPreprocessor())
2205
+ public func serialize(_ data: Foundation.Data) throws -> T
2206
+ public typealias SerializedObject = T
2207
+ }
2208
+ public struct PassthroughStreamSerializer : PixelPaySDK.DataStreamSerializer {
2209
+ public func serialize(_ data: Foundation.Data) throws -> Foundation.Data
2210
+ public typealias SerializedObject = Foundation.Data
2211
+ }
2212
+ public struct StringStreamSerializer : PixelPaySDK.DataStreamSerializer {
2213
+ public func serialize(_ data: Foundation.Data) throws -> Swift.String
2214
+ public typealias SerializedObject = Swift.String
2215
+ }
2216
+ extension PixelPaySDK.DataStreamRequest {
2217
+ @discardableResult
2218
+ final public func responseStream(on queue: Dispatch.DispatchQueue = .main, stream: @escaping PixelPaySDK.DataStreamRequest.Handler<Foundation.Data, Swift.Never>) -> Self
2219
+ @discardableResult
2220
+ final public func responseStream<Serializer>(using serializer: Serializer, on queue: Dispatch.DispatchQueue = .main, stream: @escaping PixelPaySDK.DataStreamRequest.Handler<Serializer.SerializedObject, PixelPaySDK.AFError>) -> Self where Serializer : PixelPaySDK.DataStreamSerializer
2221
+ @discardableResult
2222
+ final public func responseStreamString(on queue: Dispatch.DispatchQueue = .main, stream: @escaping PixelPaySDK.DataStreamRequest.Handler<Swift.String, Swift.Never>) -> Self
2223
+ @discardableResult
2224
+ final public func responseStreamDecodable<T>(of type: T.Type = T.self, on queue: Dispatch.DispatchQueue = .main, using decoder: PixelPaySDK.DataDecoder = JSONDecoder(), preprocessor: PixelPaySDK.DataPreprocessor = PassthroughPreprocessor(), stream: @escaping PixelPaySDK.DataStreamRequest.Handler<T, PixelPaySDK.AFError>) -> Self where T : Swift.Decodable
2225
+ }
2226
+ public protocol RedirectHandler {
2227
+ func task(_ task: Foundation.URLSessionTask, willBeRedirectedTo request: Foundation.URLRequest, for response: Foundation.HTTPURLResponse, completion: @escaping (Foundation.URLRequest?) -> Swift.Void)
2228
+ }
2229
+ public struct Redirector {
2230
+ public enum Behavior {
2231
+ case follow
2232
+ case doNotFollow
2233
+ case modify((Foundation.URLSessionTask, Foundation.URLRequest, Foundation.HTTPURLResponse) -> Foundation.URLRequest?)
2234
+ }
2235
+ public static let follow: PixelPaySDK.Redirector
2236
+ public static let doNotFollow: PixelPaySDK.Redirector
2237
+ public let behavior: PixelPaySDK.Redirector.Behavior
2238
+ public init(behavior: PixelPaySDK.Redirector.Behavior)
2239
+ }
2240
+ extension PixelPaySDK.Redirector : PixelPaySDK.RedirectHandler {
2241
+ public func task(_ task: Foundation.URLSessionTask, willBeRedirectedTo request: Foundation.URLRequest, for response: Foundation.HTTPURLResponse, completion: @escaping (Foundation.URLRequest?) -> Swift.Void)
2242
+ }
2243
+ open class MultipartFormData {
2244
+ public static let encodingMemoryThreshold: Swift.UInt64
2245
+ open var contentType: Swift.String {
2246
+ get
2247
+ set
2248
+ }
2249
+ public var contentLength: Swift.UInt64 {
2250
+ get
2251
+ }
2252
+ final public let boundary: Swift.String
2253
+ public init(fileManager: Foundation.FileManager = .default, boundary: Swift.String? = nil)
2254
+ public func append(_ data: Foundation.Data, withName name: Swift.String, fileName: Swift.String? = nil, mimeType: Swift.String? = nil)
2255
+ public func append(_ fileURL: Foundation.URL, withName name: Swift.String)
2256
+ public func append(_ fileURL: Foundation.URL, withName name: Swift.String, fileName: Swift.String, mimeType: Swift.String)
2257
+ public func append(_ stream: Foundation.InputStream, withLength length: Swift.UInt64, name: Swift.String, fileName: Swift.String, mimeType: Swift.String)
2258
+ public func append(_ stream: Foundation.InputStream, withLength length: Swift.UInt64, headers: PixelPaySDK.HTTPHeaders)
2259
+ public func encode() throws -> Foundation.Data
2260
+ public func writeEncodedData(to fileURL: Foundation.URL) throws
2261
+ @objc deinit
2262
+ }
2263
+ extension UIKit.UIView {
2264
+ @_Concurrency.MainActor(unsafe) public func showPixelPayLoader()
2265
+ @_Concurrency.MainActor(unsafe) public func removePixelPayLoader()
2266
+ }
2267
+ public typealias Parameters = [Swift.String : Any]
2268
+ public protocol ParameterEncoding {
2269
+ func encode(_ urlRequest: PixelPaySDK.URLRequestConvertible, with parameters: PixelPaySDK.Parameters?) throws -> Foundation.URLRequest
2270
+ }
2271
+ public struct URLEncoding : PixelPaySDK.ParameterEncoding {
2272
+ public enum Destination {
2273
+ case methodDependent
2274
+ case queryString
2275
+ case httpBody
2276
+ public static func == (a: PixelPaySDK.URLEncoding.Destination, b: PixelPaySDK.URLEncoding.Destination) -> Swift.Bool
2277
+ public func hash(into hasher: inout Swift.Hasher)
2278
+ public var hashValue: Swift.Int {
2279
+ get
2280
+ }
2281
+ }
2282
+ public enum ArrayEncoding {
2283
+ case brackets
2284
+ case noBrackets
2285
+ public static func == (a: PixelPaySDK.URLEncoding.ArrayEncoding, b: PixelPaySDK.URLEncoding.ArrayEncoding) -> Swift.Bool
2286
+ public func hash(into hasher: inout Swift.Hasher)
2287
+ public var hashValue: Swift.Int {
2288
+ get
2289
+ }
2290
+ }
2291
+ public enum BoolEncoding {
2292
+ case numeric
2293
+ case literal
2294
+ public static func == (a: PixelPaySDK.URLEncoding.BoolEncoding, b: PixelPaySDK.URLEncoding.BoolEncoding) -> Swift.Bool
2295
+ public func hash(into hasher: inout Swift.Hasher)
2296
+ public var hashValue: Swift.Int {
2297
+ get
2298
+ }
2299
+ }
2300
+ public static var `default`: PixelPaySDK.URLEncoding {
2301
+ get
2302
+ }
2303
+ public static var queryString: PixelPaySDK.URLEncoding {
2304
+ get
2305
+ }
2306
+ public static var httpBody: PixelPaySDK.URLEncoding {
2307
+ get
2308
+ }
2309
+ public let destination: PixelPaySDK.URLEncoding.Destination
2310
+ public let arrayEncoding: PixelPaySDK.URLEncoding.ArrayEncoding
2311
+ public let boolEncoding: PixelPaySDK.URLEncoding.BoolEncoding
2312
+ public init(destination: PixelPaySDK.URLEncoding.Destination = .methodDependent, arrayEncoding: PixelPaySDK.URLEncoding.ArrayEncoding = .brackets, boolEncoding: PixelPaySDK.URLEncoding.BoolEncoding = .numeric)
2313
+ public func encode(_ urlRequest: PixelPaySDK.URLRequestConvertible, with parameters: PixelPaySDK.Parameters?) throws -> Foundation.URLRequest
2314
+ public func queryComponents(fromKey key: Swift.String, value: Any) -> [(Swift.String, Swift.String)]
2315
+ public func escape(_ string: Swift.String) -> Swift.String
2316
+ }
2317
+ public struct JSONEncoding : PixelPaySDK.ParameterEncoding {
2318
+ public static var `default`: PixelPaySDK.JSONEncoding {
2319
+ get
2320
+ }
2321
+ public static var prettyPrinted: PixelPaySDK.JSONEncoding {
2322
+ get
2323
+ }
2324
+ public let options: Foundation.JSONSerialization.WritingOptions
2325
+ public init(options: Foundation.JSONSerialization.WritingOptions = [])
2326
+ public func encode(_ urlRequest: PixelPaySDK.URLRequestConvertible, with parameters: PixelPaySDK.Parameters?) throws -> Foundation.URLRequest
2327
+ public func encode(_ urlRequest: PixelPaySDK.URLRequestConvertible, withJSONObject jsonObject: Any? = nil) throws -> Foundation.URLRequest
2328
+ }
2329
+ public struct AlamofireExtension<ExtendedType> {
2330
+ public var type: ExtendedType {
2331
+ get
2332
+ }
2333
+ public init(_ type: ExtendedType)
2334
+ }
2335
+ public protocol AlamofireExtended {
2336
+ associatedtype ExtendedType
2337
+ static var af: PixelPaySDK.AlamofireExtension<Self.ExtendedType>.Type { get set }
2338
+ var af: PixelPaySDK.AlamofireExtension<Self.ExtendedType> { get set }
2339
+ }
2340
+ extension PixelPaySDK.AlamofireExtended {
2341
+ public static var af: PixelPaySDK.AlamofireExtension<Self>.Type {
2342
+ get
2343
+ set
2344
+ }
2345
+ public var af: PixelPaySDK.AlamofireExtension<Self> {
2346
+ get
2347
+ set
2348
+ }
2349
+ }
2350
+ @objc open class SessionDelegate : ObjectiveC.NSObject {
2351
+ public init(fileManager: Foundation.FileManager = .default)
2352
+ @objc deinit
2353
+ }
2354
+ extension PixelPaySDK.SessionDelegate : Foundation.URLSessionDelegate {
2355
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, didBecomeInvalidWithError error: Swift.Error?)
2356
+ }
2357
+ extension PixelPaySDK.SessionDelegate : Foundation.URLSessionTaskDelegate {
2358
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didReceive challenge: Foundation.URLAuthenticationChallenge, completionHandler: @escaping (Foundation.URLSession.AuthChallengeDisposition, Foundation.URLCredential?) -> Swift.Void)
2359
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didSendBodyData bytesSent: Swift.Int64, totalBytesSent: Swift.Int64, totalBytesExpectedToSend: Swift.Int64)
2360
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, needNewBodyStream completionHandler: @escaping (Foundation.InputStream?) -> Swift.Void)
2361
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, willPerformHTTPRedirection response: Foundation.HTTPURLResponse, newRequest request: Foundation.URLRequest, completionHandler: @escaping (Foundation.URLRequest?) -> Swift.Void)
2362
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didFinishCollecting metrics: Foundation.URLSessionTaskMetrics)
2363
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, task: Foundation.URLSessionTask, didCompleteWithError error: Swift.Error?)
2364
+ @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
2365
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, taskIsWaitingForConnectivity task: Foundation.URLSessionTask)
2366
+ }
2367
+ extension PixelPaySDK.SessionDelegate : Foundation.URLSessionDataDelegate {
2368
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, didReceive data: Foundation.Data)
2369
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, dataTask: Foundation.URLSessionDataTask, willCacheResponse proposedResponse: Foundation.CachedURLResponse, completionHandler: @escaping (Foundation.CachedURLResponse?) -> Swift.Void)
2370
+ }
2371
+ extension PixelPaySDK.SessionDelegate : Foundation.URLSessionDownloadDelegate {
2372
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didResumeAtOffset fileOffset: Swift.Int64, expectedTotalBytes: Swift.Int64)
2373
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didWriteData bytesWritten: Swift.Int64, totalBytesWritten: Swift.Int64, totalBytesExpectedToWrite: Swift.Int64)
2374
+ @objc dynamic open func urlSession(_ session: Foundation.URLSession, downloadTask: Foundation.URLSessionDownloadTask, didFinishDownloadingTo location: Foundation.URL)
2375
+ }
2376
+ extension PixelPaySDK.Request {
2377
+ public static let didResumeNotification: Foundation.Notification.Name
2378
+ public static let didSuspendNotification: Foundation.Notification.Name
2379
+ public static let didCancelNotification: Foundation.Notification.Name
2380
+ public static let didFinishNotification: Foundation.Notification.Name
2381
+ public static let didResumeTaskNotification: Foundation.Notification.Name
2382
+ public static let didSuspendTaskNotification: Foundation.Notification.Name
2383
+ public static let didCancelTaskNotification: Foundation.Notification.Name
2384
+ public static let didCompleteTaskNotification: Foundation.Notification.Name
2385
+ }
2386
+ extension Foundation.Notification {
2387
+ public var request: PixelPaySDK.Request? {
2388
+ get
2389
+ }
2390
+ }
2391
+ @_hasMissingDesignatedInitializers final public class AlamofireNotifications : PixelPaySDK.EventMonitor {
2392
+ final public func requestDidResume(_ request: PixelPaySDK.Request)
2393
+ final public func requestDidSuspend(_ request: PixelPaySDK.Request)
2394
+ final public func requestDidCancel(_ request: PixelPaySDK.Request)
2395
+ final public func requestDidFinish(_ request: PixelPaySDK.Request)
2396
+ final public func request(_ request: PixelPaySDK.Request, didResumeTask task: Foundation.URLSessionTask)
2397
+ final public func request(_ request: PixelPaySDK.Request, didSuspendTask task: Foundation.URLSessionTask)
2398
+ final public func request(_ request: PixelPaySDK.Request, didCancelTask task: Foundation.URLSessionTask)
2399
+ final public func request(_ request: PixelPaySDK.Request, didCompleteTask task: Foundation.URLSessionTask, with error: PixelPaySDK.AFError?)
2400
+ @objc deinit
2401
+ }
2402
+ open class RetryPolicy : PixelPaySDK.RequestInterceptor {
2403
+ public static let defaultRetryLimit: Swift.UInt
2404
+ public static let defaultExponentialBackoffBase: Swift.UInt
2405
+ public static let defaultExponentialBackoffScale: Swift.Double
2406
+ public static let defaultRetryableHTTPMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2407
+ public static let defaultRetryableHTTPStatusCodes: Swift.Set<Swift.Int>
2408
+ public static let defaultRetryableURLErrorCodes: Swift.Set<Foundation.URLError.Code>
2409
+ final public let retryLimit: Swift.UInt
2410
+ final public let exponentialBackoffBase: Swift.UInt
2411
+ final public let exponentialBackoffScale: Swift.Double
2412
+ final public let retryableHTTPMethods: Swift.Set<PixelPaySDK.HTTPMethod>
2413
+ final public let retryableHTTPStatusCodes: Swift.Set<Swift.Int>
2414
+ final public let retryableURLErrorCodes: Swift.Set<Foundation.URLError.Code>
2415
+ public init(retryLimit: Swift.UInt = RetryPolicy.defaultRetryLimit, exponentialBackoffBase: Swift.UInt = RetryPolicy.defaultExponentialBackoffBase, exponentialBackoffScale: Swift.Double = RetryPolicy.defaultExponentialBackoffScale, retryableHTTPMethods: Swift.Set<PixelPaySDK.HTTPMethod> = RetryPolicy.defaultRetryableHTTPMethods, retryableHTTPStatusCodes: Swift.Set<Swift.Int> = RetryPolicy.defaultRetryableHTTPStatusCodes, retryableURLErrorCodes: Swift.Set<Foundation.URLError.Code> = RetryPolicy.defaultRetryableURLErrorCodes)
2416
+ open func retry(_ request: PixelPaySDK.Request, for session: PixelPaySDK.Session, dueTo error: Swift.Error, completion: @escaping (PixelPaySDK.RetryResult) -> Swift.Void)
2417
+ open func shouldRetry(request: PixelPaySDK.Request, dueTo error: Swift.Error) -> Swift.Bool
2418
+ @objc deinit
2419
+ }
2420
+ open class ConnectionLostRetryPolicy : PixelPaySDK.RetryPolicy {
2421
+ public init(retryLimit: Swift.UInt = RetryPolicy.defaultRetryLimit, exponentialBackoffBase: Swift.UInt = RetryPolicy.defaultExponentialBackoffBase, exponentialBackoffScale: Swift.Double = RetryPolicy.defaultExponentialBackoffScale, retryableHTTPMethods: Swift.Set<PixelPaySDK.HTTPMethod> = RetryPolicy.defaultRetryableHTTPMethods)
2422
+ @objc deinit
2423
+ }
2424
+ extension Swift.Encodable {
2425
+ public var requestDictionary: [Swift.String : Any]? {
2426
+ get
2427
+ }
2428
+ public func toJson() -> Swift.String
2429
+ }
2430
+ extension Swift.String {
2431
+ public func toMD5() -> Swift.String
2432
+ }
2433
+ public protocol ParameterEncoder {
2434
+ func encode<Parameters>(_ parameters: Parameters?, into request: Foundation.URLRequest) throws -> Foundation.URLRequest where Parameters : Swift.Encodable
2435
+ }
2436
+ open class JSONParameterEncoder : PixelPaySDK.ParameterEncoder {
2437
+ public static var `default`: PixelPaySDK.JSONParameterEncoder {
2438
+ get
2439
+ }
2440
+ public static var prettyPrinted: PixelPaySDK.JSONParameterEncoder {
2441
+ get
2442
+ }
2443
+ @available(macOS 10.13, iOS 11.0, tvOS 11.0, watchOS 4.0, *)
2444
+ public static var sortedKeys: PixelPaySDK.JSONParameterEncoder {
2445
+ get
2446
+ }
2447
+ final public let encoder: Foundation.JSONEncoder
2448
+ public init(encoder: Foundation.JSONEncoder = JSONEncoder())
2449
+ open func encode<Parameters>(_ parameters: Parameters?, into request: Foundation.URLRequest) throws -> Foundation.URLRequest where Parameters : Swift.Encodable
2450
+ @objc deinit
2451
+ }
2452
+ open class URLEncodedFormParameterEncoder : PixelPaySDK.ParameterEncoder {
2453
+ public enum Destination {
2454
+ case methodDependent
2455
+ case queryString
2456
+ case httpBody
2457
+ public static func == (a: PixelPaySDK.URLEncodedFormParameterEncoder.Destination, b: PixelPaySDK.URLEncodedFormParameterEncoder.Destination) -> Swift.Bool
2458
+ public func hash(into hasher: inout Swift.Hasher)
2459
+ public var hashValue: Swift.Int {
2460
+ get
2461
+ }
2462
+ }
2463
+ public static var `default`: PixelPaySDK.URLEncodedFormParameterEncoder {
2464
+ get
2465
+ }
2466
+ final public let encoder: PixelPaySDK.URLEncodedFormEncoder
2467
+ final public let destination: PixelPaySDK.URLEncodedFormParameterEncoder.Destination
2468
+ public init(encoder: PixelPaySDK.URLEncodedFormEncoder = URLEncodedFormEncoder(), destination: PixelPaySDK.URLEncodedFormParameterEncoder.Destination = .methodDependent)
2469
+ open func encode<Parameters>(_ parameters: Parameters?, into request: Foundation.URLRequest) throws -> Foundation.URLRequest where Parameters : Swift.Encodable
2470
+ @objc deinit
2471
+ }
2472
+ public class RequestBehaviour : Swift.Codable {
2473
+ public var env: Swift.String?
2474
+ public var lang: Swift.String?
2475
+ public var from: Swift.String?
2476
+ public var sdk_version: Swift.String?
2477
+ public init()
2478
+ @objc deinit
2479
+ public func encode(to encoder: Swift.Encoder) throws
2480
+ required public init(from decoder: Swift.Decoder) throws
2481
+ }
2482
+ @_inheritsConvenienceInitializers public class FailureResponse : PixelPaySDK.Response {
2483
+ override public init()
2484
+ required public init(from decoder: Swift.Decoder) throws
2485
+ @objc deinit
2486
+ }
2487
+ extension Foundation.URLRequest {
2488
+ public var method: PixelPaySDK.HTTPMethod? {
2489
+ get
2490
+ set
2491
+ }
2492
+ public func validate() throws
2493
+ }
2494
+ @_hasMissingDesignatedInitializers public class TransactionResult : Swift.Codable {
2495
+ public var transaction_type: Swift.String?
2496
+ public var transaction_approved_amount: Swift.Double?
2497
+ public var transaction_amount: Swift.Double?
2498
+ public var transaction_auth: Swift.String?
2499
+ public var transaction_terminal: Swift.String?
2500
+ public var transaction_merchant: Swift.String?
2501
+ public var response_cvn: Swift.String?
2502
+ public var response_avs: Swift.String?
2503
+ public var response_cavv: Swift.String?
2504
+ public var transaction_id: Swift.String?
2505
+ public var transaction_reference: Swift.String?
2506
+ public var transaction_time: Swift.String?
2507
+ public var transaction_date: Swift.String?
2508
+ public var response_approved: Swift.Bool?
2509
+ public var response_incomplete: Swift.Bool?
2510
+ public var response_code: Swift.String?
2511
+ public var response_time: Swift.String?
2512
+ public var response_reason: Swift.String?
2513
+ public var payment_uuid: Swift.String?
2514
+ public var payment_hash: Swift.String?
2515
+ public static func validateResponse(response: PixelPaySDK.Response) -> Swift.Bool
2516
+ public static func fromResponse(response: PixelPaySDK.Response) -> PixelPaySDK.TransactionResult
2517
+ @objc deinit
2518
+ public func encode(to encoder: Swift.Encoder) throws
2519
+ required public init(from decoder: Swift.Decoder) throws
2520
+ }
2521
+ @_hasMissingDesignatedInitializers open class NetworkReachabilityManager {
2522
+ public enum NetworkReachabilityStatus {
2523
+ case unknown
2524
+ case notReachable
2525
+ case reachable(PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType)
2526
+ public enum ConnectionType {
2527
+ case ethernetOrWiFi
2528
+ case cellular
2529
+ public static func == (a: PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType, b: PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType) -> Swift.Bool
2530
+ public func hash(into hasher: inout Swift.Hasher)
2531
+ public var hashValue: Swift.Int {
2532
+ get
2533
+ }
2534
+ }
2535
+ }
2536
+ public typealias Listener = (PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus) -> Swift.Void
2537
+ public static let `default`: PixelPaySDK.NetworkReachabilityManager?
2538
+ open var isReachable: Swift.Bool {
2539
+ get
2540
+ }
2541
+ open var isReachableOnCellular: Swift.Bool {
2542
+ get
2543
+ }
2544
+ open var isReachableOnEthernetOrWiFi: Swift.Bool {
2545
+ get
2546
+ }
2547
+ final public let reachabilityQueue: Dispatch.DispatchQueue
2548
+ open var flags: SystemConfiguration.SCNetworkReachabilityFlags? {
2549
+ get
2550
+ }
2551
+ open var status: PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus {
2552
+ get
2553
+ }
2554
+ convenience public init?(host: Swift.String)
2555
+ convenience public init?()
2556
+ @objc deinit
2557
+ @discardableResult
2558
+ open func startListening(onQueue queue: Dispatch.DispatchQueue = .main, onUpdatePerforming listener: @escaping PixelPaySDK.NetworkReachabilityManager.Listener) -> Swift.Bool
2559
+ open func stopListening()
2560
+ }
2561
+ extension PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus : Swift.Equatable {
2562
+ public static func == (a: PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus, b: PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus) -> Swift.Bool
2563
+ }
2564
+ public class ServiceBehaviour {
2565
+ public init(settings: PixelPaySDK.Settings)
2566
+ public func showLoader()
2567
+ public func hideLoader()
2568
+ @objc deinit
2569
+ }
2570
+ extension PixelPaySDK.Request.State : Swift.Equatable {}
2571
+ extension PixelPaySDK.Request.State : Swift.Hashable {}
2572
+ extension PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding : Swift.Equatable {}
2573
+ extension PixelPaySDK.URLEncodedFormEncoder.ArrayEncoding : Swift.Hashable {}
2574
+ extension PixelPaySDK.URLEncodedFormEncoder.BoolEncoding : Swift.Equatable {}
2575
+ extension PixelPaySDK.URLEncodedFormEncoder.BoolEncoding : Swift.Hashable {}
2576
+ extension PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding : Swift.Equatable {}
2577
+ extension PixelPaySDK.URLEncodedFormEncoder.SpaceEncoding : Swift.Hashable {}
2578
+ extension PixelPaySDK.SwiftyJSONError : Swift.Equatable {}
2579
+ extension PixelPaySDK.SwiftyJSONError : Swift.Hashable {}
2580
+ extension PixelPaySDK.SwiftyJSONError : Swift.RawRepresentable {}
2581
+ extension PixelPaySDK.`Type` : Swift.Equatable {}
2582
+ extension PixelPaySDK.`Type` : Swift.Hashable {}
2583
+ extension PixelPaySDK.`Type` : Swift.RawRepresentable {}
2584
+ extension PixelPaySDK.writingOptionsKeys : Swift.Equatable {}
2585
+ extension PixelPaySDK.writingOptionsKeys : Swift.Hashable {}
2586
+ extension PixelPaySDK.AuthenticationError : Swift.Equatable {}
2587
+ extension PixelPaySDK.AuthenticationError : Swift.Hashable {}
2588
+ extension PixelPaySDK.URLEncoding.Destination : Swift.Equatable {}
2589
+ extension PixelPaySDK.URLEncoding.Destination : Swift.Hashable {}
2590
+ extension PixelPaySDK.URLEncoding.ArrayEncoding : Swift.Equatable {}
2591
+ extension PixelPaySDK.URLEncoding.ArrayEncoding : Swift.Hashable {}
2592
+ extension PixelPaySDK.URLEncoding.BoolEncoding : Swift.Equatable {}
2593
+ extension PixelPaySDK.URLEncoding.BoolEncoding : Swift.Hashable {}
2594
+ extension PixelPaySDK.URLEncodedFormParameterEncoder.Destination : Swift.Equatable {}
2595
+ extension PixelPaySDK.URLEncodedFormParameterEncoder.Destination : Swift.Hashable {}
2596
+ extension PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType : Swift.Equatable {}
2597
+ extension PixelPaySDK.NetworkReachabilityManager.NetworkReachabilityStatus.ConnectionType : Swift.Hashable {}