@expofp/react-native-efp-crowdconnected 0.1.5 → 0.1.6

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 (144) hide show
  1. package/ExpofpCrowdconnected.podspec +5 -5
  2. package/android/build.gradle +4 -4
  3. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +8 -1
  4. package/android/src/main/java/com/expofpcrowdconnected/ExpoFpPosition.kt +2 -3
  5. package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +62 -69
  6. package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +36 -23
  7. package/ios/Extensions/{LocationTrackingMode+Extensions.swift → CrowdConnected+Extensions.swift} +5 -4
  8. package/ios/Frameworks/CrowdConnectedCore.xcframework/Info.plist +44 -0
  9. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  10. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +767 -0
  11. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  12. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
  13. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +8032 -0
  14. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +162 -0
  15. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  16. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +162 -0
  17. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  18. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  19. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +201 -0
  20. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
  21. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +1530 -0
  22. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore.h +15 -0
  23. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
  24. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +8032 -0
  25. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +162 -0
  26. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  27. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +162 -0
  28. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +8032 -0
  29. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +162 -0
  30. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  31. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +162 -0
  32. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/module.modulemap +11 -0
  33. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/PrivacyInfo.xcprivacy +36 -0
  34. package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +256 -0
  35. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/Info.plist +44 -0
  36. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  37. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +329 -0
  38. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  39. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  40. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +296 -0
  41. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  42. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  43. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  44. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  45. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  46. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +201 -0
  47. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
  48. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth-Swift.h +654 -0
  49. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Headers/CrowdConnectedCoreBluetooth.h +11 -0
  50. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Info.plist +0 -0
  51. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +296 -0
  52. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  53. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  54. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  55. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +296 -0
  56. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  57. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  58. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  59. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/module.modulemap +11 -0
  60. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/PrivacyInfo.xcprivacy +14 -0
  61. package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +256 -0
  62. package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +44 -0
  63. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  64. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +328 -0
  65. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  66. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Info.plist +0 -0
  67. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +444 -0
  68. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +16 -0
  69. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  70. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +16 -0
  71. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  72. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  73. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +201 -0
  74. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
  75. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo-Swift.h +652 -0
  76. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Headers/CrowdConnectedGeo.h +15 -0
  77. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Info.plist +0 -0
  78. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +444 -0
  79. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +16 -0
  80. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  81. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +16 -0
  82. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +444 -0
  83. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +16 -0
  84. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  85. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +16 -0
  86. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/module.modulemap +11 -0
  87. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/PrivacyInfo.xcprivacy +27 -0
  88. package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +256 -0
  89. package/ios/Frameworks/CrowdConnectedIPS.xcframework/Info.plist +44 -0
  90. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  91. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +331 -0
  92. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  93. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Info.plist +0 -0
  94. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +1362 -0
  95. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +21 -0
  96. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  97. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +21 -0
  98. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  99. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  100. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +201 -0
  101. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
  102. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS-Swift.h +658 -0
  103. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Headers/CrowdConnectedIPS.h +15 -0
  104. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Info.plist +0 -0
  105. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +1362 -0
  106. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +21 -0
  107. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  108. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +21 -0
  109. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +1362 -0
  110. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +21 -0
  111. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  112. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +21 -0
  113. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/module.modulemap +11 -0
  114. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/PrivacyInfo.xcprivacy +23 -0
  115. package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +256 -0
  116. package/ios/Frameworks/CrowdConnectedShared.xcframework/Info.plist +44 -0
  117. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  118. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +322 -0
  119. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  120. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Info.plist +0 -0
  121. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +17142 -0
  122. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +501 -0
  123. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  124. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +501 -0
  125. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  126. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  127. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +201 -0
  128. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
  129. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared-Swift.h +640 -0
  130. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Headers/CrowdConnectedShared.h +9 -0
  131. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Info.plist +0 -0
  132. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +17142 -0
  133. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +501 -0
  134. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  135. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +501 -0
  136. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +17142 -0
  137. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +501 -0
  138. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  139. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +501 -0
  140. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/module.modulemap +11 -0
  141. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/PrivacyInfo.xcprivacy +23 -0
  142. package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +256 -0
  143. package/ios/RCTCrowdConnectedLocationProvider.swift +69 -101
  144. package/package.json +1 -1
