@infilectorg/infiviz-shots-react-sdk 1.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 (217) hide show
  1. package/README.md +9 -0
  2. package/android/build.gradle +121 -0
  3. package/android/gradle.properties +6 -0
  4. package/android/settings.gradle +18 -0
  5. package/android/src/main/AndroidManifest.xml +3 -0
  6. package/android/src/main/AndroidManifestNew.xml +4 -0
  7. package/android/src/main/java/com/infilect/infivizshotsreactsdk/InfivizShotsReactSdkModule.kt +502 -0
  8. package/android/src/main/java/com/infilect/infivizshotsreactsdk/InfivizShotsReactSdkPackage.kt +20 -0
  9. package/android/src/main/java/com/infilect/infivizshotsreactsdk/SDKEvent.kt +9 -0
  10. package/android/src/main/java/com/infilect/infivizshotsreactsdk/SessionStatus.kt +6 -0
  11. package/android/src/main/java/com/infilect/infivizshotsreactsdk/Utils.kt +3 -0
  12. package/ios/InfivizShotSDK.xcframework/Info.plist +44 -0
  13. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/AccuracyCheckViewController.nib +0 -0
  14. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionProgressSliderView.nib +0 -0
  15. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionableInsightsViewController.nib +0 -0
  16. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionsHeaderView.nib +0 -0
  17. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionsTableView.nib +0 -0
  18. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionsTableViewCell.nib +0 -0
  19. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ActionsView.nib +0 -0
  20. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Assets.car +0 -0
  21. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/BBoxImageSliderViewController.nib +0 -0
  22. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Base.lproj/FullImageCell.nib +0 -0
  23. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/CategoryTableViewCell.nib +0 -0
  24. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/CircleViewWithNumber.nib +0 -0
  25. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/CollapsibleHeaderView.nib +0 -0
  26. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/CollapsibleTableViewCell.nib +0 -0
  27. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/EvidenceCategoryViewController.nib +0 -0
  28. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/FabBtnView.nib +0 -0
  29. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Headers/InfivizShotSDK-Swift.h +1124 -0
  30. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Headers/InfivizShotSDK.h +18 -0
  31. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ImageOverlayView.nib +0 -0
  32. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ImageQualityCollectionViewCell.nib +0 -0
  33. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ImageQualityView.nib +0 -0
  34. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ImageViewFullScreenView.nib +0 -0
  35. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/InfivizShotSDK +0 -0
  36. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Info.plist +0 -0
  37. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/LoaderViewController.nib +0 -0
  38. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Localizable.strings +0 -0
  39. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios.abi.json +88284 -0
  40. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +2785 -0
  41. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  42. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios.swiftinterface +2785 -0
  43. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/Modules/module.modulemap +11 -0
  44. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/NotificationPermissionOverlayView.nib +0 -0
  45. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/OSAActionTableViewCell.nib +0 -0
  46. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/PassthroughView.nib +0 -0
  47. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/PhotoSliderView.nib +0 -0
  48. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ProgressWithActionView.nib +0 -0
  49. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/RealmTimeChartAndGraphViewController.nib +0 -0
  50. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/RealtimeChartView.nib +0 -0
  51. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ReasonActionView.nib +0 -0
  52. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ReasonsActionCellViewTableViewCell.nib +0 -0
  53. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ReasonsListView.nib +0 -0
  54. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ReasonsTableView.nib +0 -0
  55. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SKUTableViewCell.nib +0 -0
  56. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SaveRetakeView.nib +0 -0
  57. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SelectReasonsTableViewCell.nib +0 -0
  58. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SelectReasonsVIew.nib +0 -0
  59. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SessionStatusView.nib +0 -0
  60. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingActionPopup.nib +0 -0
  61. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingActionsQuestionVIew.nib +0 -0
  62. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingActionsTableViewCell.nib +0 -0
  63. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingActionsView.nib +0 -0
  64. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingHeaderView.nib +0 -0
  65. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ShelvingViewController.nib +0 -0
  66. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/SpreadSheetXIBView.nib +0 -0
  67. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/StoreKPITableViewCell.nib +0 -0
  68. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/StoreLevelKPIViewController.nib +0 -0
  69. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ListTabView.nib +0 -0
  70. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ListTableViewCell.nib +0 -0
  71. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ListView.nib +0 -0
  72. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ListViewController.nib +0 -0
  73. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1OptionTableViewCell.nib +0 -0
  74. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1OptionsView.nib +0 -0
  75. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ReasonTableViewCell.nib +0 -0
  76. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ReasonsView.nib +0 -0
  77. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1TabView.nib +0 -0
  78. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1TableViewCell.nib +0 -0
  79. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V1ViewController.nib +0 -0
  80. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V3CollectionViewCell.nib +0 -0
  81. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/V3ViewController.nib +0 -0
  82. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/ViewOverlay.nib +0 -0
  83. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/_CodeSignature/CodeResources +1029 -0
  84. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/default_english.json +251 -0
  85. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/en.lproj/FullImageCell.strings +1 -0
  86. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/id.lproj/FullImageCell.strings +1 -0
  87. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/infivizshots.momd/InfivizShotSDKDatabase.mom +0 -0
  88. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/infivizshots.momd/VersionInfo.plist +0 -0
  89. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/8Tq-Ro-cFI-view-Hie-zi-eQ4.nib +0 -0
  90. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/CameraViewController.nib +0 -0
  91. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/Grb-Na-uhe-view-0fF-4V-Sp4.nib +0 -0
  92. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/ImagePreviewDetailsViewController.nib +0 -0
  93. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/Info.plist +0 -0
  94. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/LoaderViewController.nib +0 -0
  95. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/SW9-KF-vYy-view-a8B-9e-hfC.nib +0 -0
  96. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/SessionDetailsViewController.nib +0 -0
  97. package/ios/InfivizShotSDK.xcframework/ios-arm64/InfivizShotSDK.framework/shotsSDK.storyboardc/xUL-ol-gRQ-view-6A8-mO-Rhi.nib +0 -0
  98. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/AccuracyCheckViewController.nib +0 -0
  99. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionProgressSliderView.nib +0 -0
  100. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionableInsightsViewController.nib +0 -0
  101. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionsHeaderView.nib +0 -0
  102. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionsTableView.nib +0 -0
  103. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionsTableViewCell.nib +0 -0
  104. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ActionsView.nib +0 -0
  105. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Assets.car +0 -0
  106. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/BBoxImageSliderViewController.nib +0 -0
  107. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Base.lproj/FullImageCell.nib +0 -0
  108. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/CategoryTableViewCell.nib +0 -0
  109. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/CircleViewWithNumber.nib +0 -0
  110. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/CollapsibleHeaderView.nib +0 -0
  111. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/CollapsibleTableViewCell.nib +0 -0
  112. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/EvidenceCategoryViewController.nib +0 -0
  113. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/FabBtnView.nib +0 -0
  114. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Headers/InfivizShotSDK-Swift.h +2244 -0
  115. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Headers/InfivizShotSDK.h +18 -0
  116. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ImageOverlayView.nib +0 -0
  117. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ImageQualityCollectionViewCell.nib +0 -0
  118. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ImageQualityView.nib +0 -0
  119. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ImageViewFullScreenView.nib +0 -0
  120. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/InfivizShotSDK +0 -0
  121. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Info.plist +0 -0
  122. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/LoaderViewController.nib +0 -0
  123. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Localizable.strings +0 -0
  124. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +88284 -0
  125. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2785 -0
  126. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  127. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2785 -0
  128. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +88284 -0
  129. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2785 -0
  130. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  131. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/InfivizShotSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2785 -0
  132. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/Modules/module.modulemap +11 -0
  133. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/NotificationPermissionOverlayView.nib +0 -0
  134. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/OSAActionTableViewCell.nib +0 -0
  135. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/PassthroughView.nib +0 -0
  136. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/PhotoSliderView.nib +0 -0
  137. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ProgressWithActionView.nib +0 -0
  138. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/RealmTimeChartAndGraphViewController.nib +0 -0
  139. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/RealtimeChartView.nib +0 -0
  140. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ReasonActionView.nib +0 -0
  141. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ReasonsActionCellViewTableViewCell.nib +0 -0
  142. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ReasonsListView.nib +0 -0
  143. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ReasonsTableView.nib +0 -0
  144. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SKUTableViewCell.nib +0 -0
  145. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SaveRetakeView.nib +0 -0
  146. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SelectReasonsTableViewCell.nib +0 -0
  147. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SelectReasonsVIew.nib +0 -0
  148. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SessionStatusView.nib +0 -0
  149. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingActionPopup.nib +0 -0
  150. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingActionsQuestionVIew.nib +0 -0
  151. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingActionsTableViewCell.nib +0 -0
  152. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingActionsView.nib +0 -0
  153. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingHeaderView.nib +0 -0
  154. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ShelvingViewController.nib +0 -0
  155. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/SpreadSheetXIBView.nib +0 -0
  156. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/StoreKPITableViewCell.nib +0 -0
  157. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/StoreLevelKPIViewController.nib +0 -0
  158. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ListTabView.nib +0 -0
  159. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ListTableViewCell.nib +0 -0
  160. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ListView.nib +0 -0
  161. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ListViewController.nib +0 -0
  162. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1OptionTableViewCell.nib +0 -0
  163. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1OptionsView.nib +0 -0
  164. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ReasonTableViewCell.nib +0 -0
  165. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ReasonsView.nib +0 -0
  166. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1TabView.nib +0 -0
  167. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1TableViewCell.nib +0 -0
  168. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V1ViewController.nib +0 -0
  169. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V3CollectionViewCell.nib +0 -0
  170. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/V3ViewController.nib +0 -0
  171. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/ViewOverlay.nib +0 -0
  172. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/_CodeSignature/CodeResources +1084 -0
  173. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/default_english.json +251 -0
  174. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/en.lproj/FullImageCell.strings +1 -0
  175. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/id.lproj/FullImageCell.strings +1 -0
  176. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/infivizshots.momd/InfivizShotSDKDatabase.mom +0 -0
  177. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/infivizshots.momd/VersionInfo.plist +0 -0
  178. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/8Tq-Ro-cFI-view-Hie-zi-eQ4.nib +0 -0
  179. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/CameraViewController.nib +0 -0
  180. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/Grb-Na-uhe-view-0fF-4V-Sp4.nib +0 -0
  181. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/ImagePreviewDetailsViewController.nib +0 -0
  182. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/Info.plist +0 -0
  183. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/LoaderViewController.nib +0 -0
  184. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/SW9-KF-vYy-view-a8B-9e-hfC.nib +0 -0
  185. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/SessionDetailsViewController.nib +0 -0
  186. package/ios/InfivizShotSDK.xcframework/ios-arm64_x86_64-simulator/InfivizShotSDK.framework/shotsSDK.storyboardc/xUL-ol-gRQ-view-6A8-mO-Rhi.nib +0 -0
  187. package/ios/InfivizShotsReactSdk.m +124 -0
  188. package/ios/InfivizShotsReactSdk.swift +477 -0
  189. package/ios/ModuleProvider.swift +13 -0
  190. package/ios/nativeModulesIos-Bridging-Header.h +13 -0
  191. package/lib/module/NativeInfivizShotsReactSdk.js +13 -0
  192. package/lib/module/NativeInfivizShotsReactSdk.js.map +1 -0
  193. package/lib/module/index.js +47 -0
  194. package/lib/module/index.js.map +1 -0
  195. package/lib/module/types/Environment.js +6 -0
  196. package/lib/module/types/Environment.js.map +1 -0
  197. package/lib/module/types/ImageMetaData.js +2 -0
  198. package/lib/module/types/ImageMetaData.js.map +1 -0
  199. package/lib/module/types/InfiSession.js +2 -0
  200. package/lib/module/types/InfiSession.js.map +1 -0
  201. package/lib/module/types/LabelScore.js +2 -0
  202. package/lib/module/types/LabelScore.js.map +1 -0
  203. package/lib/module/types/SessionStatus.js +2 -0
  204. package/lib/module/types/SessionStatus.js.map +1 -0
  205. package/lib/module/types/SessionSyncStateEnum.js +9 -0
  206. package/lib/module/types/SessionSyncStateEnum.js.map +1 -0
  207. package/package.json +153 -0
  208. package/react-native-infiviz-shots.podspec +28 -0
  209. package/react-native.config.js +13 -0
  210. package/src/NativeInfivizShotsReactSdk.tsx +96 -0
  211. package/src/index.tsx +83 -0
  212. package/src/types/Environment.ts +4 -0
  213. package/src/types/ImageMetaData.ts +12 -0
  214. package/src/types/InfiSession.ts +18 -0
  215. package/src/types/LabelScore.ts +4 -0
  216. package/src/types/SessionStatus.ts +4 -0
  217. package/src/types/SessionSyncStateEnum.ts +7 -0
