clevertap-react-native 3.2.0 → 3.3.0

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 (204) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/android/.gradle/8.5/checksums/checksums.lock +0 -0
  3. package/android/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  4. package/android/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  5. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  6. package/android/.gradle/buildOutputCleanup/cache.properties +2 -2
  7. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  8. package/android/.gradle/checksums/checksums.lock +0 -0
  9. package/android/.gradle/checksums/md5-checksums.bin +0 -0
  10. package/android/.gradle/checksums/sha1-checksums.bin +0 -0
  11. package/android/.gradle/config.properties +2 -0
  12. package/android/.gradle/file-system.probe +0 -0
  13. package/android/.settings/org.eclipse.buildship.core.prefs +2 -0
  14. package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +12 -0
  15. package/android/build/generated/source/codegen/java/com/clevertap/react/NativeCleverTapModuleSpec.java +556 -0
  16. package/android/build/generated/source/codegen/jni/CMakeLists.txt +49 -0
  17. package/android/build/generated/source/codegen/jni/CTTurboModuleSpec-generated.cpp +722 -0
  18. package/android/build/generated/source/codegen/jni/CTTurboModuleSpec.h +31 -0
  19. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI-generated.cpp +975 -0
  20. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI.h +1098 -0
  21. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.cpp +22 -0
  22. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.h +24 -0
  23. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.cpp +16 -0
  24. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.h +17 -0
  25. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.cpp +19 -0
  26. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.h +18 -0
  27. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.cpp +17 -0
  28. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.h +23 -0
  29. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.cpp +16 -0
  30. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.h +21 -0
  31. package/android/build/generated/source/codegen/schema.json +3412 -0
  32. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +13 -0
  33. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +18 -0
  34. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +6 -0
  35. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
  36. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  37. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  38. package/android/build/intermediates/compile_symbol_list/debug/R.txt +5736 -0
  39. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
  40. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
  41. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
  42. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
  43. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
  44. package/android/build/intermediates/java_res/debug/out/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
  45. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
  46. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$1.class +0 -0
  47. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$10.class +0 -0
  48. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$2.class +0 -0
  49. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$3.class +0 -0
  50. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$4.class +0 -0
  51. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$5.class +0 -0
  52. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$6.class +0 -0
  53. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$7.class +0 -0
  54. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$8.class +0 -0
  55. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$9.class +0 -0
  56. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$InBoxMessages.class +0 -0
  57. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$TemplateContextAction.class +0 -0
  58. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl.class +0 -0
  59. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$1.class +0 -0
  60. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil$ArrayUtil.class +0 -0
  61. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil.class +0 -0
  62. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils.class +0 -0
  63. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/NativeCleverTapModuleSpec.class +0 -0
  64. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
  65. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +14 -0
  66. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +13 -0
  67. package/android/build/intermediates/navigation_json/debug/navigation.json +1 -0
  68. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  69. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +4017 -0
  70. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  71. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  72. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  73. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  74. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  75. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  76. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  77. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  78. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  79. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  80. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  81. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  82. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  83. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  84. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  85. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  86. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  87. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  165. package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
  166. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$1.class.uniqueId6 +0 -0
  167. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$10.class.uniqueId3 +0 -0
  168. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$2.class.uniqueId2 +0 -0
  169. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$3.class.uniqueId11 +0 -0
  170. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$4.class.uniqueId4 +0 -0
  171. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$5.class.uniqueId5 +0 -0
  172. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$6.class.uniqueId8 +0 -0
  173. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$7.class.uniqueId7 +0 -0
  174. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$8.class.uniqueId9 +0 -0
  175. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$9.class.uniqueId0 +0 -0
  176. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$InBoxMessages.class.uniqueId10 +0 -0
  177. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$TemplateContextAction.class.uniqueId1 +0 -0
  178. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl.class.uniqueId12 +0 -0
  179. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  180. package/android/build/tmp/kotlin-classes/debug/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
  181. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapApplication.class +0 -0
  182. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates$templatePresenter$1.class +0 -0
  183. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates.class +0 -0
  184. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent$Companion.class +0 -0
  185. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent.class +0 -0
  186. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer$items$2.class +0 -0
  187. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer.class +0 -0
  188. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter.class +0 -0
  189. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapListenerProxy.class +0 -0
  190. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule$Companion.class +0 -0
  191. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule.class +0 -0
  192. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapPackage.class +0 -0
  193. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapRnAPI.class +0 -0
  194. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/Constants.class +0 -0
  195. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/ErrorMessages.class +0 -0
  196. package/android/build.gradle +7 -7
  197. package/android/local.properties +8 -0
  198. package/docs/install.md +28 -36
  199. package/package.json +1 -1
  200. package/src/index.js +1 -1
  201. package/android/.gradle/nb-cache/trust/78DD44AAC81C568A008B13ED64740D37310990B04E1F70028E68455541C79400 +0 -1
  202. package/ios/CleverTapReact.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  203. package/ios/CleverTapReact.xcodeproj/project.xcworkspace/xcuserdata/kushagra.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
  204. package/ios/CleverTapReact.xcodeproj/xcuserdata/kushagra.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