@@ -0,0 +1,501 @@
1
+ // swift-interface-format-version: 1.0
2
+ // swift-compiler-version: Apple Swift version 6.2.4 effective-5.10 (swiftlang-6.2.4.1.4 clang-1700.6.4.2)
3
+ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-experimental-feature DebugDescriptionMacro -enable-bare-slash-regex -module-name CrowdConnectedShared
4
+ // swift-module-flags-ignorable: -no-verify-emitted-module-interface -formal-cxx-interoperability-mode=off -interface-compiler-version 6.2.4
5
+ import CoreLocation
6
+ import CoreMotion
7
+ @_exported import CrowdConnectedShared
8
+ import Foundation
9
+ import OSLog
10
+ import Swift
11
+ import UIKit
12
+ import _Concurrency
13
+ import _StringProcessing
14
+ import _SwiftConcurrencyShims
15
+ import os
16
+ @_hasMissingDesignatedInitializers public class MainLogger {
17
+ public enum LogTag : Swift.String {
18
+ case IPS
19
+ case GEO
20
+ case BLE
21
+ case API
22
+ case AUT
23
+ #if compiler(>=5.3) && $NonescapableTypes
24
+ public init?(rawValue: Swift.String)
25
+ #endif
26
+ public typealias RawValue = Swift.String
27
+ public var rawValue: Swift.String {
28
+ get
29
+ }
30
+ }
31
+ public static func reset()
32
+ public static func log(level: CrowdConnectedShared.LogLevel, message: @autoclosure () -> Swift.String)
33
+ #if compiler(>=5.3) && $NonescapableTypes
34
+ public static func log(level: CrowdConnectedShared.LogLevel, tag: CrowdConnectedShared.MainLogger.LogTag? = nil, message: @autoclosure () -> Swift.String)
35
+ #endif
36
+ #if compiler(>=5.3) && $NonescapableTypes
37
+ public static func log(level: CrowdConnectedShared.LogLevel, tag: CrowdConnectedShared.MainLogger.LogTag? = nil, error: CrowdConnectedShared.DescriptiveError)
38
+ #endif
39
+ public static func log(level: CrowdConnectedShared.LogLevel, error: CrowdConnectedShared.DescriptiveError)
40
+ @objc deinit
41
+ }
42
+ extension _LocationEssentials.CLLocationCoordinate2D : @retroactive Swift.Equatable {
43
+ public static func == (lhs: _LocationEssentials.CLLocationCoordinate2D, rhs: _LocationEssentials.CLLocationCoordinate2D) -> Swift.Bool
44
+ }
45
+ public enum ReactiveNotification : Swift.String {
46
+ case updateSettings
47
+ case updateBeacons
48
+ case updateSurfaces
49
+ case updateZones
50
+ case updateCoreBluetoothSettings
51
+ case updateGeoSettings
52
+ case newPositionsAvailable
53
+ case newStepsAvailable
54
+ case newBluetoothObservationsAvailable
55
+ case receivedEddystoneObservation
56
+ case newPositionForDeviceStatus
57
+ case newDeviceLocationAuthorizationStatus
58
+ case newDeviceAccuracyAuthorizationStatus
59
+ case newDeviceBluetoothStatus
60
+ case newDeviceNotificationsStatus
61
+ case deviceStatusDidChange
62
+ case ipsModuleState
63
+ case coreBluetoothModuleState
64
+ case geoModuleState
65
+ case startSDK
66
+ case stopSDK
67
+ case newAlias
68
+ case newRemoteLog
69
+ case significantClockUpdate
70
+ case newCredentials
71
+ case updateDataPublishRule
72
+ case startMonitoringRegions
73
+ case stopMonitoringRegions
74
+ case determineStateForMonitoredRegions
75
+ case didEnterRegion
76
+ case didExitRegion
77
+ case updateTrackingMode
78
+ case uploadAllRecords
79
+ case uploadPositionRecords
80
+ case uploadRawObservationRecords
81
+ case invalidAccessToken
82
+ case appWillTerminate
83
+ public var name: Foundation.NSNotification.Name {
84
+ get
85
+ }
86
+ #if compiler(>=5.3) && $NonescapableTypes
87
+ public init?(rawValue: Swift.String)
88
+ #endif
89
+ public typealias RawValue = Swift.String
90
+ public var rawValue: Swift.String {
91
+ get
92
+ }
93
+ }
94
+ @_hasMissingDesignatedInitializers public class UptimeClock {
95
+ public static func getMilliseconds() -> Swift.Double
96
+ public static func getSeconds() -> Swift.Double
97
+ @objc deinit
98
+ }
99
+ public protocol LoggerProtocol {
100
+ func log(level: CrowdConnectedShared.LogLevel, message: @autoclosure () -> Swift.String)
101
+ }
102
+ public enum LogLevel : Swift.String, Swift.CaseIterable {
103
+ case debug
104
+ case info
105
+ case notice
106
+ case warning
107
+ case error
108
+ case critical
109
+ #if compiler(>=5.3) && $NonescapableTypes
110
+ public init?(rawValue: Swift.String)
111
+ #endif
112
+ public typealias AllCases = [CrowdConnectedShared.LogLevel]
113
+ public typealias RawValue = Swift.String
114
+ nonisolated public static var allCases: [CrowdConnectedShared.LogLevel] {
115
+ get
116
+ }
117
+ public var rawValue: Swift.String {
118
+ get
119
+ }
120
+ }
121
+ extension Swift.Double {
122
+ public func radianToDegree() -> Swift.Double
123
+ public func roundTo4thDecimal() -> Swift.Double
124
+ public func roundToDecimals(_ decimalNumber: Swift.Int) -> Swift.Double
125
+ }
126
+ public protocol TimeSynchroniser {
127
+ func syncTime(remote remoteTime: Swift.Double, latency: Swift.Double)
128
+ }
129
+ @_hasMissingDesignatedInitializers public class SyncClock : CrowdConnectedShared.Clock, CrowdConnectedShared.TimeSynchroniser {
130
+ public static let shared: CrowdConnectedShared.SyncClock
131
+ public func syncTime(remote rawRemoteTime: Swift.Double, latency: Swift.Double)
132
+ public func currentDate() -> Foundation.Date
133
+ public func currentTimeInMilliseconds() -> Swift.Int64
134
+ public func currentTimeInNanoseconds() -> Swift.Int64
135
+ public func adjustedTime(for internalDate: Foundation.Date) -> Foundation.Date
136
+ public func adjustedTime(for internalTimeInterval: Foundation.TimeInterval) -> Foundation.Date
137
+ public func matchingDate(for logItem: CoreMotion.CMLogItem) -> Foundation.Date
138
+ @objc deinit
139
+ }
140
+ extension Swift.Array {
141
+ public func chunked(into size: Swift.Int) -> [[Element]]
142
+ }
143
+ extension Foundation.Date {
144
+ public func secondsSince(date: Foundation.Date) -> Foundation.TimeInterval
145
+ public func milliseconds() -> Swift.Int64
146
+ public func nanoseconds() -> Swift.Int64
147
+ public func timeAfter(seconds: Swift.Double) -> Foundation.Date
148
+ public func timeBefore(seconds: Swift.Double) -> Foundation.Date
149
+ }
150
+ @_hasMissingDesignatedInitializers public class DeviceClock : CrowdConnectedShared.Clock, CrowdConnectedShared.TimeSynchroniser {
151
+ public static let shared: CrowdConnectedShared.DeviceClock
152
+ public func currentDate() -> Foundation.Date
153
+ public func currentTimeInMilliseconds() -> Swift.Int64
154
+ public func currentTimeInNanoseconds() -> Swift.Int64
155
+ public func adjustedTime(for internalDate: Foundation.Date) -> Foundation.Date
156
+ public func adjustedTime(for internalTimeInterval: Foundation.TimeInterval) -> Foundation.Date
157
+ public func syncTime(remote remoteTime: Swift.Double, latency: Swift.Double)
158
+ public func matchingDate(for logItem: CoreMotion.CMLogItem) -> Foundation.Date
159
+ @objc deinit
160
+ }
161
+ @objc public protocol Module {
162
+ @objc static func activate()
163
+ }
164
+ @propertyWrapper public class Atomic<Value> {
165
+ public var wrappedValue: Value {
166
+ get
167
+ set
168
+ }
169
+ public init(wrappedValue: Value)
170
+ @objc deinit
171
+ }
172
+ @_hasMissingDesignatedInitializers public class ReactiveNotificationsCenter : CrowdConnectedShared.ReactiveNotificationsProtocol {
173
+ public static let shared: CrowdConnectedShared.ReactiveNotificationsCenter
174
+ #if compiler(>=5.3) && $NonescapableTypes
175
+ public func post(notification: CrowdConnectedShared.ReactiveNotification, dictionary: CrowdConnectedShared.ReactiveNotificationsCenter.NotificationData = nil)
176
+ #endif
177
+ public func addObserver(_ observer: Swift.AnyObject, for notification: CrowdConnectedShared.ReactiveNotification, selector: ObjectiveC.Selector)
178
+ public func removeObserver(_ observer: Swift.AnyObject, for notification: CrowdConnectedShared.ReactiveNotification)
179
+ #if compiler(>=5.3) && $NonescapableTypes
180
+ public func getState(of notification: CrowdConnectedShared.ReactiveNotification) -> CrowdConnectedShared.ReactiveNotificationsCenter.NotificationData
181
+ #endif
182
+ @objc deinit
183
+ }
184
+ public enum CrowdConnectedDecodingError : Swift.Error, CrowdConnectedShared.DescribingError {
185
+ case decodingFailed(message: Swift.String)
186
+ case typeNotMatching(key: Swift.String)
187
+ case valueNotMatching(type: Swift.String, key: Swift.String)
188
+ case other(error: any Swift.Error)
189
+ public var descriptiveError: CrowdConnectedShared.DescriptiveError {
190
+ get
191
+ }
192
+ public static func extractDecodingError(_ error: any Swift.Error) -> CrowdConnectedShared.CrowdConnectedDecodingError
193
+ }
194
+ extension Swift.String {
195
+ public var functionName: Swift.String {
196
+ get
197
+ }
198
+ }
199
+ public protocol Clock {
200
+ func currentDate() -> Foundation.Date
201
+ func currentTimeInMilliseconds() -> Swift.Int64
202
+ func currentTimeInNanoseconds() -> Swift.Int64
203
+ func adjustedTime(for internalDate: Foundation.Date) -> Foundation.Date
204
+ func adjustedTime(for internalTimeInterval: Foundation.TimeInterval) -> Foundation.Date
205
+ func matchingDate(for logItem: CoreMotion.CMLogItem) -> Foundation.Date
206
+ }
207
+ public protocol ReactiveNotificationsProtocol {
208
+ typealias NotificationData = [Swift.String : Swift.AnyHashable]?
209
+ #if compiler(>=5.3) && $NonescapableTypes
210
+ func post(notification: CrowdConnectedShared.ReactiveNotification, dictionary: Self.NotificationData)
211
+ #endif
212
+ func addObserver(_ observer: Swift.AnyObject, for notification: CrowdConnectedShared.ReactiveNotification, selector: ObjectiveC.Selector)
213
+ func removeObserver(_ observer: Swift.AnyObject, for notification: CrowdConnectedShared.ReactiveNotification)
214
+ #if compiler(>=5.3) && $NonescapableTypes
215
+ func getState(of notification: CrowdConnectedShared.ReactiveNotification) -> Self.NotificationData
216
+ #endif
217
+ }
218
+ extension CrowdConnectedShared.ReactiveNotificationsProtocol {
219
+ public func post(notification: CrowdConnectedShared.ReactiveNotification)
220
+ }
221
+ public enum DataType {
222
+ case positions
223
+ case steps
224
+ case bluetoothObservations
225
+ public var title: Swift.String {
226
+ get
227
+ }
228
+ public static func == (a: CrowdConnectedShared.DataType, b: CrowdConnectedShared.DataType) -> Swift.Bool
229
+ public func hash(into hasher: inout Swift.Hasher)
230
+ public var hashValue: Swift.Int {
231
+ get
232
+ }
233
+ }
234
+ public enum PositionDataType : Swift.String {
235
+ case geo
236
+ case cartesian
237
+ public var exportValue: Swift.String {
238
+ get
239
+ }
240
+ #if compiler(>=5.3) && $NonescapableTypes
241
+ public init?(rawValue: Swift.String)
242
+ #endif
243
+ public typealias RawValue = Swift.String
244
+ public var rawValue: Swift.String {
245
+ get
246
+ }
247
+ }
248
+ public enum TrackingMode : Swift.Int {
249
+ case foreground
250
+ case background
251
+ case deactivated
252
+ #if compiler(>=5.3) && $NonescapableTypes
253
+ public init?(rawValue: Swift.Int)
254
+ #endif
255
+ public typealias RawValue = Swift.Int
256
+ public var rawValue: Swift.Int {
257
+ get
258
+ }
259
+ }
260
+ public typealias CCObject = ObjectiveC.NSObject
261
+ public class RepeatingTimer {
262
+ #if compiler(>=5.3) && $NonescapableTypes
263
+ public init(deadline: Dispatch.DispatchTime, repeating: Dispatch.DispatchTimeInterval = .never, leeway: Dispatch.DispatchTimeInterval = .nanoseconds(0), queue: Dispatch.DispatchQueue? = nil)
264
+ #endif
265
+ #if compiler(>=5.3) && $NonescapableTypes
266
+ public init(repeating: Dispatch.DispatchTimeInterval = .never, leeway: Dispatch.DispatchTimeInterval = .nanoseconds(0), queue: Dispatch.DispatchQueue? = nil)
267
+ #endif
268
+ public var timeInterval: Dispatch.DispatchTimeInterval {
269
+ get
270
+ }
271
+ public var isCancelled: Swift.Bool {
272
+ get
273
+ }
274
+ public var isActive: Swift.Bool {
275
+ get
276
+ }
277
+ @objc deinit
278
+ public func setEventHandler(handler: @escaping () -> Swift.Void)
279
+ public func resume()
280
+ public func suspend()
281
+ public func activate()
282
+ public func cancel()
283
+ }
284
+ extension Swift.Float {
285
+ public func cutToDecimals(_ decimalsNumber: Swift.Int) -> Swift.Double
286
+ }
287
+ public enum CrowdConnectedConstants {
288
+ public static let geoZonesRegionIdentifier: Swift.String
289
+ }
290
+ public enum CrowdConnectedWrapperKey : Swift.String {
291
+ case string
292
+ case number
293
+ #if compiler(>=5.3) && $NonescapableTypes
294
+ public init?(rawValue: Swift.String)
295
+ #endif
296
+ public typealias RawValue = Swift.String
297
+ public var rawValue: Swift.String {
298
+ get
299
+ }
300
+ }
301
+ public struct StringCodingKey {
302
+ public init(codingKey: any Swift.CodingKey, rawKey: Swift.String)
303
+ }
304
+ public protocol CCCodable : Swift.Decodable, Swift.Encodable {
305
+ static func getStringValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey) throws -> Swift.String where T : Swift.CodingKey
306
+ static func getIntValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey) throws -> Swift.Int where T : Swift.CodingKey
307
+ static func getDoubleValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey) throws -> Swift.Double where T : Swift.CodingKey
308
+ #if compiler(>=5.3) && $NonescapableTypes
309
+ static func getOptionalIntValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey) -> Swift.Int? where T : Swift.CodingKey
310
+ #endif
311
+ #if compiler(>=5.3) && $NonescapableTypes
312
+ static func getOptionalDoubleValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey) -> Swift.Double? where T : Swift.CodingKey
313
+ #endif
314
+ }
315
+ extension CrowdConnectedShared.CCCodable {
316
+ public static func getStringValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .string) throws -> Swift.String where T : Swift.CodingKey
317
+ public static func getIntValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .number) throws -> Swift.Int where T : Swift.CodingKey
318
+ public static func getDoubleValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .number) throws -> Swift.Double where T : Swift.CodingKey
319
+ #if compiler(>=5.3) && $NonescapableTypes
320
+ public static func getOptionalStringValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .string) -> Swift.String? where T : Swift.CodingKey
321
+ #endif
322
+ #if compiler(>=5.3) && $NonescapableTypes
323
+ public static func getOptionalIntValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .number) -> Swift.Int? where T : Swift.CodingKey
324
+ #endif
325
+ #if compiler(>=5.3) && $NonescapableTypes
326
+ public static func getOptionalDoubleValue<T>(for key: CrowdConnectedShared.StringCodingKey, from container: Swift.KeyedDecodingContainer<T>, wrapperKey: CrowdConnectedShared.CrowdConnectedWrapperKey = .number) -> Swift.Double? where T : Swift.CodingKey
327
+ #endif
328
+ }
329
+ extension CrowdConnectedShared.CCCodable {
330
+ #if compiler(>=5.3) && $NonescapableTypes
331
+ public init?(from dictionary: [Swift.String : Swift.AnyHashable])
332
+ #endif
333
+ #if compiler(>=5.3) && $NonescapableTypes
334
+ public var asDictionary: [Swift.String : Swift.AnyHashable]? {
335
+ get
336
+ }
337
+ #endif
338
+ }
339
+ public struct DataPublishRule : Swift.Codable, Swift.Hashable {
340
+ public init(shouldPublishPositionData: Swift.Bool, shouldPublishRawObservationData: Swift.Bool)
341
+ public var shouldPublishPositionData: Swift.Bool
342
+ public var shouldPublishRawObservationData: Swift.Bool
343
+ public static func == (a: CrowdConnectedShared.DataPublishRule, b: CrowdConnectedShared.DataPublishRule) -> Swift.Bool
344
+ public func encode(to encoder: any Swift.Encoder) throws
345
+ public func hash(into hasher: inout Swift.Hasher)
346
+ public var hashValue: Swift.Int {
347
+ get
348
+ }
349
+ public init(from decoder: any Swift.Decoder) throws
350
+ }
351
+ public enum TaskState : Swift.Equatable {
352
+ case running
353
+ case completed
354
+ case cancelled
355
+ case failed(any Swift.Error)
356
+ public static func == (lhs: CrowdConnectedShared.TaskState, rhs: CrowdConnectedShared.TaskState) -> Swift.Bool
357
+ }
358
+ final public class TaskTracker<Success> {
359
+ final public var state: CrowdConnectedShared.TaskState
360
+ #if compiler(>=5.3) && $NonescapableTypes
361
+ public init(priority: _Concurrency.TaskPriority? = nil, operation: @escaping @Sendable () async throws -> Success)
362
+ #endif
363
+ final public func cancel()
364
+ final public var isCancelled: Swift.Bool {
365
+ get
366
+ }
367
+ final public func value() async throws -> Success
368
+ @objc deinit
369
+ }
370
+ public protocol DescribingError {
371
+ var descriptiveError: CrowdConnectedShared.DescriptiveError { get }
372
+ }
373
+ public struct DescriptiveError : Foundation.LocalizedError {
374
+ #if compiler(>=5.3) && $NonescapableTypes
375
+ public var errorDescription: Swift.String? {
376
+ get
377
+ }
378
+ #endif
379
+ #if compiler(>=5.3) && $NonescapableTypes
380
+ public init(name: Swift.String, message: Swift.String? = nil, code: Swift.Int? = nil)
381
+ #endif
382
+ public init(_ error: any Swift.Error)
383
+ public func isExpiredToken() -> Swift.Bool
384
+ }
385
+ public struct CrowdConnectedSDKSettings : CrowdConnectedShared.CCCodable, Swift.Equatable {
386
+ public var pollingFrequency: Swift.Int64
387
+ public var active: Swift.Bool
388
+ public var deviceIdList: [Swift.String]
389
+ public var dataSending: CrowdConnectedShared.CrowdConnectedSDKSettings.DataSendingSettings
390
+ public var tx: Swift.Int?
391
+ public var geo: CrowdConnectedShared.CrowdConnectedSDKSettings.GeoSettings?
392
+ public var surfaces: [CrowdConnectedShared.CrowdConnectedSDKSettings.Surface]?
393
+ public var nidsToScan: [Swift.String]?
394
+ public var uuidsToScan: [Swift.String]?
395
+ public var beaconFile: CrowdConnectedShared.CrowdConnectedSDKSettings.BeaconFile?
396
+ public var beacons: [CrowdConnectedShared.CrowdConnectedSDKSettings.Beacon]?
397
+ public var minBeaconCount: Swift.Int?
398
+ public var minObsCount: Swift.Int?
399
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings, b: CrowdConnectedShared.CrowdConnectedSDKSettings) -> Swift.Bool
400
+ public func encode(to encoder: any Swift.Encoder) throws
401
+ public init(from decoder: any Swift.Decoder) throws
402
+ }
403
+ extension CrowdConnectedShared.CrowdConnectedSDKSettings {
404
+ public struct DataSendingSettings : CrowdConnectedShared.CCCodable, Swift.Equatable {
405
+ public let batteryLevel: Swift.Bool
406
+ public let positionData: Swift.Bool
407
+ public let rawData: Swift.Bool
408
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.DataSendingSettings, b: CrowdConnectedShared.CrowdConnectedSDKSettings.DataSendingSettings) -> Swift.Bool
409
+ public func encode(to encoder: any Swift.Encoder) throws
410
+ public init(from decoder: any Swift.Decoder) throws
411
+ }
412
+ public struct BeaconFile : CrowdConnectedShared.CCCodable, Swift.Equatable {
413
+ public var version: Swift.Int
414
+ public var url: Swift.String
415
+ public var itemCount: Swift.Int
416
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.BeaconFile, b: CrowdConnectedShared.CrowdConnectedSDKSettings.BeaconFile) -> Swift.Bool
417
+ public func encode(to encoder: any Swift.Encoder) throws
418
+ public init(from decoder: any Swift.Decoder) throws
419
+ }
420
+ }
421
+ extension CrowdConnectedShared.CrowdConnectedSDKSettings {
422
+ public struct ValidBeacon : Swift.Equatable {
423
+ public var rfid: Swift.String
424
+ public var encryptedValue: Swift.String
425
+ public var encryptedValueLength: Swift.Int
426
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.ValidBeacon, b: CrowdConnectedShared.CrowdConnectedSDKSettings.ValidBeacon) -> Swift.Bool
427
+ }
428
+ public struct Beacon : CrowdConnectedShared.CCCodable, Swift.Equatable {
429
+ public var rfid: Swift.String?
430
+ #if compiler(>=5.3) && $NonescapableTypes
431
+ public init(type: Swift.String? = nil, rfid: Swift.String? = nil, surfaceId: Swift.String? = nil, encryptedValue: Swift.String? = nil, encryptedValueLength: Swift.Int? = nil)
432
+ #endif
433
+ #if compiler(>=5.3) && $NonescapableTypes
434
+ public var validBeacon: CrowdConnectedShared.CrowdConnectedSDKSettings.ValidBeacon? {
435
+ get
436
+ }
437
+ #endif
438
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.Beacon, b: CrowdConnectedShared.CrowdConnectedSDKSettings.Beacon) -> Swift.Bool
439
+ public func encode(to encoder: any Swift.Encoder) throws
440
+ public init(from decoder: any Swift.Decoder) throws
441
+ }
442
+ }
443
+ extension CrowdConnectedShared.CrowdConnectedSDKSettings {
444
+ public struct GeoSettings : CrowdConnectedShared.CCCodable, Swift.Equatable {
445
+ public let enabled: Swift.Bool
446
+ public let medium: Swift.Int64?
447
+ public let high: Swift.Int64?
448
+ public let zones: [CrowdConnectedShared.CrowdConnectedSDKSettings.Zone]?
449
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.GeoSettings, b: CrowdConnectedShared.CrowdConnectedSDKSettings.GeoSettings) -> Swift.Bool
450
+ public func encode(to encoder: any Swift.Encoder) throws
451
+ public init(from decoder: any Swift.Decoder) throws
452
+ }
453
+ public struct Zone : CrowdConnectedShared.CCCodable, Swift.Hashable, Swift.Equatable {
454
+ public var id: Swift.String
455
+ public var lat: Swift.Double
456
+ public var lng: Swift.Double
457
+ public var smallRadius: Swift.Double
458
+ public var bigRadius: Swift.Double
459
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.Zone, b: CrowdConnectedShared.CrowdConnectedSDKSettings.Zone) -> Swift.Bool
460
+ public func encode(to encoder: any Swift.Encoder) throws
461
+ public func hash(into hasher: inout Swift.Hasher)
462
+ public var hashValue: Swift.Int {
463
+ get
464
+ }
465
+ public init(from decoder: any Swift.Decoder) throws
466
+ }
467
+ public struct Surface : CrowdConnectedShared.CCCodable, Swift.Equatable {
468
+ public var surfaceId: Swift.String
469
+ public var type: Swift.String?
470
+ public var xScalingFactor: Swift.Double?
471
+ public var yScalingFactor: Swift.Double?
472
+ public var xCorrectionScale: Swift.Double
473
+ public var yCorrectionScale: Swift.Double
474
+ public var approxLat: Swift.Double?
475
+ public var approxLng: Swift.Double?
476
+ public var floor: Swift.Int?
477
+ public static func == (a: CrowdConnectedShared.CrowdConnectedSDKSettings.Surface, b: CrowdConnectedShared.CrowdConnectedSDKSettings.Surface) -> Swift.Bool
478
+ public func encode(to encoder: any Swift.Encoder) throws
479
+ public init(from decoder: any Swift.Decoder) throws
480
+ }
481
+ }
482
+ extension CrowdConnectedShared.MainLogger.LogTag : Swift.Equatable {}
483
+ extension CrowdConnectedShared.MainLogger.LogTag : Swift.Hashable {}
484
+ extension CrowdConnectedShared.MainLogger.LogTag : Swift.RawRepresentable {}
485
+ extension CrowdConnectedShared.ReactiveNotification : Swift.Equatable {}
486
+ extension CrowdConnectedShared.ReactiveNotification : Swift.Hashable {}
487
+ extension CrowdConnectedShared.ReactiveNotification : Swift.RawRepresentable {}
488
+ extension CrowdConnectedShared.LogLevel : Swift.Equatable {}
489
+ extension CrowdConnectedShared.LogLevel : Swift.Hashable {}
490
+ extension CrowdConnectedShared.LogLevel : Swift.RawRepresentable {}
491
+ extension CrowdConnectedShared.DataType : Swift.Equatable {}
492
+ extension CrowdConnectedShared.DataType : Swift.Hashable {}
493
+ extension CrowdConnectedShared.PositionDataType : Swift.Equatable {}
494
+ extension CrowdConnectedShared.PositionDataType : Swift.Hashable {}
495
+ extension CrowdConnectedShared.PositionDataType : Swift.RawRepresentable {}
496
+ extension CrowdConnectedShared.TrackingMode : Swift.Equatable {}
497
+ extension CrowdConnectedShared.TrackingMode : Swift.Hashable {}
498
+ extension CrowdConnectedShared.TrackingMode : Swift.RawRepresentable {}
499
+ extension CrowdConnectedShared.CrowdConnectedWrapperKey : Swift.Equatable {}
500
+ extension CrowdConnectedShared.CrowdConnectedWrapperKey : Swift.Hashable {}
501
+ extension CrowdConnectedShared.CrowdConnectedWrapperKey : Swift.RawRepresentable {}