@@ -0,0 +1,251 @@
1
+ {"login_screen_or": {"value": "Or", "active": true}, "session_screen_session_type": {"value": "Session Type", "active": true}, "ancillary_screens_sync_log": {"value": "Sync Logs", "active": true}, "action_screen_old_start": {"value": "Start", "active": true}, "image_screens_retake": {"value": "Retake", "active": true}, "action_screen_old_submit": {"value": "Submit", "active": true}, "sync_survey_service_syncing_surveys": {"value": "Syncing Surveys..", "active": true}, "action_screen_old_select_from_dropdown": {"value": "Select From Dropdown If You Don\u2019T Agree With The Compliance", "active": true}, "ignoring_battery_optimisation_toast_allow_permission": {"value": "Allow Permission", "active": true}, "image_screens_blur": {"value": "Blur", "active": true}, "image_screens_uploading_toast": {"value": "The Images For This Session Are Getting Uploaded. Real-Time Processing Will Begin After That.", "active": true}, "popup_questionnaire_button_for_scroll_down_list": {"value": "Button For Scroll Down List", "active": true}, "ancillary_screens_photos_archived_message": {"value": "All The Photos Have Been Archived For This Session", "active": true}, "camera_screen_shelf": {"value": "Shelf", "active": true}, "camera_screen_type": {"value": "Task:", "active": true}, "action_screen_old_answer_all_required_actions": {"value": "Answer All Required Actions", "active": true}, "camera_screen_click_below_icon": {"value": "Click Below Icon To Add Images", "active": true}, "camera_screen_images_are_empty_warning": {"value": "Images Are Empty Will Not Be Upload Unless Images Are Added", "active": true}, "sync_action_service_syncing_action_evidences": {"value": "Syncing actions evidences..", "active": true}, "main_screen_new_version_available": {"value": "New Version Available!", "active": true}, "action_screen_old_write_feedback_complaint": {"value": "Please Write Your Feedback/Complaint", "active": true}, "summary_screen_evidence_upload_failed": {"value": "Evidence Upload Failed", "active": true}, "action_screen_old_reason": {"value": "Reason", "active": true}, "multiple_sync_service_preparing_to_sync_images": {"value": "Preparing to sync Images", "active": true}, "infilifecycle_screen_phone_date_inaccurate_warning": {"value": "Your Phone Date Is Inaccurate!, Enable Network Provided Time From Setting.", "active": true}, "survey_screen_your_store": {"value": "Your Store", "active": true}, "action_screen_old_skip": {"value": "Skip", "active": true}, "survey_screen_visit_saved": {"value": "Visit Saved", "active": true}, "survey_screen_end_session": {"value": "End Visit", "active": true}, "ancillary_screens_replace_images": {"value": "Replace Images", "active": true}, "survey_screen_store": {"value": "Store", "active": true}, "modified_action_toast_please_submit_accuracy": {"value": "Please Complete The Accuracy Check For All Completed Tasks To Enable Actions", "active": true}, "survey_screen_not_synced": {"value": "Not Synced", "active": true}, "main_screen_new_version_msg": {"value": "Aplikasi Infiviz Shots diperbarui. Silakan kunjungi Google Play Store untuk mengunduh versi baru", "active": true}, "login_screen_password": {"value": "Password", "active": true}, "action_screen_old_step": {"value": "Step", "active": true}, "survey_screen_session_details": {"value": "Session Details", "active": true}, "session_screen_upload": {"value": "Upload", "active": true}, "summary_screen_upload_pending": {"value": "Upload Pending", "active": true}, "sync_action_service_syncing_evidence_images": {"value": "Syncing Evidence images..", "active": true}, "login_screen_continue_txt": {"value": "Continue", "active": true}, "action_screen_old_evidance_not_allowed": {"value": "Evidence Photos Are Not Allowed For This Session Anymore. Please Proceed With Other Tasks For Today", "active": true}, "multiple_sync_service_syncing": {"value": "Syncing..", "active": true}, "store_listing_secs": {"value": "secs", "active": true}, "retake_proceed_btn_retake": {"value": "Retake", "active": true}, "ondevice_selfie_hold_phone_to_eyelevel": {"value": "Hold Your Phone At Eye Level", "active": true}, "summary_screen_archived_message": {"value": "All The Data Have Been Archived For This Session", "active": true}, "guildlines_screen_guideline": {"value": "Guidelines", "active": true}, "ondevice_selfie_downloading_models": {"value": "Downloading Models", "active": true}, "ondevice_selfie_no_ref_images_found": {"value": "Selfie Is Not Setup For Your Account, Please Contact Infilect Support Team", "active": true}, "ancillary_screens_stack": {"value": "Stack: %d", "active": true}, "store_listing_you_are_not_in_range_of": {"value": "You Are Not In The Range Of", "active": true}, "action_screen_old_error_answer_all": {"value": "Please Answer All Question Before Adding Images", "active": true}, "store_listing_screen_store_id": {"value": "Store Id:", "active": true}, "action_screen_old_back_to_home": {"value": "Back To Home", "active": true}, "action_screen_old_save": {"value": "Save", "active": true}, "store_screen_summary": {"value": "Summary", "active": true}, "demo_set_download_service_downloading_demo_photos": {"value": "Downloading demo photos..", "active": true}, "action_screen_old_submit_done": {"value": "Submitted", "active": true}, "action_screen_old_answer_submitted": {"value": "Answer Submitted", "active": true}, "ancillary_screens_bay": {"value": "Bay: %d", "active": true}, "main_screen_invalid_username_or_password": {"value": "Invalid Username Or Password", "active": true}, "util_screen_validating_images_msg": {"value": "Validating Images . . .", "active": true}, "ancillary_screenslast_updated_on": {"value": "Last Updated On", "active": true}, "action_screen_old_evidence_images": {"value": "Evidence Images", "active": true}, "action_screen_old_skus": {"value": "Skus", "active": true}, "step_progress_screen_images_could_not_processed_msg": {"value": "Images could not be processed at the moment. This session will be processed in batch mode. Please proceed with other tasks.", "active": true}, "store_screen_stores_synced": {"value": "Stores Synced", "active": true}, "store_screen_already_syncing": {"value": "Already Syncing ..", "active": true}, "store_screen__x_out_of_y_sessions_synced": {"value": "%d out of %d stores synced", "active": true}, "summary_screen_action_not_required": {"value": "Action Not Required", "active": true}, "main_screen_update": {"value": "Update", "active": true}, "report_screen_photos": {"value": "Photos", "active": true}, "modified_action_toast_please_submit_actions": {"value": "Please Submit The Actions To Take Evidence Images", "active": true}, "geo_fencing_dialog_proceed": {"value": "PROCEED", "active": true}, "step_progress_screen_images_could_not_uploaded_msg": {"value": "Images could not be uploaded. Please try again with a better internet connection.", "active": true}, "action_screen_old_complete_these_actions_to_meet_target_compliance": {"value": "Complete These Actions To Meet Target Compliance", "active": true}, "session_screen_process_photo_instantly": {"value": "Process Photos Instantly", "active": true}, "hello_this_is_a_50_character_test_to_check_if_limit_is_still_set_to_50_will_verify_now": {"value": "test value 1", "active": true}, "image_result_text_no_chart_data": {"value": "No Chart Data Available", "active": true}, "action_screen_old_invalid_text": {"value": "Invalid", "active": true}, "modified_action_lbl_performance": {"value": "(+10%)", "active": true}, "login_screen_do_you_want_to_login_with_sso": {"value": "Do You Want To Login Via Sso ?", "active": true}, "action_screen_old_delete": {"value": "Delete", "active": true}, "action_screen_old_invalid_detected": {"value": "Detected As Invalid. Do You Want To Keep This Image Or Delete It?", "active": true}, "store_listing_your_location_could_not_be_verified_please_check_if_your_location_is_on_and_retry": {"value": "Your Location Could Not Be Verified. Please Check If Your Location Is On And Retry", "active": true}, "action_screen_old_no_internet_connection": {"value": "No Internet Connection", "active": true}, "report_screen_no_images": {"value": "No Images", "active": true}, "alarm_permission_dialog_msg": {"value": "Please allow the Alarm and Reminder permission in the App settings for the effective functioning of all features.", "active": false}, "session_screen_store_name": {"value": "Store Name", "active": true}, "store_listing_meters_of_store_do_you_still_want_to_proceed": {"value": "Meters Of The Store. Do You Still Want To Proceed?", "active": true}, "action_screen_old_uploading_text": {"value": "Uploading", "active": true}, "demoset_downloader_service_downloading_demo_photos": {"value": "Downloading demo photos..", "active": true}, "session_screen_add_image": {"value": "Add Image", "active": true}, "language_selection_screen_language_download_failed_msg": {"value": "The language could not be downloaded. Please check your internet connection and try again later.", "active": true}, "report_screen_previous_period": {"value": "Previous Period", "active": true}, "language_selection_screen_ok": {"value": "Ok", "active": true}, "archiving_service_arching_in_progress": {"value": "Archiving in progress", "active": true}, "store_screen_sync_images_in_back": {"value": "Syncing In Background Started", "active": true}, "session_screen_syncing": {"value": "Syncing", "active": true}, "report_screen_duplicate": {"value": "Duplicate", "active": true}, "multiple_sync_service_failed": {"value": "Failed:", "active": true}, "session_screen_failed_": {"value": "Failed", "active": true}, "login_screen_login": {"value": "Login", "active": true}, "action_screen_old_upload_text": {"value": "Upload", "active": true}, "main_screen_enter_password": {"value": "Enter Password", "active": true}, "session_screen_yes": {"value": "Yes", "active": true}, "uploading_session_popup_service_syncing_pending_survey": {"value": "Syncing pending survey..", "active": true}, "modified_action_lbl_select_category_sku": {"value": "Please Check Skus Which Are Not Sold In This Store", "active": true}, "store_listing_screen_visit": {"value": "Visit", "active": true}, "action_screen_text_select_reason": {"value": "* Please select a reason", "active": true}, "main_screen_client_does_not_exist": {"value": "Client Does Not Exist!!", "active": true}, "session_screen_image_deleted": {"value": "Image Deleted", "active": true}, "step_progress_screen_dots_status_image_processing": {"value": "Image \nProcessing", "active": true}, "modified_action_skus": {"value": "Skus", "active": true}, "step_progress_screen_dots_status_image_processing_failed": {"value": "Image\nProcessing\nFailed", "active": true}, "uploading_popup_questionnaire_service_syncing_survey": {"value": "Syncing survey..", "active": true}, "session_screen_geofencing_verified_at_session": {"value": "Store Visit Verified", "active": true}, "store_listing_sec": {"value": "sec", "active": true}, "sync_userselfie_service_syncing_selfie_attendance": {"value": "Syncing selfie attendance", "active": true}, "store_listing_cancel": {"value": "Cancel", "active": true}, "new_translation_testcode1": {"value": "new_translation_testcode1", "active": true}, "login_screen_client_id": {"value": "Client Id", "active": true}, "store_listing_time_spent": {"value": "Time Spent:", "active": true}, "session_screen_group_photos": {"value": "Group Photos", "active": true}, "image_preview_screen_button_complete_text": {"value": "Upload", "active": true}, "session_screen_start_new_session": {"value": "Start New Session", "active": true}, "session_screen_please_select_store_msg": {"value": "Please Select Store First", "active": true}, "modified_action_pls_select_reason": {"value": "Please Select Reasons", "active": true}, "ancillary_screens_task": {"value": "Tasks", "active": true}, "perfect_shelving_screen_click_arrow_button": {"value": "Click Arrow Button To Go To Next/Previous Photo", "active": true}, "action_screen_tab_layout_content_desc": {"value": "A Tab Layout For Displaying Multiple Tabs Of Content.", "active": true}, "main_screen_enter_username": {"value": "Enter Username", "active": true}, "modified_action_uploading_toast_for_action": {"value": "Uploading Evidences Check Notification For Status", "active": true}, "action_screen_old_actions": {"value": "Actions", "active": true}, "store_listing_search_store": {"value": "Search Store (By Name Or Id Or Route)", "active": true}, "ancillary_screens_archiving_in_progress_msg": {"value": "Older Sessions Are Being Archived. Please Wait . . .", "active": true}, "selfie_attendence_oncloud_selfie_hold_phone_to_eyelevel": {"value": "Hold Your Phone At Eye Level", "active": true}, "store_listing_min": {"value": "min", "active": true}, "sync_task_service_starting_to_upload": {"value": "starting-to-upload", "active": true}, "ancillary_screens_uploading_photo": {"value": "Uploading Photo...", "active": true}, "settings_screen_syncing_started": {"value": "Syncing Started..", "active": true}, "main_screen_ok": {"value": "Ok", "active": true}, "ignoring_battery_optimisation_toast_permission_rationale": {"value": "To ensure proper functioning of the Sync feature, please allow our app to continue running in the background", "active": true}, "action_screen_old_view_only": {"value": "View Only", "active": true}, "modified_action_category_1": {"value": "Category 1", "active": true}, "main_screen_enter_client": {"value": "Enter Client", "active": true}, "modified_action_this_action_is_completed": {"value": "This Action Is Completed", "active": true}, "action_screen_view_pager_content_description": {"value": "A Custom View Pager For Displaying Multiple Pages Of Content.", "active": true}, "store_listing_new_version_msg": {"value": "Infiviz Shots App Is Updated. Please Visit The Google Play Store To Download The New Version", "active": true}, "session_detail_screen_button_complete_text": {"value": "Upload", "active": true}, "summary_screen_archived": {"value": "Archived", "active": true}, "action_screen_old_some_mandatory_actions_pending": {"value": "Some Mandatory Actions Are Pending", "active": true}, "login_screen_username": {"value": "Username", "active": true}, "image_screens_poor_image_title": {"value": "POOR QUALITY IMAGES", "active": true}, "dialog_screen_proceed": {"value": "Proceed", "active": true}, "store_listing_store_list": {"value": "Store List", "active": true}, "image_preview_screen_toast_auto_upload": {"value": "This session will be uploaded automatically", "active": true}, "session_screen_session_not_uploaded": {"value": "Sessions Not Uploaded:", "active": true}, "action_screen_old_plz_submit_pending_action": {"value": "Please Submit Pending Action To Capture Evidences", "active": true}, "report_screen_no_error": {"value": "No Error", "active": true}, "store_screen_sync": {"value": "Sync", "active": true}, "auto_upload_dialog_btn_try_again": {"value": "Try again", "active": true}, "ignoring_battery_optimisation_toast_permission_not_allowed_home_page": {"value": "Please allow the App to run in Background for the optimal functioning of all the features", "active": true}, "geo_fencing_dialog_cancel": {"value": "CANCEL", "active": true}, "reference_selfie_downloader_service_preparing_for_attendance": {"value": "Preparing for attendance", "active": true}, "step_progress_screen_dots_status_upload_pending": {"value": "Upload\nPending", "active": true}, "image_preview_screen_toast_complete_clicked": {"value": "Session is marked as complete. You cannot make any changes in this session now", "active": true}, "session_screen_session_uploaded": {"value": "Sessions Uploaded:", "active": true}, "main_screen_cancel": {"value": "Cancel", "active": true}, "session_screen_report": {"value": "Reports", "active": true}, "report_screen_previously": {"value": "Previously", "active": true}, "session_screen_create_session": {"value": "Create Session", "active": true}, "auto_sync_service_message": {"value": "Preparing to sync Images", "active": true}, "store_listing_route_num": {"value": "Route No:", "active": true}, "session_screen_synced": {"value": "Synced", "active": true}, "main_screen_authentication_failed": {"value": "Authentication Failed", "active": true}, "session_screen_processed": {"value": "Processed", "active": true}, "session_screen_captured_on_": {"value": "Captured On -", "active": true}, "step_progress_screen_dots_status_evidence_uploading_n": {"value": "Evidence\nUploading", "active": true}, "ignoring_battery_optimisation_toast_permission_not_allowed_sync_tap": {"value": "Syncing Failed. Please try again and allow permission to run app in background", "active": true}, "new_translation_code": {"value": "-", "active": true}, "session_screen_disable_developer_mode_to_use_app": {"value": "Please Disable Developer Mode To Use The App", "active": true}, "permission_screen_no_internet_connection": {"value": "No Internet Connection", "active": true}, "session_screen_meters_of_store_go_near_and_retry": {"value": "Meters Of The Store. Please Go Near The Store And Retry", "active": true}, "report_screen_current_period": {"value": "Current Period", "active": true}, "session_screen_you_are_not_in_range_of": {"value": "You Are Not In The Range Of", "active": true}, "auto_upload_dialog_btn_remind_me": {"value": "Remind me later", "active": true}, "infinotification_screen_date_text": {"value": "Date", "active": true}, "geo_fencing_dialog_ok": {"value": "OK", "active": true}, "survey_action_item_required": {"value": "Required", "active": true}, "session_screen_visit_saved": {"value": "Visit Saved", "active": true}, "report_screen_stores_visited": {"value": "Stores Visited", "active": true}, "session_screen_old_lbl_store_level_actions": {"value": "Store Level Actions", "active": true}, "auto_sync_upload_session_service_toast_survey_not_synced_message": {"value": "Survey upload failed for task %s of the store %s", "active": true}, "opportunistic_upload_service_auto_upload_in_progress": {"value": "Auto upload in progress", "active": true}, "session_screen_end_session": {"value": "End Visit", "active": true}, "report_screen_photos_synced": {"value": "Photos Synced", "active": true}, "store_listing_mins": {"value": "mins", "active": true}, "sync_action_service_failed": {"value": "Failed:", "active": true}, "auto_sync_upload_session_service_message": {"value": "Syncing session survey..", "active": true}, "session_screen_sessions": {"value": "Sessions", "active": true}, "store_listing_complete": {"value": "Complete", "active": true}, "store_listing_incomplete": {"value": "Incomplete", "active": true}, "step_progress_screen_dots_status_evidence_upload_failed_n": {"value": "Evidence\nUpload\nFailed", "active": true}, "step_progress_screen_dots_status_survey_uploaded": {"value": "Survey\nUploaded", "active": true}, "store_listing_hr": {"value": "hr", "active": true}, "ignoring_battery_optimisation_toast_permission_allowed_confirmation": {"value": "Thanks for allowing permission", "active": true}, "session_screen_archieved_message": {"value": "All The Data Have Been Archived For This Session", "active": true}, "permission_screen_no_internet_desc_msg": {"value": "You Need To Have Mobile Data Or Wifi To Access This. Press Ok To Exit", "active": true}, "auto_sync_upload_session_service_title": {"value": "Syncing session survey", "active": true}, "session_screen_uploading_toast": {"value": "The Images For This Session Are Getting Uploaded. Real-Time Processing Will Begin After That.", "active": true}, "report_screen_total": {"value": "Total", "active": true}, "session_screen_network_error": {"value": "Not Connected To Internet", "active": true}, "intent_constant": {"value": "Actions", "active": true}, "report_screen_session": {"value": "Session", "active": true}, "session_screen_session_does_not_exist": {"value": "Session Does Not Exist", "active": true}, "modified_action_lbl_title": {"value": "Store Level Actions", "active": true}, "session_screen_edit_survey": {"value": "Edit Survey", "active": true}, "global_sync_enhancement_popup_sync": {"value": "Sync", "active": true}, "infinotification_screen_sync_error": {"value": "Sync Error", "active": true}, "session_screen_photos": {"value": "Photos", "active": true}, "report_screen_no_reports": {"value": "No Reports To Show", "active": true}, "session_screen_hair_care_display": {"value": "Haircare Display", "active": true}, "infilifecycle_screen_setting": {"value": "Setting", "active": true}, "session_screen_session_details": {"value": "Session Details", "active": true}, "global_sync_enhancement_popup_message": {"value": "Please click sync to upload existing data and get new data before proceeding with your store visits", "active": true}, "store_listing_not_visited_yet": {"value": "Not Visited Yet", "active": true}, "session_screen_pending": {"value": "Pending", "active": true}, "report_screen_report": {"value": "Reports", "active": true}, "session_screen_processing": {"value": "Processing", "active": true}, "store_screen_out_of": {"value": "Out Of", "active": true}, "auto_upload_notofication_sync_service_message": {"value": "Auto upload is in progress. Sessions are getting synced", "active": true}, "seeting_screen_shelf": {"value": "Shelf", "active": true}, "modified_action_submit": {"value": "Submit", "active": true}, "session_screen_actions": {"value": "Actions", "active": true}, "store_listing_hrs": {"value": "hrs", "active": true}, "settings_screen_shelf": {"value": "Shelf", "active": true}, "auto_upload_dialog_lbl_no_internet": {"value": "No internet. Session not synced", "active": true}, "modified_action_complete_below_actions": {"value": "Complete These Actions To Meet Target Compliance", "active": true}, "step_progress_screen_dots_status_no_action_required": {"value": "No\nAction\nRequired", "active": true}, "session_screen_back_to_home": {"value": "Back To Home", "active": true}, "settings_screen_photos_to_sync": {"value": "Photos To Be Synced:", "active": true}, "session_screen_captured_on": {"value": "Captured On", "active": true}, "modified_action_lbl_select_SKU": {"value": "Select Skus Which Are Available On The Shelf But Not Detected.", "active": true}, "auto_upload_notification_text": {"value": "Sync failed. Please enable your internet it will start syncing again", "active": true}, "session_screen_sync_status": {"value": "Sync Status", "active": true}, "settings_screens_display": {"value": "Display", "active": true}, "baseupload_survey_service_syncing_survey": {"value": "Syncing Survey...", "active": true}, "image_preview_screen_toast_empty_image_error_message": {"value": "Empty images cannot be added to upload queue", "active": true}, "session_screen_not_synced": {"value": "Not Synced", "active": true}, "modified_action_none_of_the_below": {"value": "None Of The Below", "active": true}, "sync_task_service_syncing_task": {"value": "Syncing Task..", "active": true}, "step_progress_screen_dots_status_action_submission": {"value": "Actions\nSubmission", "active": true}, "session_screen_shelf": {"value": "Shelf", "active": true}, "session_screen_store": {"value": "Store", "active": true}, "modified_action_actions_shown_in_photo": {"value": "Actions Shown In The Photo", "active": true}, "session_screen_view_results": {"value": "View Results", "active": true}, "session_screen_resume_session": {"value": "Resume Session", "active": true}, "session_screen_action_submitted": {"value": "Action Submitted", "active": true}, "modified_action_actions_not_shown_in_photo": {"value": "Actions Not Shown In The Photo", "active": true}, "session_screen_select_store": {"value": "Select Store", "active": true}, "sync_shot_logs_service_syncing_logs": {"value": "Syncing Logs..", "active": true}, "modified_action_lbl_check_accuracy": {"value": "Check Accuracy", "active": true}, "selfie_attendence_we_are_not_sure_if_we_can_identify_you": {"value": "We Are Not Sure If We Can Identify You, Please Retry.", "active": true}, "step_progress_screen_dots_status_action_fetch_failed": {"value": "Action\nFetch\nFailed", "active": true}, "session_screen_no": {"value": "No", "active": true}, "modified_action_message_perform_store_level": {"value": "Perform All The Actions At Store Level", "active": true}, "step_progress_screen_actions_could_not_fetched_msg": {"value": "Actions could not be fetched from server. Please try again after a few minutes.", "active": true}, "ancillary_screens_date_log": {"value": "Date:", "active": true}, "modified_action_no_actions_required_for_this_image": {"value": "No Actions Required For This Image", "active": true}, "ancillary_screens_store_name": {"value": "Store Name", "active": true}, "perfect_shelving_screen_save": {"value": "Save", "active": true}, "ancillary_screens_log_sync_complete": {"value": "Log Sync Completed", "active": true}, "store_listing_your_stores": {"value": "Your Stores", "active": true}, "ancillary_screens_0": {"value": "0", "active": true}, "perfect_shelving_screen_select_reason": {"value": "Select Reasons...", "active": true}, "ancillary_screens_cancel": {"value": "Cancel", "active": true}, "session_screen_display": {"value": "Display", "active": true}, "perfect_shelving_screen_actions_for_photo": {"value": "Actions For Photo", "active": true}, "settings_screen_label_preference": {"value": "Preferences", "active": true}, "image_screens_poor_quality_title": {"value": "POOR QUALITY IMAGES", "active": true}, "step_progress_screen_evidence_images_could_not_uploaded_msg": {"value": "Evidence Images could not be uploaded. Please try again with a better internet connection.", "active": true}, "step_progress_screen_processing_failed_status_text": {"value": "Processing Failed", "active": true}, "image_screens_invalid_image_title": {"value": "INVALID IMAGES", "active": true}, "perfect_shelving_screen_photo": {"value": "Photo", "active": true}, "image_screens_invalid_image_title_s": {"value": "Invalid Images", "active": true}, "step_progress_screen_dots_status_action_submitted": {"value": "Action\nSubmitted", "active": true}, "image_screens_delete_is_disabled_for_device_photos": {"value": "Delete Is Disabled For Device Photos", "active": true}, "store_listing_screen_search_by_store_id": {"value": "Search Store (By Name Or Id)", "active": true}, "image_screens_retake_is_disabled_for_device_photos": {"value": "Retake Is Disabled For Device Photos", "active": true}, "perfect_shelving_screen_incorrect_skus": {"value": "Incorrect Skus:", "active": true}, "dialog_screen_retry": {"value": "Retry", "active": true}, "image_screens_cancel": {"value": "Cancel", "active": true}, "perfect_shelving_screen_category_name": {"value": "Category_Name", "active": true}, "step_progress_screen_syncing_evidance_photos": {"value": "Syncing Evidence Photos", "active": true}, "image_screens_yes": {"value": "Yes", "active": true}, "settings_screen_logout": {"value": "Logout", "active": true}, "image_screens_are_you_sure": {"value": "Are You Sure?", "active": true}, "popup_questionnaire_button_to_disable_the_scroll_down": {"value": "Button To Disable The Scroll Down", "active": true}, "image_screens_delete": {"value": "Delete", "active": true}, "step_progress_screen_evidance_upload_failed": {"value": "Evidence Upload Failed", "active": true}, "info_screen_brand": {"value": "Brand", "active": true}, "settings_screen_set_default": {"value": "Set Defaults", "active": true}, "image_screens_loading": {"value": "Loading..", "active": true}, "perfect_shelving_screen_submit_done": {"value": "Submitted", "active": true}, "QA_translation": {"value": "-", "active": true}, "image_screens_stack_without_dot": {"value": "Stack", "active": true}, "info_screen_sku": {"value": "Sku", "active": true}, "settings_screen_sync_all_photos": {"value": "Sync All Photos", "active": true}, "image_screens_bay_without_dot": {"value": "Bay", "active": true}, "infinotification_screen_some_photos_were_not_uploaded_msg": {"value": "Some Photos Were Not Uploaded Successfully. Please Try Uploading Them Again. Go To Summary Screen.", "active": true}, "image_screens_result": {"value": "Results", "active": true}, "summary_screen_x_out_of_y_sessions_synced": {"value": "%d Out Of %d Sessions Synced", "active": true}, "image_screens_get_result": {"value": "Get Results", "active": true}, "infinotification_screen_real_time_results_received_click_to_view": {"value": "Real-Time Results Received. Click To View!", "active": true}, "image_screens_analytics": {"value": "Analytics", "active": true}, "perfect_shelving_screen_submit": {"value": "Submit", "active": true}, "image_screens_actions": {"value": "Actions", "active": true}, "language_selection_label_language": {"value": "Language", "active": true}, "settings_screen_sync_store_list": {"value": "Sync Store List", "active": true}, "image_screens_processing_failed_text": {"value": "Pending", "active": true}, "perfect_shelving_screen_cannot_navigate": {"value": "Cannot Navigate", "active": true}, "image_screens_upload_text": {"value": "Upload", "active": true}, "store_listing_sync": {"value": "Sync", "active": true}, "image_screens_processing_text": {"value": "Processing", "active": true}, "language_selection_message_language_change": {"value": "You can change the language by going into - Settings > Preferences > Language", "active": true}, "infilifecycle_screen_please_disable_developer_mode_to_use_this_app": {"value": "Please Disable Developer Mode To Use The App", "active": true}, "image_screens_edit_survey": {"value": "Edit Survey", "active": true}, "perfect_shelving_screen_perfect_shelving": {"value": "Perfect Shelving", "active": true}, "image_screens_network_error": {"value": "Not Connected To Internet", "active": true}, "settings_screen_version_2\" translatable=\"false": {"value": "V2.0", "active": true}, "image_screens_empty_image_cant_uploaded": {"value": "Empty Images Cannot Be Uploaded", "active": true}, "summary_screen_store_name": {"value": "Store Name", "active": true}, "session_screen_this_survey_is_not_available_proceed_with_other_task": {"value": "This Survey Is Not Available, Please Proceed With Other Survey Or Task", "active": true}, "image_screens_view_results_test": {"value": "View Results", "active": true}, "store_listing_stores_loaded": {"value": "Stores Loaded", "active": true}, "image_screens_image_deleted": {"value": "Image Deleted", "active": true}, "summary_screen_task_completed": {"value": "Task Completed", "active": true}, "image_screens_close": {"value": "Close", "active": true}, "step_progress_screen_dots_status_image_upload_pending": {"value": "Images\nUpload\nPending", "active": true}, "image_screens_ok": {"value": "Ok", "active": true}, "summary_screen_evidence_upload_pending": {"value": "Evidence Upload Pending", "active": true}, "image_screens_saved_your_area_of_interest": {"value": "Saved Your Area Of Interest", "active": true}, "language_selection_message_phone_language_change": {"value": "Phone Language Has Been Changed To %1$S. Do You Want To Apply It In The App?", "active": true}, "image_screens_area_of_intrest": {"value": "Area Of Interest", "active": true}, "store_listing_screen_sync_images_in_back": {"value": "Syncing In Background Started", "active": true}, "image_screens_proceed": {"value": "Proceed", "active": true}, "store_listing_message_error_data_downloading": {"value": "Error! Stores Could Not Be Loaded", "active": true}, "time_spent_dialog_message": {"value": "Store Visit Complete. Total Time Spent Today In This Store:", "active": true}, "summary_screen_no_evidence_required": {"value": "No Evidence Required", "active": true}, "time_spent_dialog_ok": {"value": "Ok", "active": true}, "step_progress_screen_dots_status_image_processed": {"value": "Image\nProcessed", "active": true}, "summary_screen_evidence_uploaded": {"value": "Evidence Uploaded", "active": true}, "camera_screen_retake": {"value": "Retake", "active": true}, "summary_screen_evidence_uploading": {"value": "Evidence Uploading", "active": true}, "camera_screen_save": {"value": "Save", "active": true}, "dialog_screen_selectable_item": {"value": "Selectable Item", "active": true}, "image_screens_draw_over": {"value": "Please Draw Over The Image To Mark The Area Of Interest", "active": true}, "perfect_shelving_screen_image": {"value": "Image", "active": true}, "camera_screen_retake_it_text": {"value": "Retake It", "active": true}, "support_screen_support": {"value": "Support", "active": true}, "camera_screen_poor_quality_text": {"value": "Poor Quality", "active": true}, "summary_screen_action_submitted": {"value": "Action Submitted", "active": true}, "sync_service_uploaded": {"value": "Uploaded:", "active": true}, "camera_screen_poor_quality_description": {"value": "The Image Detected To Be Of Poor Quality. Do You Want To Keep This Image Or Retake It?", "active": true}, "info_screen_facings": {"value": "Facings", "active": true}, "info_screen_promotion": {"value": "Promotion", "active": true}, "summary_screen_action_fetch_failed": {"value": "Action Fetch Failed", "active": true}, "camera_screen_stack": {"value": "Stack:", "active": true}, "language_selection_screen_label_discard": {"value": "Discard", "active": true}, "camera_screen_bay": {"value": "Bay :", "active": true}, "ancillary_screens_summary": {"value": "Summary", "active": true}, "summary_screen_action_pending": {"value": "Action Pending", "active": true}, "camera_screen_2x": {"value": "2X", "active": true}, "sync_service_action_sync_partial": {"value": "Evidence Images Are Synced Partially, Please Sync Again", "active": true}, "camera_screen_bay_01": {"value": "Bay: 01", "active": true}, "summary_screen_image_processing_failed": {"value": "Image Processing Failed", "active": true}, "camera_screen_cancel": {"value": "Cancel", "active": true}, "language_selection_screen_label_confirm": {"value": "Confirm", "active": true}, "camera_screen_stop": {"value": "Stop", "active": true}, "summary_screen_image_processed": {"value": "Image Processed", "active": true}, "camera_screen_next_bay": {"value": "Next Bay", "active": true}, "store_listing_network_error": {"value": "Not Connected To Internet", "active": true}, "camera_screen_reference": {"value": "Reference", "active": true}, "modified_action_lbl_row_3": {"value": "Row 3", "active": true}, "camera_screen_downloading_model": {"value": "Downloading Models", "active": true}, "summary_screen_image_processing": {"value": "Image Processing", "active": true}, "language_selection_screen_label_continue": {"value": "Continue", "active": true}, "summary_screen_image_uploaded": {"value": "Image Uploaded", "active": true}, "camera_screen_photo_taken": {"value": "Photo Taken:", "active": true}, "sync_service_action_sync_complete": {"value": "Evidence Images Uploaded", "active": true}, "summary_screen_syncing": {"value": "Syncing", "active": true}, "camera_screen_store_cam": {"value": "Store:", "active": true}, "info_screen_select": {"value": "Select", "active": true}, "camera_screen_device_photos": {"value": "Gallery", "active": true}, "summary_screen_image_upload_failed": {"value": "Image Upload Failed", "active": true}, "camera_screen_please_use_direction_key": {"value": "Please Select A Direction Key", "active": true}, "settings_screen_ok": {"value": "Ok", "active": true}, "modified_action_store_level_action": {"value": "Store Level Actions", "active": true}, "camera_screen_magnify": {"value": "Magnify", "active": true}, "info_screen_linear_share_of_shelf": {"value": "Linear Share Of Shelf", "active": true}, "camera_screen_flash": {"value": "Flash", "active": true}, "step_progress_screen_survey_could_not_uploaded_msg": {"value": "Survey could not be uploaded at the moment, click global sync to upload this survey", "active": true}, "camera_screen_rotate": {"value": "Rotate", "active": true}, "info_screen_share_of_shelf": {"value": "Share Of Shelf", "active": true}, "camera_screen_undo": {"value": "Undo", "active": true}, "summary_screen_archiving_in_progress_msg": {"value": "Older Sessions Are Being Archived. Please Wait . . .", "active": true}, "camera_screen_result": {"value": "Results", "active": true}, "camera_screen_store_name": {"value": "Store Name", "active": true}, "settings_screen_demo_email\" translatable=\"false": {"value": "Demo@Infilect.Com", "active": true}, "guildlines_screen_open_actions_from_last_session": {"value": "Open Actions From Last Session", "active": true}, "camera_screen_image_not_captured_error": {"value": "Error: Image Not Captured, Please Retry", "active": true}, "info_screen_price": {"value": "Price", "active": true}, "main_screen_nothing_to_check": {"value": "Value to be inserted", "active": true}, "camera_screen_poor_quality_image_detected_msg": {"value": "Poor Quality Image Detected. Please Adjust Your Phone And Capture Again", "active": true}, "step_progress_screen_dots_status_actions_pending": {"value": "Actions\nPending", "active": true}, "popup_questionnaire_answered": {"value": "Answered", "active": true}, "guildlines_screen_add_image": {"value": "Add Image", "active": true}, "camera_screen_click_atleast_one_image_warning": {"value": "Please Click At Least 1 Image Or Cancel This Session.", "active": true}, "modified_action_message_no_data": {"value": "No Data For This Reason", "active": true}, "survey_screen_survey_sync_complete": {"value": "Survey Sync Completed", "active": true}, "guildlines_screen_proceed": {"value": "Proceed", "active": true}, "survey_screen_end_survey_session": {"value": "End Session", "active": true}, "language_selection_screen_select_language": {"value": "Select Language", "active": true}, "survey_screen_sku_name": {"value": "Sku Name", "active": true}, "guildlines_screen_category": {"value": "Category", "active": true}, "survey_screen_0": {"value": "0", "active": true}, "settings_screen_sync": {"value": "Sync", "active": true}, "step_progress_screen_dots_status_evidence_upload": {"value": "Evidence\nUpload", "active": true}, "survey_screen_search_sku": {"value": "Search Sku (By Name)", "active": true}, "step_progress_screen_dots_status_image_uploaded": {"value": "Image\nUploaded", "active": true}, "settings_screen_no": {"value": "No", "active": true}, "survey_screen_loading_sku_list": {"value": "Loading Sku List...", "active": true}, "step_progress_screen_dots_status_images_processing": {"value": "Images\nProcessing", "active": true}, "survey_screen_please_wait": {"value": "Please Wait...", "active": true}, "step_progress_screen_dots_status_evidence_uploaded": {"value": "Evidence\nUploaded", "active": true}, "survey_screen_done": {"value": "Done", "active": true}, "task_list_skip": {"value": "Skip", "active": true}, "settings_screen_version": {"value": "Version", "active": true}, "survey_screen_your_session": {"value": "Your Session", "active": true}, "session_screen_we_are_not_able_to_verify_your_location_do_you_want_to_proceed_anyway": {"value": "We Are Not Able To Verify Your Location. Do You Want To Proceed Anyway?", "active": true}, "settings_screen_yes": {"value": "Yes", "active": true}, "session_screen_your_location_not_be_verified_check_if_your_location_is_on_and_retry": {"value": "Your Location Could Not Be Verified. Please Check If Your Location Is On And Retry", "active": true}, "task_list_skipped": {"value": "Skipped", "active": true}, "survey_screen_back_to_home": {"value": "Back To Home", "active": true}, "settings_screen_are_you_sure": {"value": "Are You Sure?", "active": true}, "info_screen_on_shelf_availability": {"value": "On Shelf Availability", "active": true}, "survey_screen_survey_preview": {"value": "Survey Preview", "active": true}, "task_list_start": {"value": "Start", "active": true}, "survey_screen_edit": {"value": "Edit", "active": true}, "session_screen_meters_of_store_do_you_still_want_to_proceed": {"value": "Meters Of The Store. Do You Still Want To Proceed?", "active": true}, "survey_screen_failed": {"value": "Failed", "active": true}, "task_list_target": {"value": "Target", "active": true}, "survey_screen_view_results_test": {"value": "View Results", "active": true}, "step_progress_screen_uploading_images": {"value": "Uploading Images", "active": true}, "survey_screen_resume_session": {"value": "Resume Session", "active": true}, "task_list_screen_session": {"value": "Session", "active": true}, "survey_screen_syncing": {"value": "Syncing", "active": true}, "ancillary_screens_info_icon": {"value": "\uf129", "active": true}, "task_list_screen_task": {"value": "Tasks", "active": true}, "survey_screen_synced": {"value": "Synced", "active": true}, "step_progress_screen_process_images": {"value": "Process Images", "active": true}, "survey_screen_sync_status": {"value": "Sync Status", "active": true}, "ancillary_screens_faqs": {"value": "FAQs", "active": true}, "survey_screen_surveyed_on": {"value": "Surveyed On", "active": true}, "modified_action_kpititle": {"value": "KPI", "active": true}, "store_listing_new_version_available": {"value": "New Version Available!", "active": true}, "step_progress_screen_upload_images": {"value": "Upload Images", "active": true}, "store_listing_setting": {"value": "Setting", "active": true}, "popup_questionnaire_survey_questions": {"value": "Survey Questionnaire", "active": true}, "ancillary_screens_check_icon": {"value": "-", "active": true}, "popup_questionnaire_save": {"value": "Save", "active": true}, "step_progress_screen_fetch_result": {"value": "Fetch Result", "active": true}, "popup_questionnaire_scroll_up_disable_button": {"value": "Scroll Up Disable Button", "active": true}, "store_listing_try_again": {"value": "Try Again", "active": true}, "popup_questionnaire_button_for_close": {"value": "Button For Close", "active": true}, "camera_screen_cant_start_camera_restart_phone_warning": {"value": "Can\\'T Start Camera, Please Restart Your Phone", "active": true}, "perfect_shelving_screen_please_answer_all_actions_to_submit": {"value": "Please Answer All Actions To Submit", "active": true}, "infilect_preferences_default_processing_failed_message": {"value": "This Session Is Taking Longer Time To Get Processed. You Will Be Notified Once The Results Are Available. Please Proceed With Other Tasks.", "active": true}, "camera_screen_unable_to_proceed_device_running_low_on_memory": {"value": "Unable To Proceed, Device Running Low On Memory", "active": true}, "step_progress_screen_session_status": {"value": "Session Status", "active": true}, "popup_questionnaire_view_only": {"value": "View Only", "active": true}, "store_listing_locked": {"value": "Locked", "active": true}, "survey_action_behaviour_edit_survey": {"value": "Edit Survey", "active": true}, "store_listing_please_disable_developer_mode_to_use_this_app": {"value": "Please Disable Developer Mode To Use The App", "active": true}, "survey_action_behaviour_view_survey": {"value": "View Survey", "active": true}, "store_listing_we_are_not_able_to_verify_your_location_do_you_want_to_proceed_anyway": {"value": "We Are Not Able To Verify Your Location. Do You Want To Proceed Anyway?", "active": true}, "survey_action_item_store_permission": {"value": "Store Permission", "active": true}, "ancillary_screens_report": {"value": "Reports", "active": true}, "survey_action_item_skip": {"value": "Skip", "active": true}, "modified_action_lbl_target": {"value": "Target - 60%", "active": true}, "survey_action_item_start": {"value": "Start", "active": true}, "step_progress_screen_dots_status_no_evidence_required": {"value": "No \r\nEvidence\r\nRequired", "active": true}, "retake_proceed_btn_proceed": {"value": "Proceed", "active": true}, "step_progress_screen_dots_status_image_uploading": {"value": "Images\r\nUploading", "active": true}, "sync_store_service_syncing_your_stores": {"value": "Syncing your stores..", "active": true}, "settings_screens_settings": {"value": "Settings", "active": true}, "selfie_attendence_great_to_have_you": {"value": "Great To Have You Here", "active": true}, "sync_service_not_uploaded": {"value": "Not Uploaded:", "active": true}, "report_screen_na": {"value": "N/A", "active": true}, "selfie_attendence_welcome": {"value": "Welcome !", "active": true}, "step_progress_screen_evidance_upload_complete": {"value": "Synced Evidence Photos", "active": true}, "selfie_attendence_username": {"value": "Username", "active": true}, "store_listing_update": {"value": "Update", "active": true}, "selfie_attendence_sorry_not_able_to_identify": {"value": "Sorry, We Are Not Able To Identify You", "active": true}, "sync_service_last_sync_status": {"value": "Last Sync Status", "active": true}, "selfie_attendence_user_not_identified": {"value": "User Not Identified!", "active": true}, "store_listing_no_internet_connectivity": {"value": "No Internet Connection", "active": true}, "selfie_attendence_user_identity_not_sure": {"value": "User Identity Not Sure!", "active": true}, "modified_action_select_reason": {"value": "Select Reasons...", "active": true}, "selfie_attendence_some_error_occured": {"value": "Some Error Occurred, Please Retry", "active": true}, "store_listing_already_syncing": {"value": "Already Syncing ..", "active": true}, "selfie_attendence_oncloud_selfie_selfie_attendance": {"value": "Selfie Attendance", "active": true}, "session_screen_setting": {"value": "Setting", "active": true}, "store_listing_session_does_not_exist": {"value": "Session Does Not Exist", "active": true}, "step_progress_screen_dots_status_image_upload_failed": {"value": "Image\r\nUpload\r\nFailed", "active": true}, "ondevice_selfie_selfie_attendance": {"value": "Selfie Attendance", "active": true}, "modified_action_btn_take_actions": {"value": "Take Actions", "active": true}, "selfie_guideline_no_internet_connection": {"value": "No Internet Connection", "active": true}, "session_screen_please_wait": {"value": "Please Wait...", "active": true}, "selfie_guideline_preparing_selfie_attendance_msg": {"value": "Please Wait, Preparing Selfie Attendance", "active": true}, "modified_action_txt_kpi_name": {"value": "Perfect Osa", "active": true}, "selfie_guideline_items_1": {"value": "1", "active": true}, "upload_session_service_preparing_to_syc_images": {"value": "Preparing to sync Images", "active": true}, "selfie_guideline_your_selfie_will_be_considered": {"value": "Your Selfie Will Be Considered For Attendance", "active": true}, "survey_action_behaviour_toast_success": {"value": "Survey Updated Successfully", "active": true}, "selfie_guideline_take_selfie_attendance": {"value": "Take Selfie Attendance", "active": true}, "uploading_session_popup_service_syncing_session_survey": {"value": "Syncing session survey", "active": true}, "evidence_screen_uploadin_evidence_text": {"value": "Upload Evidence", "active": true}, "step_progress_screen_dots_status_evidence_upload_pending": {"value": "Evidence\r\nUpload\r\nPending", "active": true}, "evidence_screen_resume_evidence_text": {"value": "Resume Evidence", "active": true}, "perfect_shelving_screen_actions": {"value": "Actions", "active": true}, "selfie_guideline_take_selfie": {"value": "Take Selfie", "active": true}, "survey_action_behaviour_toast_failed_survey": {"value": "Survey upload failed for task %s of the store %s", "active": true}, "evidence_screen_network_error": {"value": "Not Connected To Internet", "active": true}, "ancillary_screens_ok": {"value": "Ok", "active": true}, "ancillary_screens_settings": {"value": "Settings", "active": true}, "evidence_screen_empty_image_cant_uploaded_evidence": {"value": "Please Add Evidence Photos To Upload.", "active": true}, "uploading_popup_questionnaire_service_syncing_session_survey": {"value": "Syncing session survey", "active": true}, "evidence_screen_evidence_images": {"value": "Evidence Images", "active": true}, "ancillary_screen_version": {"value": "Version", "active": true}, "evidence_screen_title": {"value": "Session Evidence Details", "active": true}, "modified_action_submit_done": {"value": "Submitted", "active": true}, "evidence_screen_evidance_photos": {"value": "Evidence Images", "active": true}, "action_screen_text_required": {"value": "* Required", "active": true}, "modified_action_evidence_images": {"value": "Evidence Images", "active": true}, "action_screen_old_session_status": {"value": "Session Status", "active": true}, "sync_action_service_syncing_actions_and_evidences": {"value": "Syncing actions and evidences..", "active": true}, "action_screen_old_captured_on": {"value": "Captured On", "active": true}, "modified_action_lbl_require_qty": {"value": "Required Qty", "active": true}, "action_screen_old_store": {"value": "Store", "active": true},
2
+ "camera_request_permission": {
3
+ "value": "Allow Infiviz Shots to access your camera"
4
+ , "active": true
5
+ },
6
+ "syncing_stopped_notifcation": {
7
+ "value": "Syncing will be stopped"
8
+ , "active": true
9
+ },
10
+ "resume_sync_notification": {
11
+ "value": "Please tap on notification to resume sync"
12
+ , "active": true
13
+ },
14
+ "location_message_desc": {
15
+ "value": "The location data is required to collect geographical data in order to suggest proper routes and improve analytical information for users"
16
+ , "active": true
17
+ },
18
+ "camera_permission_desc": {
19
+ "value": "This lets you capture photos to generate analytical information to take certain actions"
20
+ , "active": true
21
+ },
22
+ "location_request_permission_title": {
23
+ "value": "Allow Infiviz Shots to access your location"
24
+ , "active": true
25
+ },
26
+ "demo_download_from_cloud": {
27
+ "value": "DOWNLOAD FROM CLOUD"
28
+ , "active": true
29
+ },
30
+ "app_update_message": {
31
+ "value": "Infiviz shots App update is available. Please visit App Store to download the new version."
32
+ , "active": true
33
+ },
34
+ "store_screen_visit_progress": {
35
+ "value": "Visit In Progress"
36
+ , "active": true
37
+ },
38
+ "app_update_title": {
39
+ "value": "Please update your app"
40
+ , "active": true
41
+ },
42
+ "demo_select_set": {
43
+ "value": "Please select any one set to proceed"
44
+ , "active": true
45
+ },
46
+ "no_image_sync_notification": {
47
+ "value": "No image to sync"
48
+ , "active": true
49
+ },
50
+ "camera_screen_photo_access_message": {
51
+ "value": "Please grant access to photos in Settings to proceed"
52
+ , "active": true
53
+ },
54
+ "camera_screen_allow_photos_permission": {
55
+ "value": "Permission Required"
56
+ , "active": true
57
+ },
58
+ "camera_screen_camera_permission": {
59
+ "value": "Camera permission is not given. Please allow camera form settings."
60
+ , "active": true
61
+ },
62
+ "push_notification_permission": {
63
+ "value": "Push notification permission is not given. Please allow push notification form settings"
64
+ , "active": true
65
+ },
66
+ "location_permission": {
67
+ "value": "Location permission is not given. Please allow location form settings."
68
+ , "active": true
69
+ },
70
+ "language_selection_path": {
71
+ "value": "Phone Language Has Been Changed To"
72
+ , "active": true
73
+ },
74
+ "language_selection_apply": {
75
+ "value": "Do You Want To Apply It In The App?"
76
+ , "active": true
77
+ },
78
+ "open_settings": {
79
+ "value": "Open Settings"
80
+ , "active": true
81
+ },
82
+ "demo_device_photos": {
83
+ "value": "Device Photos"
84
+ , "active": true
85
+ },
86
+ "sync_started_notification": {
87
+ "value": "Sync Started"
88
+ , "active": true
89
+ },
90
+ "camera_screen_gallery": {
91
+ "value": "Gallery"
92
+ , "active": true
93
+ },
94
+ "internet_dialog_reminder": {
95
+ "value": "REMIND ME IN AN HOUR"
96
+ , "active": true
97
+ },
98
+ "actions_submit_failed": {
99
+ "value": "Action Submission Failed"
100
+ , "active": true
101
+ },
102
+ "actions_accuracy_not_req": {
103
+ "value": "Accuracy check not required"
104
+ , "active": true
105
+ },
106
+ "demo_disabled_resume_toast": {
107
+ "value": "Resume is disabled for device Photos"
108
+ , "active": true
109
+ },
110
+ "actions_screen_provide_answers": {
111
+ "value": "*Please provide answers to all the below listed questions"
112
+ , "active": true
113
+ },
114
+ "session_screen_session_synced": {
115
+ "value": "session synced"
116
+ , "active": true
117
+ },
118
+ "faq_screen_title": {
119
+ "value": "New Feature"
120
+ , "active": true
121
+ },
122
+ "faq_screen_desc": {
123
+ "value": "Coming Soon"
124
+ , "active": true
125
+ },
126
+ "error_toast": {"value": "Error",
127
+ "active": true},
128
+
129
+ "session_screen_reprocessing_btn_title": {"value": "Reprocessing",
130
+ "active": true
131
+ },
132
+
133
+ "reprocessing_dialog_button_enable_time_toast": {"value": "Image Processing is failed, please retry after",
134
+ "active": true
135
+
136
+ },
137
+ "reprocessing_dialog_retry_count_exhausted_toast": {"value": "Images could not be processed at the moment. This session will be processed in batch mode. Please proceed with other tasks.",
138
+ "active": true
139
+
140
+ },
141
+
142
+ "image_preview_screen_reprocessing_btn_title": {"value": "Reprocessing",
143
+ "active": true
144
+
145
+ },
146
+
147
+ "session_screen_sessions_synced": {"value": "sessions synced",
148
+ "active": true
149
+
150
+ },
151
+
152
+ "reprocessing_dialog_next_day_toast": {
153
+ "value": "Image Processing is not allowed as the date is changed",
154
+ "active": true
155
+ },
156
+ "camera_screen_task_name": {
157
+ "value": "Task",
158
+ "active": true
159
+
160
+ },
161
+ "perfect_shelving_screen_actions": {
162
+ "value": "Actions",
163
+ "active": true
164
+ },
165
+ "syncing_stopped_notification": {
166
+ "value": "Syncing will be stopped",
167
+ "active": true
168
+ },
169
+ "resume_sync_notifcation": {
170
+ "value": "Please tap on notification to resume sync",
171
+ "active": true
172
+ },
173
+ "step_progress_screen_dots_status_no_action_required": {
174
+ "value": "No Action Required",
175
+ "active": true
176
+ },
177
+ "step_progress_screen_dots_status_no_evidence_required": {
178
+ "value": "No Evidence Required",
179
+ "active": true
180
+ },
181
+ "kpi_screen_disabled_evidence_button": {
182
+ "value": "No evidence is required as all KPIs are compliant",
183
+ "active": true
184
+ }
185
+ ,
186
+ "network_status_connected": {
187
+ "value": "Internet Connected",
188
+ "active": true
189
+ },
190
+ "internet_bandwidth_orange_internet_title": {
191
+ "value": "Your Internet Connection is slow!",
192
+ "active": true
193
+ },
194
+ "internet_bandwidth_red_internet_title": {
195
+ "value": "Your Internet Connection is poor!",
196
+ "active": true
197
+ },
198
+ "network_status_noInternet": {
199
+ "value": "No Internet Connection",
200
+ "active": true
201
+ },
202
+ "internet_bandwidth_red_internet_message": {
203
+ "value": "The upload operation may take significantly longer than usual.",
204
+ "active": true
205
+ },
206
+ "internet_bandwidth_orange_internet_message": {
207
+ "value": "The upload operation may take longer than usual.",
208
+ "active": true
209
+ },
210
+ "internet_bandwidth_ok_button": {
211
+ "value": "OK",
212
+ "active": true
213
+ },
214
+ "true_auto_sync_notification": {
215
+ "value": "Please click on the notification to trigger auto upload of sessions",
216
+ "active": true
217
+ },
218
+ "mandatory_task_dialog_some_task_pending_txt": {
219
+ "value": "Some mandatory task are still incomplete. Are you sure you want to end the visit?",
220
+ "active": true
221
+ },
222
+ "mandatory_task_dialog_yes_txt": {
223
+ "value": "YES",
224
+ "active": true
225
+ },
226
+ "mandatory_task_dialog_no_txt": {
227
+ "value": "NO",
228
+ "active": true
229
+ },
230
+ "mandatory_task_screen_submit_btn_txt": {
231
+ "value": "SAVE",
232
+ "active": true
233
+ },
234
+ "mandatory_task_screen_header_tasks": {
235
+ "value": "Tasks",
236
+ "active": true
237
+ },
238
+ "mandatory_task_screen_sub_header_tasks": {
239
+ "value": "Please select the reason for the mandatory task which are not completed",
240
+ "active": true
241
+ },
242
+ "mandatory_task_card_i_button_click_toast": {
243
+ "value": "This task is marked as incomplete",
244
+ "active": true
245
+ },
246
+ "mandatory_task_screen_submit_btn_txt_save_exit": {
247
+ "value": "mandatory_task_screen_submit_btn_txt_save_exit",
248
+ "active": true
249
+ }
250
+ }
251
+
@@ -0,0 +1,124 @@
1
+ //
2
+ // InfivizShotsReactSdk.m
3
+ //
4
+ //
5
+ // Created by Aakash Sinha on 10/04/25.
6
+ //
7
+
8
+ #import <React/RCTBridgeModule.h>
9
+ #import <React/RCTEventEmitter.h>
10
+ #import <React/RCTUtils.h>
11
+ #import <React/RCTLog.h> // Replace with actual generated header file name
12
+
13
+ @interface RCT_EXTERN_MODULE(InfivizShotsReactSdk, NSObject)
14
+
15
+ // MARK: - Initialization
16
+
17
+ // MARK: - Session Actions
18
+ RCT_EXTERN_METHOD(getSessionStatus:(NSString *)temporarySessionID
19
+ resolver:(RCTPromiseResolveBlock)resolve
20
+ rejecter:(RCTPromiseRejectBlock)reject)
21
+
22
+ RCT_EXTERN_METHOD(fetchUniversalSessionId:(NSString *)temporarySessionID
23
+ resolver:(RCTPromiseResolveBlock)resolve
24
+ rejecter:(RCTPromiseRejectBlock)reject)
25
+
26
+ RCT_EXTERN_METHOD(fetchSessionDetails:(NSString *)temporarySessionID
27
+ resolver:(RCTPromiseResolveBlock)resolve
28
+ rejecter:(RCTPromiseRejectBlock)reject)
29
+
30
+ RCT_EXTERN_METHOD(fetchSessionWithSessionID:(NSString *)sessionID
31
+ resolver:(RCTPromiseResolveBlock)resolve
32
+ rejecter:(RCTPromiseRejectBlock)reject)
33
+
34
+ RCT_EXTERN_METHOD(fetchSessionID:(NSString *)taskCategory
35
+ storeID:(NSString *)storeID
36
+ taskPhotoType:(NSString *)taskPhotoType
37
+ resolver:(RCTPromiseResolveBlock)resolve
38
+ rejecter:(RCTPromiseRejectBlock)reject)
39
+
40
+ RCT_EXTERN_METHOD(
41
+ syncSession:
42
+ (NSString *)sessionId
43
+ )
44
+
45
+ RCT_EXTERN_METHOD(syncAllData:(RCTPromiseResolveBlock)resolve
46
+ rejecter:(RCTPromiseRejectBlock)reject)
47
+
48
+ RCT_EXTERN_METHOD(deletePhoto:(NSString *)temporarySessionID
49
+ imageURL:(NSString *)imageURL)
50
+
51
+ // MARK: - Logout
52
+ RCT_EXTERN_METHOD(logout:(RCTPromiseResolveBlock)resolve
53
+ rejecter:(RCTPromiseRejectBlock)reject)
54
+
55
+ // MARK: - Reprocessing
56
+ RCT_EXTERN_METHOD(getReprocessingButtonEnableTime:(NSString *)sessionID
57
+ resolver:(RCTPromiseResolveBlock)resolve
58
+ rejecter:(RCTPromiseRejectBlock)reject)
59
+
60
+ RCT_EXTERN_METHOD(startReprocessingWorkflow:(NSString *)sessionID
61
+ resolver:(RCTPromiseResolveBlock)resolve
62
+ rejecter:(RCTPromiseRejectBlock)reject)
63
+
64
+ RCT_EXTERN_METHOD(startCamera:
65
+ (NSString *)taskName
66
+ storeTitle:(NSString *)storeTitle
67
+ storeId:(NSString *)storeId
68
+ photoType:(NSString *)photoType
69
+ category:(NSString *)category
70
+ maxPhoto:(nonnull NSNumber *)maxPhoto
71
+ maxPhotoOneGo:(nonnull NSNumber *)maxPhotoOneGo
72
+ resolver:(RCTPromiseResolveBlock)resolve
73
+ rejecter:(RCTPromiseRejectBlock)reject)
74
+
75
+ RCT_EXTERN_METHOD(initialize:(NSString *)appID
76
+ authSecret:(NSString *)authSecret
77
+ accountKey:(NSString *)accountKey
78
+ userID:(NSString *)userID
79
+ clientID:(NSString *)clientID
80
+ apiToken:(NSString *)apiToken
81
+ env: (NSString *)env
82
+ resolver:(RCTPromiseResolveBlock)resolve
83
+ rejecter:(RCTPromiseRejectBlock)reject)
84
+
85
+ // MARK: - View IR Results via bridge
86
+ RCT_EXTERN_METHOD(viewIRResults:
87
+ (NSString *)sessionID
88
+ resolver:(RCTPromiseResolveBlock)resolve
89
+ rejecter:(RCTPromiseRejectBlock)reject)
90
+
91
+ // MARK: - Start Actions Workflow via bridge
92
+ RCT_EXTERN_METHOD(startActionsWorkFlow:
93
+ (NSString *)storeId
94
+ sessionId:(NSString *)sessionId
95
+ latitude:(NSString *)latitude
96
+ longitude:(NSString *)longitude
97
+ dateTimeStamp:(NSString *)dateTimeStamp
98
+ resolver:(RCTPromiseResolveBlock)resolve
99
+ rejecter:(RCTPromiseRejectBlock)reject)
100
+
101
+ RCT_EXTERN_METHOD(retakeImage:
102
+ temporarySessionId:(NSString *)temporarySessionId
103
+ imageURL:(NSString *)imageURL
104
+ resolver:(RCTPromiseResolveBlock)resolve
105
+ rejecter:(RCTPromiseRejectBlock)reject)
106
+
107
+
108
+ RCT_EXTERN_METHOD(resumeCamera:
109
+ (NSString *)temporarySessionID
110
+ resolver:(RCTPromiseResolveBlock)resolve
111
+ rejecter:(RCTPromiseRejectBlock)reject)
112
+
113
+ RCT_EXTERN_METHOD(getIrResult:
114
+ (NSString *)sessionId
115
+ resolver:(RCTPromiseResolveBlock)resolve
116
+ rejecter:(RCTPromiseRejectBlock)reject)
117
+
118
+ RCT_EXTERN_METHOD(getActionsResult:
119
+ (NSString *)sessionId
120
+ resolver:(RCTPromiseResolveBlock)resolve
121
+ rejecter:(RCTPromiseRejectBlock)reject)
122
+
123
+ @end
124
+