@@ -0,0 +1,975 @@
1
+ /**
2
+ * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
3
+ *
4
+ * Do not edit this file as changes may cause incorrect behavior and will be lost
5
+ * once the code is regenerated.
6
+ *
7
+ * @generated by codegen project: GenerateModuleCpp.js
8
+ */
9
+
10
+ #include "CTTurboModuleSpecJSI.h"
11
+
12
+ namespace facebook::react {
13
+
14
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getConstants(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
15
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getConstants(
16
+ rt
17
+ );
18
+ }
19
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setInstanceWithAccountId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
20
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setInstanceWithAccountId(
21
+ rt,
22
+ args[0].asString(rt)
23
+ );
24
+ return jsi::Value::undefined();
25
+ }
26
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInitialUrl(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
27
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getInitialUrl(
28
+ rt,
29
+ args[0].asObject(rt).asFunction(rt)
30
+ );
31
+ return jsi::Value::undefined();
32
+ }
33
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLibrary(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
34
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setLibrary(
35
+ rt,
36
+ args[0].asString(rt),
37
+ args[1].asNumber()
38
+ );
39
+ return jsi::Value::undefined();
40
+ }
41
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLocale(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
42
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setLocale(
43
+ rt,
44
+ args[0].asString(rt)
45
+ );
46
+ return jsi::Value::undefined();
47
+ }
48
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_registerForPush(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
49
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->registerForPush(
50
+ rt
51
+ );
52
+ return jsi::Value::undefined();
53
+ }
54
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setPushTokenAsString(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
55
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setPushTokenAsString(
56
+ rt,
57
+ args[0].asString(rt),
58
+ args[1].asString(rt)
59
+ );
60
+ return jsi::Value::undefined();
61
+ }
62
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setPushTokenAsStringWithRegion(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
63
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setPushTokenAsStringWithRegion(
64
+ rt,
65
+ args[0].asString(rt),
66
+ args[1].asString(rt),
67
+ args[2].asString(rt)
68
+ );
69
+ return jsi::Value::undefined();
70
+ }
71
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_enablePersonalization(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
72
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->enablePersonalization(
73
+ rt
74
+ );
75
+ return jsi::Value::undefined();
76
+ }
77
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_disablePersonalization(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
78
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->disablePersonalization(
79
+ rt
80
+ );
81
+ return jsi::Value::undefined();
82
+ }
83
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setOffline(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
84
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setOffline(
85
+ rt,
86
+ args[0].asBool()
87
+ );
88
+ return jsi::Value::undefined();
89
+ }
90
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setOptOut(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
91
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setOptOut(
92
+ rt,
93
+ args[0].asBool()
94
+ );
95
+ return jsi::Value::undefined();
96
+ }
97
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_enableDeviceNetworkInfoReporting(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
98
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->enableDeviceNetworkInfoReporting(
99
+ rt,
100
+ args[0].asBool()
101
+ );
102
+ return jsi::Value::undefined();
103
+ }
104
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordScreenView(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
105
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->recordScreenView(
106
+ rt,
107
+ args[0].asString(rt)
108
+ );
109
+ return jsi::Value::undefined();
110
+ }
111
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordEvent(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
112
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->recordEvent(
113
+ rt,
114
+ args[0].asString(rt),
115
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt))
116
+ );
117
+ return jsi::Value::undefined();
118
+ }
119
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordChargedEvent(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
120
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->recordChargedEvent(
121
+ rt,
122
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt)),
123
+ args[1].asObject(rt).asArray(rt)
124
+ );
125
+ return jsi::Value::undefined();
126
+ }
127
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetFirstTime(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
128
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->eventGetFirstTime(
129
+ rt,
130
+ args[0].asString(rt),
131
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
132
+ );
133
+ return jsi::Value::undefined();
134
+ }
135
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetLastTime(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
136
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->eventGetLastTime(
137
+ rt,
138
+ args[0].asString(rt),
139
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
140
+ );
141
+ return jsi::Value::undefined();
142
+ }
143
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetOccurrences(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
144
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->eventGetOccurrences(
145
+ rt,
146
+ args[0].asString(rt),
147
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
148
+ );
149
+ return jsi::Value::undefined();
150
+ }
151
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetDetail(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
152
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->eventGetDetail(
153
+ rt,
154
+ args[0].asString(rt),
155
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
156
+ );
157
+ return jsi::Value::undefined();
158
+ }
159
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getEventHistory(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
160
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getEventHistory(
161
+ rt,
162
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
163
+ );
164
+ return jsi::Value::undefined();
165
+ }
166
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLocation(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
167
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setLocation(
168
+ rt,
169
+ args[0].asNumber(),
170
+ args[1].asNumber()
171
+ );
172
+ return jsi::Value::undefined();
173
+ }
174
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetCleverTapAttributionIdentifier(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
175
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileGetCleverTapAttributionIdentifier(
176
+ rt,
177
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
178
+ );
179
+ return jsi::Value::undefined();
180
+ }
181
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetCleverTapID(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
182
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileGetCleverTapID(
183
+ rt,
184
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
185
+ );
186
+ return jsi::Value::undefined();
187
+ }
188
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getCleverTapID(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
189
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getCleverTapID(
190
+ rt,
191
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
192
+ );
193
+ return jsi::Value::undefined();
194
+ }
195
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onUserLogin(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
196
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onUserLogin(
197
+ rt,
198
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
199
+ );
200
+ return jsi::Value::undefined();
201
+ }
202
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileSet(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
203
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileSet(
204
+ rt,
205
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
206
+ );
207
+ return jsi::Value::undefined();
208
+ }
209
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetProperty(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
210
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileGetProperty(
211
+ rt,
212
+ args[0].asString(rt),
213
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
214
+ );
215
+ return jsi::Value::undefined();
216
+ }
217
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveValueForKey(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
218
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileRemoveValueForKey(
219
+ rt,
220
+ args[0].asString(rt)
221
+ );
222
+ return jsi::Value::undefined();
223
+ }
224
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileSetMultiValues(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
225
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileSetMultiValues(
226
+ rt,
227
+ args[0].asObject(rt).asArray(rt),
228
+ args[1].asString(rt)
229
+ );
230
+ return jsi::Value::undefined();
231
+ }
232
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileAddMultiValue(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
233
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileAddMultiValue(
234
+ rt,
235
+ args[0].asString(rt),
236
+ args[1].asString(rt)
237
+ );
238
+ return jsi::Value::undefined();
239
+ }
240
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileAddMultiValues(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
241
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileAddMultiValues(
242
+ rt,
243
+ args[0].asObject(rt).asArray(rt),
244
+ args[1].asString(rt)
245
+ );
246
+ return jsi::Value::undefined();
247
+ }
248
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveMultiValue(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
249
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileRemoveMultiValue(
250
+ rt,
251
+ args[0].asString(rt),
252
+ args[1].asString(rt)
253
+ );
254
+ return jsi::Value::undefined();
255
+ }
256
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveMultiValues(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
257
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileRemoveMultiValues(
258
+ rt,
259
+ args[0].asObject(rt).asArray(rt),
260
+ args[1].asString(rt)
261
+ );
262
+ return jsi::Value::undefined();
263
+ }
264
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileIncrementValueForKey(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
265
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileIncrementValueForKey(
266
+ rt,
267
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asNumber()),
268
+ args[1].asString(rt)
269
+ );
270
+ return jsi::Value::undefined();
271
+ }
272
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileDecrementValueForKey(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
273
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->profileDecrementValueForKey(
274
+ rt,
275
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asNumber()),
276
+ args[1].asString(rt)
277
+ );
278
+ return jsi::Value::undefined();
279
+ }
280
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInstallReferrer(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
281
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->pushInstallReferrer(
282
+ rt,
283
+ args[0].asString(rt),
284
+ args[1].asString(rt),
285
+ args[2].asString(rt)
286
+ );
287
+ return jsi::Value::undefined();
288
+ }
289
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetTimeElapsed(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
290
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->sessionGetTimeElapsed(
291
+ rt,
292
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
293
+ );
294
+ return jsi::Value::undefined();
295
+ }
296
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetTotalVisits(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
297
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->sessionGetTotalVisits(
298
+ rt,
299
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
300
+ );
301
+ return jsi::Value::undefined();
302
+ }
303
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetScreenCount(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
304
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->sessionGetScreenCount(
305
+ rt,
306
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
307
+ );
308
+ return jsi::Value::undefined();
309
+ }
310
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetPreviousVisitTime(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
311
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->sessionGetPreviousVisitTime(
312
+ rt,
313
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
314
+ );
315
+ return jsi::Value::undefined();
316
+ }
317
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetUTMDetails(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
318
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->sessionGetUTMDetails(
319
+ rt,
320
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
321
+ );
322
+ return jsi::Value::undefined();
323
+ }
324
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannel(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
325
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotificationChannel(
326
+ rt,
327
+ args[0].asString(rt),
328
+ args[1].asString(rt),
329
+ args[2].asString(rt),
330
+ args[3].asNumber(),
331
+ args[4].asBool()
332
+ );
333
+ return jsi::Value::undefined();
334
+ }
335
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithSound(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
336
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotificationChannelWithSound(
337
+ rt,
338
+ args[0].asString(rt),
339
+ args[1].asString(rt),
340
+ args[2].asString(rt),
341
+ args[3].asNumber(),
342
+ args[4].asBool(),
343
+ args[5].asString(rt)
344
+ );
345
+ return jsi::Value::undefined();
346
+ }
347
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithGroupId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
348
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotificationChannelWithGroupId(
349
+ rt,
350
+ args[0].asString(rt),
351
+ args[1].asString(rt),
352
+ args[2].asString(rt),
353
+ args[3].asNumber(),
354
+ args[4].asString(rt),
355
+ args[5].asBool()
356
+ );
357
+ return jsi::Value::undefined();
358
+ }
359
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithGroupIdAndSound(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
360
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotificationChannelWithGroupIdAndSound(
361
+ rt,
362
+ args[0].asString(rt),
363
+ args[1].asString(rt),
364
+ args[2].asString(rt),
365
+ args[3].asNumber(),
366
+ args[4].asString(rt),
367
+ args[5].asBool(),
368
+ args[6].asString(rt)
369
+ );
370
+ return jsi::Value::undefined();
371
+ }
372
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelGroup(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
373
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotificationChannelGroup(
374
+ rt,
375
+ args[0].asString(rt),
376
+ args[1].asString(rt)
377
+ );
378
+ return jsi::Value::undefined();
379
+ }
380
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteNotificationChannel(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
381
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->deleteNotificationChannel(
382
+ rt,
383
+ args[0].asString(rt)
384
+ );
385
+ return jsi::Value::undefined();
386
+ }
387
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteNotificationChannelGroup(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
388
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->deleteNotificationChannelGroup(
389
+ rt,
390
+ args[0].asString(rt)
391
+ );
392
+ return jsi::Value::undefined();
393
+ }
394
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotification(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
395
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->createNotification(
396
+ rt,
397
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
398
+ );
399
+ return jsi::Value::undefined();
400
+ }
401
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setDebugLevel(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
402
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setDebugLevel(
403
+ rt,
404
+ args[0].asNumber()
405
+ );
406
+ return jsi::Value::undefined();
407
+ }
408
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageCount(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
409
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getInboxMessageCount(
410
+ rt,
411
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
412
+ );
413
+ return jsi::Value::undefined();
414
+ }
415
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageUnreadCount(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
416
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getInboxMessageUnreadCount(
417
+ rt,
418
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
419
+ );
420
+ return jsi::Value::undefined();
421
+ }
422
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getAllInboxMessages(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
423
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getAllInboxMessages(
424
+ rt,
425
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
426
+ );
427
+ return jsi::Value::undefined();
428
+ }
429
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getUnreadInboxMessages(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
430
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getUnreadInboxMessages(
431
+ rt,
432
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
433
+ );
434
+ return jsi::Value::undefined();
435
+ }
436
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
437
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getInboxMessageForId(
438
+ rt,
439
+ args[0].asString(rt),
440
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
441
+ );
442
+ return jsi::Value::undefined();
443
+ }
444
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInboxNotificationViewedEventForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
445
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->pushInboxNotificationViewedEventForId(
446
+ rt,
447
+ args[0].asString(rt)
448
+ );
449
+ return jsi::Value::undefined();
450
+ }
451
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInboxNotificationClickedEventForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
452
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->pushInboxNotificationClickedEventForId(
453
+ rt,
454
+ args[0].asString(rt)
455
+ );
456
+ return jsi::Value::undefined();
457
+ }
458
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_markReadInboxMessageForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
459
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->markReadInboxMessageForId(
460
+ rt,
461
+ args[0].asString(rt)
462
+ );
463
+ return jsi::Value::undefined();
464
+ }
465
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteInboxMessageForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
466
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->deleteInboxMessageForId(
467
+ rt,
468
+ args[0].asString(rt)
469
+ );
470
+ return jsi::Value::undefined();
471
+ }
472
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_markReadInboxMessagesForIDs(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
473
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->markReadInboxMessagesForIDs(
474
+ rt,
475
+ args[0].asObject(rt).asArray(rt)
476
+ );
477
+ return jsi::Value::undefined();
478
+ }
479
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteInboxMessagesForIDs(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
480
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->deleteInboxMessagesForIDs(
481
+ rt,
482
+ args[0].asObject(rt).asArray(rt)
483
+ );
484
+ return jsi::Value::undefined();
485
+ }
486
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_dismissInbox(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
487
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->dismissInbox(
488
+ rt
489
+ );
490
+ return jsi::Value::undefined();
491
+ }
492
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_initializeInbox(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
493
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->initializeInbox(
494
+ rt
495
+ );
496
+ return jsi::Value::undefined();
497
+ }
498
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_showInbox(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
499
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->showInbox(
500
+ rt,
501
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
502
+ );
503
+ return jsi::Value::undefined();
504
+ }
505
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getAllDisplayUnits(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
506
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getAllDisplayUnits(
507
+ rt,
508
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
509
+ );
510
+ return jsi::Value::undefined();
511
+ }
512
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getDisplayUnitForId(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
513
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getDisplayUnitForId(
514
+ rt,
515
+ args[0].asString(rt),
516
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
517
+ );
518
+ return jsi::Value::undefined();
519
+ }
520
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushDisplayUnitViewedEventForID(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
521
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->pushDisplayUnitViewedEventForID(
522
+ rt,
523
+ args[0].asString(rt)
524
+ );
525
+ return jsi::Value::undefined();
526
+ }
527
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushDisplayUnitClickedEventForID(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
528
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->pushDisplayUnitClickedEventForID(
529
+ rt,
530
+ args[0].asString(rt)
531
+ );
532
+ return jsi::Value::undefined();
533
+ }
534
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getFeatureFlag(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
535
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getFeatureFlag(
536
+ rt,
537
+ args[0].asString(rt),
538
+ args[1].asBool(),
539
+ args[2].isNull() || args[2].isUndefined() ? std::nullopt : std::make_optional(args[2].asObject(rt).asFunction(rt))
540
+ );
541
+ return jsi::Value::undefined();
542
+ }
543
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setDefaultsMap(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
544
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setDefaultsMap(
545
+ rt,
546
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
547
+ );
548
+ return jsi::Value::undefined();
549
+ }
550
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetch(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
551
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->fetch(
552
+ rt
553
+ );
554
+ return jsi::Value::undefined();
555
+ }
556
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchWithMinimumFetchIntervalInSeconds(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
557
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->fetchWithMinimumFetchIntervalInSeconds(
558
+ rt,
559
+ args[0].asNumber()
560
+ );
561
+ return jsi::Value::undefined();
562
+ }
563
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_activate(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
564
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->activate(
565
+ rt
566
+ );
567
+ return jsi::Value::undefined();
568
+ }
569
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchAndActivate(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
570
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->fetchAndActivate(
571
+ rt
572
+ );
573
+ return jsi::Value::undefined();
574
+ }
575
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_setMinimumFetchIntervalInSeconds(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
576
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->setMinimumFetchIntervalInSeconds(
577
+ rt,
578
+ args[0].asNumber()
579
+ );
580
+ return jsi::Value::undefined();
581
+ }
582
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getLastFetchTimeStampInMillis(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
583
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getLastFetchTimeStampInMillis(
584
+ rt,
585
+ args[0].asObject(rt).asFunction(rt)
586
+ );
587
+ return jsi::Value::undefined();
588
+ }
589
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getString(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
590
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getString(
591
+ rt,
592
+ args[0].asString(rt),
593
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
594
+ );
595
+ return jsi::Value::undefined();
596
+ }
597
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getBoolean(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
598
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getBoolean(
599
+ rt,
600
+ args[0].asString(rt),
601
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
602
+ );
603
+ return jsi::Value::undefined();
604
+ }
605
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getDouble(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
606
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getDouble(
607
+ rt,
608
+ args[0].asString(rt),
609
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
610
+ );
611
+ return jsi::Value::undefined();
612
+ }
613
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_reset(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
614
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->reset(
615
+ rt
616
+ );
617
+ return jsi::Value::undefined();
618
+ }
619
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_suspendInAppNotifications(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
620
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->suspendInAppNotifications(
621
+ rt
622
+ );
623
+ return jsi::Value::undefined();
624
+ }
625
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_discardInAppNotifications(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
626
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->discardInAppNotifications(
627
+ rt
628
+ );
629
+ return jsi::Value::undefined();
630
+ }
631
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_resumeInAppNotifications(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
632
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->resumeInAppNotifications(
633
+ rt
634
+ );
635
+ return jsi::Value::undefined();
636
+ }
637
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchInApps(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
638
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->fetchInApps(
639
+ rt,
640
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
641
+ );
642
+ return jsi::Value::undefined();
643
+ }
644
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_clearInAppResources(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
645
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->clearInAppResources(
646
+ rt,
647
+ args[0].asBool()
648
+ );
649
+ return jsi::Value::undefined();
650
+ }
651
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateSetDismissed(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
652
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateSetDismissed(
653
+ rt,
654
+ args[0].asString(rt)
655
+ );
656
+ }
657
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateSetPresented(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
658
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateSetPresented(
659
+ rt,
660
+ args[0].asString(rt)
661
+ );
662
+ }
663
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateRunAction(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
664
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateRunAction(
665
+ rt,
666
+ args[0].asString(rt),
667
+ args[1].asString(rt)
668
+ );
669
+ }
670
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetStringArg(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
671
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateGetStringArg(
672
+ rt,
673
+ args[0].asString(rt),
674
+ args[1].asString(rt)
675
+ );
676
+ }
677
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetNumberArg(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
678
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateGetNumberArg(
679
+ rt,
680
+ args[0].asString(rt),
681
+ args[1].asString(rt)
682
+ );
683
+ }
684
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetBooleanArg(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
685
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateGetBooleanArg(
686
+ rt,
687
+ args[0].asString(rt),
688
+ args[1].asString(rt)
689
+ );
690
+ }
691
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetFileArg(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
692
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateGetFileArg(
693
+ rt,
694
+ args[0].asString(rt),
695
+ args[1].asString(rt)
696
+ );
697
+ }
698
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetObjectArg(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
699
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateGetObjectArg(
700
+ rt,
701
+ args[0].asString(rt),
702
+ args[1].asString(rt)
703
+ );
704
+ }
705
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateContextToString(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
706
+ return static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->customTemplateContextToString(
707
+ rt,
708
+ args[0].asString(rt)
709
+ );
710
+ }
711
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncCustomTemplates(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
712
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->syncCustomTemplates(
713
+ rt
714
+ );
715
+ return jsi::Value::undefined();
716
+ }
717
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncCustomTemplatesInProd(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
718
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->syncCustomTemplatesInProd(
719
+ rt,
720
+ args[0].asBool()
721
+ );
722
+ return jsi::Value::undefined();
723
+ }
724
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_promptForPushPermission(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
725
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->promptForPushPermission(
726
+ rt,
727
+ args[0].asBool()
728
+ );
729
+ return jsi::Value::undefined();
730
+ }
731
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_promptPushPrimer(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
732
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->promptPushPrimer(
733
+ rt,
734
+ args[0].asObject(rt)
735
+ );
736
+ return jsi::Value::undefined();
737
+ }
738
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_isPushPermissionGranted(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
739
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->isPushPermissionGranted(
740
+ rt,
741
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
742
+ );
743
+ return jsi::Value::undefined();
744
+ }
745
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncVariables(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
746
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->syncVariables(
747
+ rt
748
+ );
749
+ return jsi::Value::undefined();
750
+ }
751
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncVariablesinProd(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
752
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->syncVariablesinProd(
753
+ rt,
754
+ args[0].asBool()
755
+ );
756
+ return jsi::Value::undefined();
757
+ }
758
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getVariable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
759
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getVariable(
760
+ rt,
761
+ args[0].asString(rt),
762
+ args[1].isNull() || args[1].isUndefined() ? std::nullopt : std::make_optional(args[1].asObject(rt).asFunction(rt))
763
+ );
764
+ return jsi::Value::undefined();
765
+ }
766
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchVariables(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
767
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->fetchVariables(
768
+ rt,
769
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
770
+ );
771
+ return jsi::Value::undefined();
772
+ }
773
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_getVariables(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
774
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->getVariables(
775
+ rt,
776
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt).asFunction(rt))
777
+ );
778
+ return jsi::Value::undefined();
779
+ }
780
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_defineVariables(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
781
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->defineVariables(
782
+ rt,
783
+ args[0].isNull() || args[0].isUndefined() ? std::nullopt : std::make_optional(args[0].asObject(rt))
784
+ );
785
+ return jsi::Value::undefined();
786
+ }
787
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_defineFileVariable(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
788
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->defineFileVariable(
789
+ rt,
790
+ args[0].asString(rt)
791
+ );
792
+ return jsi::Value::undefined();
793
+ }
794
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onVariablesChanged(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
795
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onVariablesChanged(
796
+ rt
797
+ );
798
+ return jsi::Value::undefined();
799
+ }
800
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onOneTimeVariablesChanged(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
801
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onOneTimeVariablesChanged(
802
+ rt
803
+ );
804
+ return jsi::Value::undefined();
805
+ }
806
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onValueChanged(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
807
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onValueChanged(
808
+ rt,
809
+ args[0].asString(rt)
810
+ );
811
+ return jsi::Value::undefined();
812
+ }
813
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onVariablesChangedAndNoDownloadsPending(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
814
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onVariablesChangedAndNoDownloadsPending(
815
+ rt
816
+ );
817
+ return jsi::Value::undefined();
818
+ }
819
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onceVariablesChangedAndNoDownloadsPending(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
820
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onceVariablesChangedAndNoDownloadsPending(
821
+ rt
822
+ );
823
+ return jsi::Value::undefined();
824
+ }
825
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onFileValueChanged(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
826
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onFileValueChanged(
827
+ rt,
828
+ args[0].asString(rt)
829
+ );
830
+ return jsi::Value::undefined();
831
+ }
832
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_onEventListenerAdded(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
833
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->onEventListenerAdded(
834
+ rt,
835
+ args[0].asString(rt)
836
+ );
837
+ return jsi::Value::undefined();
838
+ }
839
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_addListener(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
840
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->addListener(
841
+ rt,
842
+ args[0].asString(rt)
843
+ );
844
+ return jsi::Value::undefined();
845
+ }
846
+ static jsi::Value __hostFunction_NativeCleverTapModuleCxxSpecJSI_removeListeners(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
847
+ static_cast<NativeCleverTapModuleCxxSpecJSI *>(&turboModule)->removeListeners(
848
+ rt,
849
+ args[0].asNumber()
850
+ );
851
+ return jsi::Value::undefined();
852
+ }
853
+
854
+ NativeCleverTapModuleCxxSpecJSI::NativeCleverTapModuleCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
855
+ : TurboModule("CleverTapReact", jsInvoker) {
856
+ methodMap_["getConstants"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getConstants};
857
+ methodMap_["setInstanceWithAccountId"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setInstanceWithAccountId};
858
+ methodMap_["getInitialUrl"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInitialUrl};
859
+ methodMap_["setLibrary"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLibrary};
860
+ methodMap_["setLocale"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLocale};
861
+ methodMap_["registerForPush"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_registerForPush};
862
+ methodMap_["setPushTokenAsString"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setPushTokenAsString};
863
+ methodMap_["setPushTokenAsStringWithRegion"] = MethodMetadata {3, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setPushTokenAsStringWithRegion};
864
+ methodMap_["enablePersonalization"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_enablePersonalization};
865
+ methodMap_["disablePersonalization"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_disablePersonalization};
866
+ methodMap_["setOffline"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setOffline};
867
+ methodMap_["setOptOut"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setOptOut};
868
+ methodMap_["enableDeviceNetworkInfoReporting"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_enableDeviceNetworkInfoReporting};
869
+ methodMap_["recordScreenView"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordScreenView};
870
+ methodMap_["recordEvent"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordEvent};
871
+ methodMap_["recordChargedEvent"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_recordChargedEvent};
872
+ methodMap_["eventGetFirstTime"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetFirstTime};
873
+ methodMap_["eventGetLastTime"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetLastTime};
874
+ methodMap_["eventGetOccurrences"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetOccurrences};
875
+ methodMap_["eventGetDetail"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_eventGetDetail};
876
+ methodMap_["getEventHistory"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getEventHistory};
877
+ methodMap_["setLocation"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setLocation};
878
+ methodMap_["profileGetCleverTapAttributionIdentifier"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetCleverTapAttributionIdentifier};
879
+ methodMap_["profileGetCleverTapID"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetCleverTapID};
880
+ methodMap_["getCleverTapID"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getCleverTapID};
881
+ methodMap_["onUserLogin"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onUserLogin};
882
+ methodMap_["profileSet"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileSet};
883
+ methodMap_["profileGetProperty"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileGetProperty};
884
+ methodMap_["profileRemoveValueForKey"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveValueForKey};
885
+ methodMap_["profileSetMultiValues"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileSetMultiValues};
886
+ methodMap_["profileAddMultiValue"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileAddMultiValue};
887
+ methodMap_["profileAddMultiValues"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileAddMultiValues};
888
+ methodMap_["profileRemoveMultiValue"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveMultiValue};
889
+ methodMap_["profileRemoveMultiValues"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileRemoveMultiValues};
890
+ methodMap_["profileIncrementValueForKey"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileIncrementValueForKey};
891
+ methodMap_["profileDecrementValueForKey"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_profileDecrementValueForKey};
892
+ methodMap_["pushInstallReferrer"] = MethodMetadata {3, __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInstallReferrer};
893
+ methodMap_["sessionGetTimeElapsed"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetTimeElapsed};
894
+ methodMap_["sessionGetTotalVisits"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetTotalVisits};
895
+ methodMap_["sessionGetScreenCount"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetScreenCount};
896
+ methodMap_["sessionGetPreviousVisitTime"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetPreviousVisitTime};
897
+ methodMap_["sessionGetUTMDetails"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_sessionGetUTMDetails};
898
+ methodMap_["createNotificationChannel"] = MethodMetadata {5, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannel};
899
+ methodMap_["createNotificationChannelWithSound"] = MethodMetadata {6, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithSound};
900
+ methodMap_["createNotificationChannelWithGroupId"] = MethodMetadata {6, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithGroupId};
901
+ methodMap_["createNotificationChannelWithGroupIdAndSound"] = MethodMetadata {7, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelWithGroupIdAndSound};
902
+ methodMap_["createNotificationChannelGroup"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotificationChannelGroup};
903
+ methodMap_["deleteNotificationChannel"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteNotificationChannel};
904
+ methodMap_["deleteNotificationChannelGroup"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteNotificationChannelGroup};
905
+ methodMap_["createNotification"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_createNotification};
906
+ methodMap_["setDebugLevel"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setDebugLevel};
907
+ methodMap_["getInboxMessageCount"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageCount};
908
+ methodMap_["getInboxMessageUnreadCount"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageUnreadCount};
909
+ methodMap_["getAllInboxMessages"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getAllInboxMessages};
910
+ methodMap_["getUnreadInboxMessages"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getUnreadInboxMessages};
911
+ methodMap_["getInboxMessageForId"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getInboxMessageForId};
912
+ methodMap_["pushInboxNotificationViewedEventForId"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInboxNotificationViewedEventForId};
913
+ methodMap_["pushInboxNotificationClickedEventForId"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushInboxNotificationClickedEventForId};
914
+ methodMap_["markReadInboxMessageForId"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_markReadInboxMessageForId};
915
+ methodMap_["deleteInboxMessageForId"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteInboxMessageForId};
916
+ methodMap_["markReadInboxMessagesForIDs"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_markReadInboxMessagesForIDs};
917
+ methodMap_["deleteInboxMessagesForIDs"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_deleteInboxMessagesForIDs};
918
+ methodMap_["dismissInbox"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_dismissInbox};
919
+ methodMap_["initializeInbox"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_initializeInbox};
920
+ methodMap_["showInbox"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_showInbox};
921
+ methodMap_["getAllDisplayUnits"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getAllDisplayUnits};
922
+ methodMap_["getDisplayUnitForId"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getDisplayUnitForId};
923
+ methodMap_["pushDisplayUnitViewedEventForID"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushDisplayUnitViewedEventForID};
924
+ methodMap_["pushDisplayUnitClickedEventForID"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_pushDisplayUnitClickedEventForID};
925
+ methodMap_["getFeatureFlag"] = MethodMetadata {3, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getFeatureFlag};
926
+ methodMap_["setDefaultsMap"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setDefaultsMap};
927
+ methodMap_["fetch"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetch};
928
+ methodMap_["fetchWithMinimumFetchIntervalInSeconds"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchWithMinimumFetchIntervalInSeconds};
929
+ methodMap_["activate"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_activate};
930
+ methodMap_["fetchAndActivate"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchAndActivate};
931
+ methodMap_["setMinimumFetchIntervalInSeconds"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_setMinimumFetchIntervalInSeconds};
932
+ methodMap_["getLastFetchTimeStampInMillis"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getLastFetchTimeStampInMillis};
933
+ methodMap_["getString"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getString};
934
+ methodMap_["getBoolean"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getBoolean};
935
+ methodMap_["getDouble"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getDouble};
936
+ methodMap_["reset"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_reset};
937
+ methodMap_["suspendInAppNotifications"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_suspendInAppNotifications};
938
+ methodMap_["discardInAppNotifications"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_discardInAppNotifications};
939
+ methodMap_["resumeInAppNotifications"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_resumeInAppNotifications};
940
+ methodMap_["fetchInApps"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchInApps};
941
+ methodMap_["clearInAppResources"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_clearInAppResources};
942
+ methodMap_["customTemplateSetDismissed"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateSetDismissed};
943
+ methodMap_["customTemplateSetPresented"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateSetPresented};
944
+ methodMap_["customTemplateRunAction"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateRunAction};
945
+ methodMap_["customTemplateGetStringArg"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetStringArg};
946
+ methodMap_["customTemplateGetNumberArg"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetNumberArg};
947
+ methodMap_["customTemplateGetBooleanArg"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetBooleanArg};
948
+ methodMap_["customTemplateGetFileArg"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetFileArg};
949
+ methodMap_["customTemplateGetObjectArg"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateGetObjectArg};
950
+ methodMap_["customTemplateContextToString"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_customTemplateContextToString};
951
+ methodMap_["syncCustomTemplates"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncCustomTemplates};
952
+ methodMap_["syncCustomTemplatesInProd"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncCustomTemplatesInProd};
953
+ methodMap_["promptForPushPermission"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_promptForPushPermission};
954
+ methodMap_["promptPushPrimer"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_promptPushPrimer};
955
+ methodMap_["isPushPermissionGranted"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_isPushPermissionGranted};
956
+ methodMap_["syncVariables"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncVariables};
957
+ methodMap_["syncVariablesinProd"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_syncVariablesinProd};
958
+ methodMap_["getVariable"] = MethodMetadata {2, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getVariable};
959
+ methodMap_["fetchVariables"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_fetchVariables};
960
+ methodMap_["getVariables"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_getVariables};
961
+ methodMap_["defineVariables"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_defineVariables};
962
+ methodMap_["defineFileVariable"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_defineFileVariable};
963
+ methodMap_["onVariablesChanged"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onVariablesChanged};
964
+ methodMap_["onOneTimeVariablesChanged"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onOneTimeVariablesChanged};
965
+ methodMap_["onValueChanged"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onValueChanged};
966
+ methodMap_["onVariablesChangedAndNoDownloadsPending"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onVariablesChangedAndNoDownloadsPending};
967
+ methodMap_["onceVariablesChangedAndNoDownloadsPending"] = MethodMetadata {0, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onceVariablesChangedAndNoDownloadsPending};
968
+ methodMap_["onFileValueChanged"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onFileValueChanged};
969
+ methodMap_["onEventListenerAdded"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_onEventListenerAdded};
970
+ methodMap_["addListener"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_addListener};
971
+ methodMap_["removeListeners"] = MethodMetadata {1, __hostFunction_NativeCleverTapModuleCxxSpecJSI_removeListeners};
972
+ }
973
+
974
+
975
+ } // namespace facebook::react