clevertap-react-native 3.3.0 → 3.5.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 (214) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/android/build.gradle +3 -3
  3. package/android/src/main/java/com/clevertap/react/CleverTapModuleImpl.java +35 -22
  4. package/android/src/main/java/com/clevertap/react/Constants.kt +0 -2
  5. package/android/src/newarch/CleverTapModule.kt +6 -2
  6. package/android/src/oldarch/CleverTapModule.kt +7 -2
  7. package/clevertap-react-native.podspec +1 -1
  8. package/docs/install.md +1 -1
  9. package/docs/pushprimer.md +2 -0
  10. package/docs/usage.md +19 -1
  11. package/ios/CleverTapReact/CleverTapReact.mm +18 -4
  12. package/package.json +1 -1
  13. package/src/NativeCleverTapModule.ts +2 -3
  14. package/src/index.d.ts +9 -5
  15. package/src/index.js +14 -7
  16. package/android/.gradle/8.5/checksums/checksums.lock +0 -0
  17. package/android/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
  18. package/android/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
  19. package/android/.gradle/8.5/fileChanges/last-build.bin +0 -0
  20. package/android/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
  21. package/android/.gradle/8.5/gc.properties +0 -0
  22. package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  23. package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  24. package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  25. package/android/.gradle/checksums/checksums.lock +0 -0
  26. package/android/.gradle/checksums/md5-checksums.bin +0 -0
  27. package/android/.gradle/checksums/sha1-checksums.bin +0 -0
  28. package/android/.gradle/config.properties +0 -2
  29. package/android/.gradle/file-system.probe +0 -0
  30. package/android/.gradle/vcs-1/gc.properties +0 -0
  31. package/android/.settings/org.eclipse.buildship.core.prefs +0 -2
  32. package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +0 -12
  33. package/android/build/generated/source/codegen/java/com/clevertap/react/NativeCleverTapModuleSpec.java +0 -556
  34. package/android/build/generated/source/codegen/jni/CMakeLists.txt +0 -49
  35. package/android/build/generated/source/codegen/jni/CTTurboModuleSpec-generated.cpp +0 -722
  36. package/android/build/generated/source/codegen/jni/CTTurboModuleSpec.h +0 -31
  37. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI-generated.cpp +0 -975
  38. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI.h +0 -1098
  39. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.cpp +0 -22
  40. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.h +0 -24
  41. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.cpp +0 -16
  42. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.h +0 -17
  43. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.cpp +0 -19
  44. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.h +0 -18
  45. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.cpp +0 -17
  46. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.h +0 -23
  47. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.cpp +0 -16
  48. package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.h +0 -21
  49. package/android/build/generated/source/codegen/schema.json +0 -3412
  50. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +0 -13
  51. package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +0 -18
  52. package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +0 -6
  53. package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +0 -1
  54. package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
  55. package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
  56. package/android/build/intermediates/compile_symbol_list/debug/R.txt +0 -5736
  57. package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +0 -1
  58. package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +0 -2
  59. package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +0 -2
  60. package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +0 -2
  61. package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +0 -2
  62. package/android/build/intermediates/java_res/debug/out/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
  63. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
  64. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$1.class +0 -0
  65. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$10.class +0 -0
  66. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$2.class +0 -0
  67. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$3.class +0 -0
  68. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$4.class +0 -0
  69. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$5.class +0 -0
  70. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$6.class +0 -0
  71. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$7.class +0 -0
  72. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$8.class +0 -0
  73. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$9.class +0 -0
  74. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$InBoxMessages.class +0 -0
  75. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$TemplateContextAction.class +0 -0
  76. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl.class +0 -0
  77. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$1.class +0 -0
  78. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil$ArrayUtil.class +0 -0
  79. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil.class +0 -0
  80. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils.class +0 -0
  81. package/android/build/intermediates/javac/debug/classes/com/clevertap/react/NativeCleverTapModuleSpec.class +0 -0
  82. package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +0 -2
  83. package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +0 -14
  84. package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +0 -13
  85. package/android/build/intermediates/navigation_json/debug/navigation.json +0 -1
  86. package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
  87. package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +0 -4017
  88. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
  89. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
  90. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
  91. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
  92. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
  93. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
  94. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
  95. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
  96. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
  97. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
  98. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
  99. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
  100. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
  101. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
  102. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
  103. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
  104. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
  105. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
  106. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
  107. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
  108. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
  109. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
  110. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
  111. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
  112. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
  113. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
  114. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
  115. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
  116. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
  117. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
  118. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
  119. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
  120. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
  121. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
  122. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
  123. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab +0 -0
  124. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream +0 -0
  125. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len +0 -0
  126. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len +0 -0
  127. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at +0 -0
  128. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i +0 -0
  129. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len +0 -0
  130. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
  131. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
  132. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
  133. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
  134. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
  135. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
  136. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
  137. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
  138. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
  139. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
  140. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
  141. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
  142. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
  143. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
  144. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
  145. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
  146. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
  147. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
  148. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
  149. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
  150. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
  151. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
  152. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
  153. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
  154. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
  155. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
  156. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
  157. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
  158. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +0 -2
  159. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
  160. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
  161. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
  162. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
  163. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
  164. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
  165. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
  166. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
  167. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
  168. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
  169. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
  170. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
  171. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
  172. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
  173. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
  174. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
  175. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
  176. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
  177. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
  178. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
  179. package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
  180. package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
  181. package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
  182. package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
  183. package/android/build/outputs/logs/manifest-merger-debug-report.txt +0 -17
  184. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$1.class.uniqueId6 +0 -0
  185. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$10.class.uniqueId3 +0 -0
  186. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$2.class.uniqueId2 +0 -0
  187. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$3.class.uniqueId11 +0 -0
  188. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$4.class.uniqueId4 +0 -0
  189. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$5.class.uniqueId5 +0 -0
  190. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$6.class.uniqueId8 +0 -0
  191. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$7.class.uniqueId7 +0 -0
  192. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$8.class.uniqueId9 +0 -0
  193. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$9.class.uniqueId0 +0 -0
  194. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$InBoxMessages.class.uniqueId10 +0 -0
  195. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$TemplateContextAction.class.uniqueId1 +0 -0
  196. package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl.class.uniqueId12 +0 -0
  197. package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
  198. package/android/build/tmp/kotlin-classes/debug/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
  199. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapApplication.class +0 -0
  200. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates$templatePresenter$1.class +0 -0
  201. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates.class +0 -0
  202. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent$Companion.class +0 -0
  203. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent.class +0 -0
  204. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer$items$2.class +0 -0
  205. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer.class +0 -0
  206. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter.class +0 -0
  207. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapListenerProxy.class +0 -0
  208. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule$Companion.class +0 -0
  209. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule.class +0 -0
  210. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapPackage.class +0 -0
  211. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapRnAPI.class +0 -0
  212. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/Constants.class +0 -0
  213. package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/ErrorMessages.class +0 -0
  214. package/android/local.properties +0 -8
@@ -1,3412 +0,0 @@
1
- {
2
- "modules": {
3
- "NativeCleverTapModule": {
4
- "type": "NativeModule",
5
- "aliasMap": {},
6
- "enumMap": {},
7
- "spec": {
8
- "properties": [
9
- {
10
- "name": "getConstants",
11
- "optional": false,
12
- "typeAnnotation": {
13
- "type": "FunctionTypeAnnotation",
14
- "returnTypeAnnotation": {
15
- "type": "ObjectTypeAnnotation",
16
- "properties": [
17
- {
18
- "name": "CleverTapProfileDidInitialize",
19
- "optional": false,
20
- "typeAnnotation": {
21
- "type": "StringTypeAnnotation"
22
- }
23
- },
24
- {
25
- "name": "CleverTapProfileSync",
26
- "optional": false,
27
- "typeAnnotation": {
28
- "type": "StringTypeAnnotation"
29
- }
30
- },
31
- {
32
- "name": "CleverTapInAppNotificationDismissed",
33
- "optional": false,
34
- "typeAnnotation": {
35
- "type": "StringTypeAnnotation"
36
- }
37
- },
38
- {
39
- "name": "CleverTapInAppNotificationShowed",
40
- "optional": false,
41
- "typeAnnotation": {
42
- "type": "StringTypeAnnotation"
43
- }
44
- },
45
- {
46
- "name": "CleverTapInAppNotificationButtonTapped",
47
- "optional": false,
48
- "typeAnnotation": {
49
- "type": "StringTypeAnnotation"
50
- }
51
- },
52
- {
53
- "name": "CleverTapCustomTemplatePresent",
54
- "optional": false,
55
- "typeAnnotation": {
56
- "type": "StringTypeAnnotation"
57
- }
58
- },
59
- {
60
- "name": "CleverTapCustomTemplateClose",
61
- "optional": false,
62
- "typeAnnotation": {
63
- "type": "StringTypeAnnotation"
64
- }
65
- },
66
- {
67
- "name": "CleverTapCustomFunctionPresent",
68
- "optional": false,
69
- "typeAnnotation": {
70
- "type": "StringTypeAnnotation"
71
- }
72
- },
73
- {
74
- "name": "CleverTapInboxDidInitialize",
75
- "optional": false,
76
- "typeAnnotation": {
77
- "type": "StringTypeAnnotation"
78
- }
79
- },
80
- {
81
- "name": "CleverTapInboxMessagesDidUpdate",
82
- "optional": false,
83
- "typeAnnotation": {
84
- "type": "StringTypeAnnotation"
85
- }
86
- },
87
- {
88
- "name": "CleverTapInboxMessageButtonTapped",
89
- "optional": false,
90
- "typeAnnotation": {
91
- "type": "StringTypeAnnotation"
92
- }
93
- },
94
- {
95
- "name": "CleverTapInboxMessageTapped",
96
- "optional": false,
97
- "typeAnnotation": {
98
- "type": "StringTypeAnnotation"
99
- }
100
- },
101
- {
102
- "name": "CleverTapDisplayUnitsLoaded",
103
- "optional": false,
104
- "typeAnnotation": {
105
- "type": "StringTypeAnnotation"
106
- }
107
- },
108
- {
109
- "name": "CleverTapFeatureFlagsDidUpdate",
110
- "optional": false,
111
- "typeAnnotation": {
112
- "type": "StringTypeAnnotation"
113
- }
114
- },
115
- {
116
- "name": "CleverTapProductConfigDidInitialize",
117
- "optional": false,
118
- "typeAnnotation": {
119
- "type": "StringTypeAnnotation"
120
- }
121
- },
122
- {
123
- "name": "CleverTapProductConfigDidFetch",
124
- "optional": false,
125
- "typeAnnotation": {
126
- "type": "StringTypeAnnotation"
127
- }
128
- },
129
- {
130
- "name": "CleverTapProductConfigDidActivate",
131
- "optional": false,
132
- "typeAnnotation": {
133
- "type": "StringTypeAnnotation"
134
- }
135
- },
136
- {
137
- "name": "CleverTapPushNotificationClicked",
138
- "optional": false,
139
- "typeAnnotation": {
140
- "type": "StringTypeAnnotation"
141
- }
142
- },
143
- {
144
- "name": "CleverTapPushPermissionResponseReceived",
145
- "optional": false,
146
- "typeAnnotation": {
147
- "type": "StringTypeAnnotation"
148
- }
149
- },
150
- {
151
- "name": "CleverTapOnVariablesChanged",
152
- "optional": false,
153
- "typeAnnotation": {
154
- "type": "StringTypeAnnotation"
155
- }
156
- },
157
- {
158
- "name": "CleverTapOnOneTimeVariablesChanged",
159
- "optional": false,
160
- "typeAnnotation": {
161
- "type": "StringTypeAnnotation"
162
- }
163
- },
164
- {
165
- "name": "CleverTapOnValueChanged",
166
- "optional": false,
167
- "typeAnnotation": {
168
- "type": "StringTypeAnnotation"
169
- }
170
- },
171
- {
172
- "name": "CleverTapOnVariablesChangedAndNoDownloadsPending",
173
- "optional": false,
174
- "typeAnnotation": {
175
- "type": "StringTypeAnnotation"
176
- }
177
- },
178
- {
179
- "name": "CleverTapOnceVariablesChangedAndNoDownloadsPending",
180
- "optional": false,
181
- "typeAnnotation": {
182
- "type": "StringTypeAnnotation"
183
- }
184
- },
185
- {
186
- "name": "CleverTapOnFileValueChanged",
187
- "optional": false,
188
- "typeAnnotation": {
189
- "type": "StringTypeAnnotation"
190
- }
191
- },
192
- {
193
- "name": "HPS",
194
- "optional": false,
195
- "typeAnnotation": {
196
- "type": "StringTypeAnnotation"
197
- }
198
- },
199
- {
200
- "name": "FCM",
201
- "optional": false,
202
- "typeAnnotation": {
203
- "type": "StringTypeAnnotation"
204
- }
205
- },
206
- {
207
- "name": "BPS",
208
- "optional": false,
209
- "typeAnnotation": {
210
- "type": "StringTypeAnnotation"
211
- }
212
- }
213
- ]
214
- },
215
- "params": []
216
- }
217
- },
218
- {
219
- "name": "setInstanceWithAccountId",
220
- "optional": false,
221
- "typeAnnotation": {
222
- "type": "FunctionTypeAnnotation",
223
- "returnTypeAnnotation": {
224
- "type": "VoidTypeAnnotation"
225
- },
226
- "params": [
227
- {
228
- "name": "accountId",
229
- "optional": false,
230
- "typeAnnotation": {
231
- "type": "StringTypeAnnotation"
232
- }
233
- }
234
- ]
235
- }
236
- },
237
- {
238
- "name": "getInitialUrl",
239
- "optional": false,
240
- "typeAnnotation": {
241
- "type": "FunctionTypeAnnotation",
242
- "returnTypeAnnotation": {
243
- "type": "VoidTypeAnnotation"
244
- },
245
- "params": [
246
- {
247
- "name": "callback",
248
- "optional": false,
249
- "typeAnnotation": {
250
- "type": "FunctionTypeAnnotation",
251
- "returnTypeAnnotation": {
252
- "type": "VoidTypeAnnotation"
253
- },
254
- "params": [
255
- {
256
- "name": "callback",
257
- "optional": false,
258
- "typeAnnotation": {
259
- "type": "StringTypeAnnotation"
260
- }
261
- }
262
- ]
263
- }
264
- }
265
- ]
266
- }
267
- },
268
- {
269
- "name": "setLibrary",
270
- "optional": false,
271
- "typeAnnotation": {
272
- "type": "FunctionTypeAnnotation",
273
- "returnTypeAnnotation": {
274
- "type": "VoidTypeAnnotation"
275
- },
276
- "params": [
277
- {
278
- "name": "name",
279
- "optional": false,
280
- "typeAnnotation": {
281
- "type": "StringTypeAnnotation"
282
- }
283
- },
284
- {
285
- "name": "andVersion",
286
- "optional": false,
287
- "typeAnnotation": {
288
- "type": "NumberTypeAnnotation"
289
- }
290
- }
291
- ]
292
- }
293
- },
294
- {
295
- "name": "setLocale",
296
- "optional": false,
297
- "typeAnnotation": {
298
- "type": "FunctionTypeAnnotation",
299
- "returnTypeAnnotation": {
300
- "type": "VoidTypeAnnotation"
301
- },
302
- "params": [
303
- {
304
- "name": "locale",
305
- "optional": false,
306
- "typeAnnotation": {
307
- "type": "StringTypeAnnotation"
308
- }
309
- }
310
- ]
311
- }
312
- },
313
- {
314
- "name": "registerForPush",
315
- "optional": false,
316
- "typeAnnotation": {
317
- "type": "FunctionTypeAnnotation",
318
- "returnTypeAnnotation": {
319
- "type": "VoidTypeAnnotation"
320
- },
321
- "params": []
322
- }
323
- },
324
- {
325
- "name": "setPushTokenAsString",
326
- "optional": false,
327
- "typeAnnotation": {
328
- "type": "FunctionTypeAnnotation",
329
- "returnTypeAnnotation": {
330
- "type": "VoidTypeAnnotation"
331
- },
332
- "params": [
333
- {
334
- "name": "token",
335
- "optional": false,
336
- "typeAnnotation": {
337
- "type": "StringTypeAnnotation"
338
- }
339
- },
340
- {
341
- "name": "withType",
342
- "optional": false,
343
- "typeAnnotation": {
344
- "type": "StringTypeAnnotation"
345
- }
346
- }
347
- ]
348
- }
349
- },
350
- {
351
- "name": "setPushTokenAsStringWithRegion",
352
- "optional": false,
353
- "typeAnnotation": {
354
- "type": "FunctionTypeAnnotation",
355
- "returnTypeAnnotation": {
356
- "type": "VoidTypeAnnotation"
357
- },
358
- "params": [
359
- {
360
- "name": "token",
361
- "optional": false,
362
- "typeAnnotation": {
363
- "type": "StringTypeAnnotation"
364
- }
365
- },
366
- {
367
- "name": "withType",
368
- "optional": false,
369
- "typeAnnotation": {
370
- "type": "StringTypeAnnotation"
371
- }
372
- },
373
- {
374
- "name": "withRegion",
375
- "optional": false,
376
- "typeAnnotation": {
377
- "type": "StringTypeAnnotation"
378
- }
379
- }
380
- ]
381
- }
382
- },
383
- {
384
- "name": "enablePersonalization",
385
- "optional": false,
386
- "typeAnnotation": {
387
- "type": "FunctionTypeAnnotation",
388
- "returnTypeAnnotation": {
389
- "type": "VoidTypeAnnotation"
390
- },
391
- "params": []
392
- }
393
- },
394
- {
395
- "name": "disablePersonalization",
396
- "optional": false,
397
- "typeAnnotation": {
398
- "type": "FunctionTypeAnnotation",
399
- "returnTypeAnnotation": {
400
- "type": "VoidTypeAnnotation"
401
- },
402
- "params": []
403
- }
404
- },
405
- {
406
- "name": "setOffline",
407
- "optional": false,
408
- "typeAnnotation": {
409
- "type": "FunctionTypeAnnotation",
410
- "returnTypeAnnotation": {
411
- "type": "VoidTypeAnnotation"
412
- },
413
- "params": [
414
- {
415
- "name": "enabled",
416
- "optional": false,
417
- "typeAnnotation": {
418
- "type": "BooleanTypeAnnotation"
419
- }
420
- }
421
- ]
422
- }
423
- },
424
- {
425
- "name": "setOptOut",
426
- "optional": false,
427
- "typeAnnotation": {
428
- "type": "FunctionTypeAnnotation",
429
- "returnTypeAnnotation": {
430
- "type": "VoidTypeAnnotation"
431
- },
432
- "params": [
433
- {
434
- "name": "enabled",
435
- "optional": false,
436
- "typeAnnotation": {
437
- "type": "BooleanTypeAnnotation"
438
- }
439
- }
440
- ]
441
- }
442
- },
443
- {
444
- "name": "enableDeviceNetworkInfoReporting",
445
- "optional": false,
446
- "typeAnnotation": {
447
- "type": "FunctionTypeAnnotation",
448
- "returnTypeAnnotation": {
449
- "type": "VoidTypeAnnotation"
450
- },
451
- "params": [
452
- {
453
- "name": "enabled",
454
- "optional": false,
455
- "typeAnnotation": {
456
- "type": "BooleanTypeAnnotation"
457
- }
458
- }
459
- ]
460
- }
461
- },
462
- {
463
- "name": "recordScreenView",
464
- "optional": false,
465
- "typeAnnotation": {
466
- "type": "FunctionTypeAnnotation",
467
- "returnTypeAnnotation": {
468
- "type": "VoidTypeAnnotation"
469
- },
470
- "params": [
471
- {
472
- "name": "screenName",
473
- "optional": false,
474
- "typeAnnotation": {
475
- "type": "StringTypeAnnotation"
476
- }
477
- }
478
- ]
479
- }
480
- },
481
- {
482
- "name": "recordEvent",
483
- "optional": false,
484
- "typeAnnotation": {
485
- "type": "FunctionTypeAnnotation",
486
- "returnTypeAnnotation": {
487
- "type": "VoidTypeAnnotation"
488
- },
489
- "params": [
490
- {
491
- "name": "eventName",
492
- "optional": false,
493
- "typeAnnotation": {
494
- "type": "StringTypeAnnotation"
495
- }
496
- },
497
- {
498
- "name": "withProps",
499
- "optional": false,
500
- "typeAnnotation": {
501
- "type": "NullableTypeAnnotation",
502
- "typeAnnotation": {
503
- "type": "GenericObjectTypeAnnotation"
504
- }
505
- }
506
- }
507
- ]
508
- }
509
- },
510
- {
511
- "name": "recordChargedEvent",
512
- "optional": false,
513
- "typeAnnotation": {
514
- "type": "FunctionTypeAnnotation",
515
- "returnTypeAnnotation": {
516
- "type": "VoidTypeAnnotation"
517
- },
518
- "params": [
519
- {
520
- "name": "details",
521
- "optional": false,
522
- "typeAnnotation": {
523
- "type": "NullableTypeAnnotation",
524
- "typeAnnotation": {
525
- "type": "GenericObjectTypeAnnotation"
526
- }
527
- }
528
- },
529
- {
530
- "name": "andItems",
531
- "optional": false,
532
- "typeAnnotation": {
533
- "type": "ArrayTypeAnnotation",
534
- "elementType": {
535
- "type": "StringTypeAnnotation"
536
- }
537
- }
538
- }
539
- ]
540
- }
541
- },
542
- {
543
- "name": "eventGetFirstTime",
544
- "optional": false,
545
- "typeAnnotation": {
546
- "type": "FunctionTypeAnnotation",
547
- "returnTypeAnnotation": {
548
- "type": "VoidTypeAnnotation"
549
- },
550
- "params": [
551
- {
552
- "name": "eventName",
553
- "optional": false,
554
- "typeAnnotation": {
555
- "type": "StringTypeAnnotation"
556
- }
557
- },
558
- {
559
- "name": "callback",
560
- "optional": false,
561
- "typeAnnotation": {
562
- "type": "NullableTypeAnnotation",
563
- "typeAnnotation": {
564
- "type": "FunctionTypeAnnotation",
565
- "returnTypeAnnotation": {
566
- "type": "VoidTypeAnnotation"
567
- },
568
- "params": [
569
- {
570
- "name": "error",
571
- "optional": false,
572
- "typeAnnotation": {
573
- "type": "GenericObjectTypeAnnotation"
574
- }
575
- },
576
- {
577
- "name": "result",
578
- "optional": false,
579
- "typeAnnotation": {
580
- "type": "BooleanTypeAnnotation"
581
- }
582
- }
583
- ]
584
- }
585
- }
586
- }
587
- ]
588
- }
589
- },
590
- {
591
- "name": "eventGetLastTime",
592
- "optional": false,
593
- "typeAnnotation": {
594
- "type": "FunctionTypeAnnotation",
595
- "returnTypeAnnotation": {
596
- "type": "VoidTypeAnnotation"
597
- },
598
- "params": [
599
- {
600
- "name": "eventName",
601
- "optional": false,
602
- "typeAnnotation": {
603
- "type": "StringTypeAnnotation"
604
- }
605
- },
606
- {
607
- "name": "callback",
608
- "optional": false,
609
- "typeAnnotation": {
610
- "type": "NullableTypeAnnotation",
611
- "typeAnnotation": {
612
- "type": "FunctionTypeAnnotation",
613
- "returnTypeAnnotation": {
614
- "type": "VoidTypeAnnotation"
615
- },
616
- "params": [
617
- {
618
- "name": "error",
619
- "optional": false,
620
- "typeAnnotation": {
621
- "type": "GenericObjectTypeAnnotation"
622
- }
623
- },
624
- {
625
- "name": "result",
626
- "optional": false,
627
- "typeAnnotation": {
628
- "type": "BooleanTypeAnnotation"
629
- }
630
- }
631
- ]
632
- }
633
- }
634
- }
635
- ]
636
- }
637
- },
638
- {
639
- "name": "eventGetOccurrences",
640
- "optional": false,
641
- "typeAnnotation": {
642
- "type": "FunctionTypeAnnotation",
643
- "returnTypeAnnotation": {
644
- "type": "VoidTypeAnnotation"
645
- },
646
- "params": [
647
- {
648
- "name": "eventName",
649
- "optional": false,
650
- "typeAnnotation": {
651
- "type": "StringTypeAnnotation"
652
- }
653
- },
654
- {
655
- "name": "callback",
656
- "optional": false,
657
- "typeAnnotation": {
658
- "type": "NullableTypeAnnotation",
659
- "typeAnnotation": {
660
- "type": "FunctionTypeAnnotation",
661
- "returnTypeAnnotation": {
662
- "type": "VoidTypeAnnotation"
663
- },
664
- "params": [
665
- {
666
- "name": "error",
667
- "optional": false,
668
- "typeAnnotation": {
669
- "type": "GenericObjectTypeAnnotation"
670
- }
671
- },
672
- {
673
- "name": "result",
674
- "optional": false,
675
- "typeAnnotation": {
676
- "type": "BooleanTypeAnnotation"
677
- }
678
- }
679
- ]
680
- }
681
- }
682
- }
683
- ]
684
- }
685
- },
686
- {
687
- "name": "eventGetDetail",
688
- "optional": false,
689
- "typeAnnotation": {
690
- "type": "FunctionTypeAnnotation",
691
- "returnTypeAnnotation": {
692
- "type": "VoidTypeAnnotation"
693
- },
694
- "params": [
695
- {
696
- "name": "eventName",
697
- "optional": false,
698
- "typeAnnotation": {
699
- "type": "StringTypeAnnotation"
700
- }
701
- },
702
- {
703
- "name": "callback",
704
- "optional": false,
705
- "typeAnnotation": {
706
- "type": "NullableTypeAnnotation",
707
- "typeAnnotation": {
708
- "type": "FunctionTypeAnnotation",
709
- "returnTypeAnnotation": {
710
- "type": "VoidTypeAnnotation"
711
- },
712
- "params": [
713
- {
714
- "name": "error",
715
- "optional": false,
716
- "typeAnnotation": {
717
- "type": "GenericObjectTypeAnnotation"
718
- }
719
- },
720
- {
721
- "name": "result",
722
- "optional": false,
723
- "typeAnnotation": {
724
- "type": "BooleanTypeAnnotation"
725
- }
726
- }
727
- ]
728
- }
729
- }
730
- }
731
- ]
732
- }
733
- },
734
- {
735
- "name": "getEventHistory",
736
- "optional": false,
737
- "typeAnnotation": {
738
- "type": "FunctionTypeAnnotation",
739
- "returnTypeAnnotation": {
740
- "type": "VoidTypeAnnotation"
741
- },
742
- "params": [
743
- {
744
- "name": "callback",
745
- "optional": false,
746
- "typeAnnotation": {
747
- "type": "NullableTypeAnnotation",
748
- "typeAnnotation": {
749
- "type": "FunctionTypeAnnotation",
750
- "returnTypeAnnotation": {
751
- "type": "VoidTypeAnnotation"
752
- },
753
- "params": [
754
- {
755
- "name": "error",
756
- "optional": false,
757
- "typeAnnotation": {
758
- "type": "GenericObjectTypeAnnotation"
759
- }
760
- },
761
- {
762
- "name": "result",
763
- "optional": false,
764
- "typeAnnotation": {
765
- "type": "BooleanTypeAnnotation"
766
- }
767
- }
768
- ]
769
- }
770
- }
771
- }
772
- ]
773
- }
774
- },
775
- {
776
- "name": "setLocation",
777
- "optional": false,
778
- "typeAnnotation": {
779
- "type": "FunctionTypeAnnotation",
780
- "returnTypeAnnotation": {
781
- "type": "VoidTypeAnnotation"
782
- },
783
- "params": [
784
- {
785
- "name": "location",
786
- "optional": false,
787
- "typeAnnotation": {
788
- "type": "NumberTypeAnnotation"
789
- }
790
- },
791
- {
792
- "name": "longitude",
793
- "optional": false,
794
- "typeAnnotation": {
795
- "type": "NumberTypeAnnotation"
796
- }
797
- }
798
- ]
799
- }
800
- },
801
- {
802
- "name": "profileGetCleverTapAttributionIdentifier",
803
- "optional": false,
804
- "typeAnnotation": {
805
- "type": "FunctionTypeAnnotation",
806
- "returnTypeAnnotation": {
807
- "type": "VoidTypeAnnotation"
808
- },
809
- "params": [
810
- {
811
- "name": "callback",
812
- "optional": false,
813
- "typeAnnotation": {
814
- "type": "NullableTypeAnnotation",
815
- "typeAnnotation": {
816
- "type": "FunctionTypeAnnotation",
817
- "returnTypeAnnotation": {
818
- "type": "VoidTypeAnnotation"
819
- },
820
- "params": [
821
- {
822
- "name": "error",
823
- "optional": false,
824
- "typeAnnotation": {
825
- "type": "GenericObjectTypeAnnotation"
826
- }
827
- },
828
- {
829
- "name": "result",
830
- "optional": false,
831
- "typeAnnotation": {
832
- "type": "BooleanTypeAnnotation"
833
- }
834
- }
835
- ]
836
- }
837
- }
838
- }
839
- ]
840
- }
841
- },
842
- {
843
- "name": "profileGetCleverTapID",
844
- "optional": false,
845
- "typeAnnotation": {
846
- "type": "FunctionTypeAnnotation",
847
- "returnTypeAnnotation": {
848
- "type": "VoidTypeAnnotation"
849
- },
850
- "params": [
851
- {
852
- "name": "callback",
853
- "optional": false,
854
- "typeAnnotation": {
855
- "type": "NullableTypeAnnotation",
856
- "typeAnnotation": {
857
- "type": "FunctionTypeAnnotation",
858
- "returnTypeAnnotation": {
859
- "type": "VoidTypeAnnotation"
860
- },
861
- "params": [
862
- {
863
- "name": "error",
864
- "optional": false,
865
- "typeAnnotation": {
866
- "type": "GenericObjectTypeAnnotation"
867
- }
868
- },
869
- {
870
- "name": "result",
871
- "optional": false,
872
- "typeAnnotation": {
873
- "type": "BooleanTypeAnnotation"
874
- }
875
- }
876
- ]
877
- }
878
- }
879
- }
880
- ]
881
- }
882
- },
883
- {
884
- "name": "getCleverTapID",
885
- "optional": false,
886
- "typeAnnotation": {
887
- "type": "FunctionTypeAnnotation",
888
- "returnTypeAnnotation": {
889
- "type": "VoidTypeAnnotation"
890
- },
891
- "params": [
892
- {
893
- "name": "callback",
894
- "optional": false,
895
- "typeAnnotation": {
896
- "type": "NullableTypeAnnotation",
897
- "typeAnnotation": {
898
- "type": "FunctionTypeAnnotation",
899
- "returnTypeAnnotation": {
900
- "type": "VoidTypeAnnotation"
901
- },
902
- "params": [
903
- {
904
- "name": "error",
905
- "optional": false,
906
- "typeAnnotation": {
907
- "type": "GenericObjectTypeAnnotation"
908
- }
909
- },
910
- {
911
- "name": "result",
912
- "optional": false,
913
- "typeAnnotation": {
914
- "type": "BooleanTypeAnnotation"
915
- }
916
- }
917
- ]
918
- }
919
- }
920
- }
921
- ]
922
- }
923
- },
924
- {
925
- "name": "onUserLogin",
926
- "optional": false,
927
- "typeAnnotation": {
928
- "type": "FunctionTypeAnnotation",
929
- "returnTypeAnnotation": {
930
- "type": "VoidTypeAnnotation"
931
- },
932
- "params": [
933
- {
934
- "name": "profile",
935
- "optional": false,
936
- "typeAnnotation": {
937
- "type": "NullableTypeAnnotation",
938
- "typeAnnotation": {
939
- "type": "GenericObjectTypeAnnotation"
940
- }
941
- }
942
- }
943
- ]
944
- }
945
- },
946
- {
947
- "name": "profileSet",
948
- "optional": false,
949
- "typeAnnotation": {
950
- "type": "FunctionTypeAnnotation",
951
- "returnTypeAnnotation": {
952
- "type": "VoidTypeAnnotation"
953
- },
954
- "params": [
955
- {
956
- "name": "profile",
957
- "optional": false,
958
- "typeAnnotation": {
959
- "type": "NullableTypeAnnotation",
960
- "typeAnnotation": {
961
- "type": "GenericObjectTypeAnnotation"
962
- }
963
- }
964
- }
965
- ]
966
- }
967
- },
968
- {
969
- "name": "profileGetProperty",
970
- "optional": false,
971
- "typeAnnotation": {
972
- "type": "FunctionTypeAnnotation",
973
- "returnTypeAnnotation": {
974
- "type": "VoidTypeAnnotation"
975
- },
976
- "params": [
977
- {
978
- "name": "propertyName",
979
- "optional": false,
980
- "typeAnnotation": {
981
- "type": "StringTypeAnnotation"
982
- }
983
- },
984
- {
985
- "name": "callback",
986
- "optional": false,
987
- "typeAnnotation": {
988
- "type": "NullableTypeAnnotation",
989
- "typeAnnotation": {
990
- "type": "FunctionTypeAnnotation",
991
- "returnTypeAnnotation": {
992
- "type": "VoidTypeAnnotation"
993
- },
994
- "params": [
995
- {
996
- "name": "error",
997
- "optional": false,
998
- "typeAnnotation": {
999
- "type": "GenericObjectTypeAnnotation"
1000
- }
1001
- },
1002
- {
1003
- "name": "result",
1004
- "optional": false,
1005
- "typeAnnotation": {
1006
- "type": "BooleanTypeAnnotation"
1007
- }
1008
- }
1009
- ]
1010
- }
1011
- }
1012
- }
1013
- ]
1014
- }
1015
- },
1016
- {
1017
- "name": "profileRemoveValueForKey",
1018
- "optional": false,
1019
- "typeAnnotation": {
1020
- "type": "FunctionTypeAnnotation",
1021
- "returnTypeAnnotation": {
1022
- "type": "VoidTypeAnnotation"
1023
- },
1024
- "params": [
1025
- {
1026
- "name": "key",
1027
- "optional": false,
1028
- "typeAnnotation": {
1029
- "type": "StringTypeAnnotation"
1030
- }
1031
- }
1032
- ]
1033
- }
1034
- },
1035
- {
1036
- "name": "profileSetMultiValues",
1037
- "optional": false,
1038
- "typeAnnotation": {
1039
- "type": "FunctionTypeAnnotation",
1040
- "returnTypeAnnotation": {
1041
- "type": "VoidTypeAnnotation"
1042
- },
1043
- "params": [
1044
- {
1045
- "name": "values",
1046
- "optional": false,
1047
- "typeAnnotation": {
1048
- "type": "ArrayTypeAnnotation",
1049
- "elementType": {
1050
- "type": "StringTypeAnnotation"
1051
- }
1052
- }
1053
- },
1054
- {
1055
- "name": "forKey",
1056
- "optional": false,
1057
- "typeAnnotation": {
1058
- "type": "StringTypeAnnotation"
1059
- }
1060
- }
1061
- ]
1062
- }
1063
- },
1064
- {
1065
- "name": "profileAddMultiValue",
1066
- "optional": false,
1067
- "typeAnnotation": {
1068
- "type": "FunctionTypeAnnotation",
1069
- "returnTypeAnnotation": {
1070
- "type": "VoidTypeAnnotation"
1071
- },
1072
- "params": [
1073
- {
1074
- "name": "value",
1075
- "optional": false,
1076
- "typeAnnotation": {
1077
- "type": "StringTypeAnnotation"
1078
- }
1079
- },
1080
- {
1081
- "name": "forKey",
1082
- "optional": false,
1083
- "typeAnnotation": {
1084
- "type": "StringTypeAnnotation"
1085
- }
1086
- }
1087
- ]
1088
- }
1089
- },
1090
- {
1091
- "name": "profileAddMultiValues",
1092
- "optional": false,
1093
- "typeAnnotation": {
1094
- "type": "FunctionTypeAnnotation",
1095
- "returnTypeAnnotation": {
1096
- "type": "VoidTypeAnnotation"
1097
- },
1098
- "params": [
1099
- {
1100
- "name": "values",
1101
- "optional": false,
1102
- "typeAnnotation": {
1103
- "type": "ArrayTypeAnnotation",
1104
- "elementType": {
1105
- "type": "StringTypeAnnotation"
1106
- }
1107
- }
1108
- },
1109
- {
1110
- "name": "forKey",
1111
- "optional": false,
1112
- "typeAnnotation": {
1113
- "type": "StringTypeAnnotation"
1114
- }
1115
- }
1116
- ]
1117
- }
1118
- },
1119
- {
1120
- "name": "profileRemoveMultiValue",
1121
- "optional": false,
1122
- "typeAnnotation": {
1123
- "type": "FunctionTypeAnnotation",
1124
- "returnTypeAnnotation": {
1125
- "type": "VoidTypeAnnotation"
1126
- },
1127
- "params": [
1128
- {
1129
- "name": "value",
1130
- "optional": false,
1131
- "typeAnnotation": {
1132
- "type": "StringTypeAnnotation"
1133
- }
1134
- },
1135
- {
1136
- "name": "forKey",
1137
- "optional": false,
1138
- "typeAnnotation": {
1139
- "type": "StringTypeAnnotation"
1140
- }
1141
- }
1142
- ]
1143
- }
1144
- },
1145
- {
1146
- "name": "profileRemoveMultiValues",
1147
- "optional": false,
1148
- "typeAnnotation": {
1149
- "type": "FunctionTypeAnnotation",
1150
- "returnTypeAnnotation": {
1151
- "type": "VoidTypeAnnotation"
1152
- },
1153
- "params": [
1154
- {
1155
- "name": "values",
1156
- "optional": false,
1157
- "typeAnnotation": {
1158
- "type": "ArrayTypeAnnotation",
1159
- "elementType": {
1160
- "type": "StringTypeAnnotation"
1161
- }
1162
- }
1163
- },
1164
- {
1165
- "name": "forKey",
1166
- "optional": false,
1167
- "typeAnnotation": {
1168
- "type": "StringTypeAnnotation"
1169
- }
1170
- }
1171
- ]
1172
- }
1173
- },
1174
- {
1175
- "name": "profileIncrementValueForKey",
1176
- "optional": false,
1177
- "typeAnnotation": {
1178
- "type": "FunctionTypeAnnotation",
1179
- "returnTypeAnnotation": {
1180
- "type": "VoidTypeAnnotation"
1181
- },
1182
- "params": [
1183
- {
1184
- "name": "value",
1185
- "optional": false,
1186
- "typeAnnotation": {
1187
- "type": "NullableTypeAnnotation",
1188
- "typeAnnotation": {
1189
- "type": "NumberTypeAnnotation"
1190
- }
1191
- }
1192
- },
1193
- {
1194
- "name": "forKey",
1195
- "optional": false,
1196
- "typeAnnotation": {
1197
- "type": "StringTypeAnnotation"
1198
- }
1199
- }
1200
- ]
1201
- }
1202
- },
1203
- {
1204
- "name": "profileDecrementValueForKey",
1205
- "optional": false,
1206
- "typeAnnotation": {
1207
- "type": "FunctionTypeAnnotation",
1208
- "returnTypeAnnotation": {
1209
- "type": "VoidTypeAnnotation"
1210
- },
1211
- "params": [
1212
- {
1213
- "name": "value",
1214
- "optional": false,
1215
- "typeAnnotation": {
1216
- "type": "NullableTypeAnnotation",
1217
- "typeAnnotation": {
1218
- "type": "NumberTypeAnnotation"
1219
- }
1220
- }
1221
- },
1222
- {
1223
- "name": "forKey",
1224
- "optional": false,
1225
- "typeAnnotation": {
1226
- "type": "StringTypeAnnotation"
1227
- }
1228
- }
1229
- ]
1230
- }
1231
- },
1232
- {
1233
- "name": "pushInstallReferrer",
1234
- "optional": false,
1235
- "typeAnnotation": {
1236
- "type": "FunctionTypeAnnotation",
1237
- "returnTypeAnnotation": {
1238
- "type": "VoidTypeAnnotation"
1239
- },
1240
- "params": [
1241
- {
1242
- "name": "source",
1243
- "optional": false,
1244
- "typeAnnotation": {
1245
- "type": "StringTypeAnnotation"
1246
- }
1247
- },
1248
- {
1249
- "name": "medium",
1250
- "optional": false,
1251
- "typeAnnotation": {
1252
- "type": "StringTypeAnnotation"
1253
- }
1254
- },
1255
- {
1256
- "name": "campaign",
1257
- "optional": false,
1258
- "typeAnnotation": {
1259
- "type": "StringTypeAnnotation"
1260
- }
1261
- }
1262
- ]
1263
- }
1264
- },
1265
- {
1266
- "name": "sessionGetTimeElapsed",
1267
- "optional": false,
1268
- "typeAnnotation": {
1269
- "type": "FunctionTypeAnnotation",
1270
- "returnTypeAnnotation": {
1271
- "type": "VoidTypeAnnotation"
1272
- },
1273
- "params": [
1274
- {
1275
- "name": "callback",
1276
- "optional": false,
1277
- "typeAnnotation": {
1278
- "type": "NullableTypeAnnotation",
1279
- "typeAnnotation": {
1280
- "type": "FunctionTypeAnnotation",
1281
- "returnTypeAnnotation": {
1282
- "type": "VoidTypeAnnotation"
1283
- },
1284
- "params": [
1285
- {
1286
- "name": "error",
1287
- "optional": false,
1288
- "typeAnnotation": {
1289
- "type": "GenericObjectTypeAnnotation"
1290
- }
1291
- },
1292
- {
1293
- "name": "result",
1294
- "optional": false,
1295
- "typeAnnotation": {
1296
- "type": "BooleanTypeAnnotation"
1297
- }
1298
- }
1299
- ]
1300
- }
1301
- }
1302
- }
1303
- ]
1304
- }
1305
- },
1306
- {
1307
- "name": "sessionGetTotalVisits",
1308
- "optional": false,
1309
- "typeAnnotation": {
1310
- "type": "FunctionTypeAnnotation",
1311
- "returnTypeAnnotation": {
1312
- "type": "VoidTypeAnnotation"
1313
- },
1314
- "params": [
1315
- {
1316
- "name": "callback",
1317
- "optional": false,
1318
- "typeAnnotation": {
1319
- "type": "NullableTypeAnnotation",
1320
- "typeAnnotation": {
1321
- "type": "FunctionTypeAnnotation",
1322
- "returnTypeAnnotation": {
1323
- "type": "VoidTypeAnnotation"
1324
- },
1325
- "params": [
1326
- {
1327
- "name": "error",
1328
- "optional": false,
1329
- "typeAnnotation": {
1330
- "type": "GenericObjectTypeAnnotation"
1331
- }
1332
- },
1333
- {
1334
- "name": "result",
1335
- "optional": false,
1336
- "typeAnnotation": {
1337
- "type": "BooleanTypeAnnotation"
1338
- }
1339
- }
1340
- ]
1341
- }
1342
- }
1343
- }
1344
- ]
1345
- }
1346
- },
1347
- {
1348
- "name": "sessionGetScreenCount",
1349
- "optional": false,
1350
- "typeAnnotation": {
1351
- "type": "FunctionTypeAnnotation",
1352
- "returnTypeAnnotation": {
1353
- "type": "VoidTypeAnnotation"
1354
- },
1355
- "params": [
1356
- {
1357
- "name": "callback",
1358
- "optional": false,
1359
- "typeAnnotation": {
1360
- "type": "NullableTypeAnnotation",
1361
- "typeAnnotation": {
1362
- "type": "FunctionTypeAnnotation",
1363
- "returnTypeAnnotation": {
1364
- "type": "VoidTypeAnnotation"
1365
- },
1366
- "params": [
1367
- {
1368
- "name": "error",
1369
- "optional": false,
1370
- "typeAnnotation": {
1371
- "type": "GenericObjectTypeAnnotation"
1372
- }
1373
- },
1374
- {
1375
- "name": "result",
1376
- "optional": false,
1377
- "typeAnnotation": {
1378
- "type": "BooleanTypeAnnotation"
1379
- }
1380
- }
1381
- ]
1382
- }
1383
- }
1384
- }
1385
- ]
1386
- }
1387
- },
1388
- {
1389
- "name": "sessionGetPreviousVisitTime",
1390
- "optional": false,
1391
- "typeAnnotation": {
1392
- "type": "FunctionTypeAnnotation",
1393
- "returnTypeAnnotation": {
1394
- "type": "VoidTypeAnnotation"
1395
- },
1396
- "params": [
1397
- {
1398
- "name": "callback",
1399
- "optional": false,
1400
- "typeAnnotation": {
1401
- "type": "NullableTypeAnnotation",
1402
- "typeAnnotation": {
1403
- "type": "FunctionTypeAnnotation",
1404
- "returnTypeAnnotation": {
1405
- "type": "VoidTypeAnnotation"
1406
- },
1407
- "params": [
1408
- {
1409
- "name": "error",
1410
- "optional": false,
1411
- "typeAnnotation": {
1412
- "type": "GenericObjectTypeAnnotation"
1413
- }
1414
- },
1415
- {
1416
- "name": "result",
1417
- "optional": false,
1418
- "typeAnnotation": {
1419
- "type": "BooleanTypeAnnotation"
1420
- }
1421
- }
1422
- ]
1423
- }
1424
- }
1425
- }
1426
- ]
1427
- }
1428
- },
1429
- {
1430
- "name": "sessionGetUTMDetails",
1431
- "optional": false,
1432
- "typeAnnotation": {
1433
- "type": "FunctionTypeAnnotation",
1434
- "returnTypeAnnotation": {
1435
- "type": "VoidTypeAnnotation"
1436
- },
1437
- "params": [
1438
- {
1439
- "name": "callback",
1440
- "optional": false,
1441
- "typeAnnotation": {
1442
- "type": "NullableTypeAnnotation",
1443
- "typeAnnotation": {
1444
- "type": "FunctionTypeAnnotation",
1445
- "returnTypeAnnotation": {
1446
- "type": "VoidTypeAnnotation"
1447
- },
1448
- "params": [
1449
- {
1450
- "name": "error",
1451
- "optional": false,
1452
- "typeAnnotation": {
1453
- "type": "GenericObjectTypeAnnotation"
1454
- }
1455
- },
1456
- {
1457
- "name": "result",
1458
- "optional": false,
1459
- "typeAnnotation": {
1460
- "type": "BooleanTypeAnnotation"
1461
- }
1462
- }
1463
- ]
1464
- }
1465
- }
1466
- }
1467
- ]
1468
- }
1469
- },
1470
- {
1471
- "name": "createNotificationChannel",
1472
- "optional": false,
1473
- "typeAnnotation": {
1474
- "type": "FunctionTypeAnnotation",
1475
- "returnTypeAnnotation": {
1476
- "type": "VoidTypeAnnotation"
1477
- },
1478
- "params": [
1479
- {
1480
- "name": "channelId",
1481
- "optional": false,
1482
- "typeAnnotation": {
1483
- "type": "StringTypeAnnotation"
1484
- }
1485
- },
1486
- {
1487
- "name": "withChannelName",
1488
- "optional": false,
1489
- "typeAnnotation": {
1490
- "type": "StringTypeAnnotation"
1491
- }
1492
- },
1493
- {
1494
- "name": "withChannelDescription",
1495
- "optional": false,
1496
- "typeAnnotation": {
1497
- "type": "StringTypeAnnotation"
1498
- }
1499
- },
1500
- {
1501
- "name": "withImportance",
1502
- "optional": false,
1503
- "typeAnnotation": {
1504
- "type": "NumberTypeAnnotation"
1505
- }
1506
- },
1507
- {
1508
- "name": "withShowBadge",
1509
- "optional": false,
1510
- "typeAnnotation": {
1511
- "type": "BooleanTypeAnnotation"
1512
- }
1513
- }
1514
- ]
1515
- }
1516
- },
1517
- {
1518
- "name": "createNotificationChannelWithSound",
1519
- "optional": false,
1520
- "typeAnnotation": {
1521
- "type": "FunctionTypeAnnotation",
1522
- "returnTypeAnnotation": {
1523
- "type": "VoidTypeAnnotation"
1524
- },
1525
- "params": [
1526
- {
1527
- "name": "channelId",
1528
- "optional": false,
1529
- "typeAnnotation": {
1530
- "type": "StringTypeAnnotation"
1531
- }
1532
- },
1533
- {
1534
- "name": "withChannelName",
1535
- "optional": false,
1536
- "typeAnnotation": {
1537
- "type": "StringTypeAnnotation"
1538
- }
1539
- },
1540
- {
1541
- "name": "withChannelDescription",
1542
- "optional": false,
1543
- "typeAnnotation": {
1544
- "type": "StringTypeAnnotation"
1545
- }
1546
- },
1547
- {
1548
- "name": "withImportance",
1549
- "optional": false,
1550
- "typeAnnotation": {
1551
- "type": "NumberTypeAnnotation"
1552
- }
1553
- },
1554
- {
1555
- "name": "withShowBadge",
1556
- "optional": false,
1557
- "typeAnnotation": {
1558
- "type": "BooleanTypeAnnotation"
1559
- }
1560
- },
1561
- {
1562
- "name": "withSound",
1563
- "optional": false,
1564
- "typeAnnotation": {
1565
- "type": "StringTypeAnnotation"
1566
- }
1567
- }
1568
- ]
1569
- }
1570
- },
1571
- {
1572
- "name": "createNotificationChannelWithGroupId",
1573
- "optional": false,
1574
- "typeAnnotation": {
1575
- "type": "FunctionTypeAnnotation",
1576
- "returnTypeAnnotation": {
1577
- "type": "VoidTypeAnnotation"
1578
- },
1579
- "params": [
1580
- {
1581
- "name": "channelId",
1582
- "optional": false,
1583
- "typeAnnotation": {
1584
- "type": "StringTypeAnnotation"
1585
- }
1586
- },
1587
- {
1588
- "name": "withChannelName",
1589
- "optional": false,
1590
- "typeAnnotation": {
1591
- "type": "StringTypeAnnotation"
1592
- }
1593
- },
1594
- {
1595
- "name": "withChannelDescription",
1596
- "optional": false,
1597
- "typeAnnotation": {
1598
- "type": "StringTypeAnnotation"
1599
- }
1600
- },
1601
- {
1602
- "name": "withImportance",
1603
- "optional": false,
1604
- "typeAnnotation": {
1605
- "type": "NumberTypeAnnotation"
1606
- }
1607
- },
1608
- {
1609
- "name": "withGroupId",
1610
- "optional": false,
1611
- "typeAnnotation": {
1612
- "type": "StringTypeAnnotation"
1613
- }
1614
- },
1615
- {
1616
- "name": "withShowBadge",
1617
- "optional": false,
1618
- "typeAnnotation": {
1619
- "type": "BooleanTypeAnnotation"
1620
- }
1621
- }
1622
- ]
1623
- }
1624
- },
1625
- {
1626
- "name": "createNotificationChannelWithGroupIdAndSound",
1627
- "optional": false,
1628
- "typeAnnotation": {
1629
- "type": "FunctionTypeAnnotation",
1630
- "returnTypeAnnotation": {
1631
- "type": "VoidTypeAnnotation"
1632
- },
1633
- "params": [
1634
- {
1635
- "name": "channelId",
1636
- "optional": false,
1637
- "typeAnnotation": {
1638
- "type": "StringTypeAnnotation"
1639
- }
1640
- },
1641
- {
1642
- "name": "withChannelName",
1643
- "optional": false,
1644
- "typeAnnotation": {
1645
- "type": "StringTypeAnnotation"
1646
- }
1647
- },
1648
- {
1649
- "name": "withChannelDescription",
1650
- "optional": false,
1651
- "typeAnnotation": {
1652
- "type": "StringTypeAnnotation"
1653
- }
1654
- },
1655
- {
1656
- "name": "withImportance",
1657
- "optional": false,
1658
- "typeAnnotation": {
1659
- "type": "NumberTypeAnnotation"
1660
- }
1661
- },
1662
- {
1663
- "name": "withGroupId",
1664
- "optional": false,
1665
- "typeAnnotation": {
1666
- "type": "StringTypeAnnotation"
1667
- }
1668
- },
1669
- {
1670
- "name": "withShowBadge",
1671
- "optional": false,
1672
- "typeAnnotation": {
1673
- "type": "BooleanTypeAnnotation"
1674
- }
1675
- },
1676
- {
1677
- "name": "withSound",
1678
- "optional": false,
1679
- "typeAnnotation": {
1680
- "type": "StringTypeAnnotation"
1681
- }
1682
- }
1683
- ]
1684
- }
1685
- },
1686
- {
1687
- "name": "createNotificationChannelGroup",
1688
- "optional": false,
1689
- "typeAnnotation": {
1690
- "type": "FunctionTypeAnnotation",
1691
- "returnTypeAnnotation": {
1692
- "type": "VoidTypeAnnotation"
1693
- },
1694
- "params": [
1695
- {
1696
- "name": "groupId",
1697
- "optional": false,
1698
- "typeAnnotation": {
1699
- "type": "StringTypeAnnotation"
1700
- }
1701
- },
1702
- {
1703
- "name": "withGroupName",
1704
- "optional": false,
1705
- "typeAnnotation": {
1706
- "type": "StringTypeAnnotation"
1707
- }
1708
- }
1709
- ]
1710
- }
1711
- },
1712
- {
1713
- "name": "deleteNotificationChannel",
1714
- "optional": false,
1715
- "typeAnnotation": {
1716
- "type": "FunctionTypeAnnotation",
1717
- "returnTypeAnnotation": {
1718
- "type": "VoidTypeAnnotation"
1719
- },
1720
- "params": [
1721
- {
1722
- "name": "channelId",
1723
- "optional": false,
1724
- "typeAnnotation": {
1725
- "type": "StringTypeAnnotation"
1726
- }
1727
- }
1728
- ]
1729
- }
1730
- },
1731
- {
1732
- "name": "deleteNotificationChannelGroup",
1733
- "optional": false,
1734
- "typeAnnotation": {
1735
- "type": "FunctionTypeAnnotation",
1736
- "returnTypeAnnotation": {
1737
- "type": "VoidTypeAnnotation"
1738
- },
1739
- "params": [
1740
- {
1741
- "name": "groupId",
1742
- "optional": false,
1743
- "typeAnnotation": {
1744
- "type": "StringTypeAnnotation"
1745
- }
1746
- }
1747
- ]
1748
- }
1749
- },
1750
- {
1751
- "name": "createNotification",
1752
- "optional": false,
1753
- "typeAnnotation": {
1754
- "type": "FunctionTypeAnnotation",
1755
- "returnTypeAnnotation": {
1756
- "type": "VoidTypeAnnotation"
1757
- },
1758
- "params": [
1759
- {
1760
- "name": "extras",
1761
- "optional": false,
1762
- "typeAnnotation": {
1763
- "type": "NullableTypeAnnotation",
1764
- "typeAnnotation": {
1765
- "type": "GenericObjectTypeAnnotation"
1766
- }
1767
- }
1768
- }
1769
- ]
1770
- }
1771
- },
1772
- {
1773
- "name": "setDebugLevel",
1774
- "optional": false,
1775
- "typeAnnotation": {
1776
- "type": "FunctionTypeAnnotation",
1777
- "returnTypeAnnotation": {
1778
- "type": "VoidTypeAnnotation"
1779
- },
1780
- "params": [
1781
- {
1782
- "name": "level",
1783
- "optional": false,
1784
- "typeAnnotation": {
1785
- "type": "NumberTypeAnnotation"
1786
- }
1787
- }
1788
- ]
1789
- }
1790
- },
1791
- {
1792
- "name": "getInboxMessageCount",
1793
- "optional": false,
1794
- "typeAnnotation": {
1795
- "type": "FunctionTypeAnnotation",
1796
- "returnTypeAnnotation": {
1797
- "type": "VoidTypeAnnotation"
1798
- },
1799
- "params": [
1800
- {
1801
- "name": "callback",
1802
- "optional": false,
1803
- "typeAnnotation": {
1804
- "type": "NullableTypeAnnotation",
1805
- "typeAnnotation": {
1806
- "type": "FunctionTypeAnnotation",
1807
- "returnTypeAnnotation": {
1808
- "type": "VoidTypeAnnotation"
1809
- },
1810
- "params": [
1811
- {
1812
- "name": "error",
1813
- "optional": false,
1814
- "typeAnnotation": {
1815
- "type": "GenericObjectTypeAnnotation"
1816
- }
1817
- },
1818
- {
1819
- "name": "result",
1820
- "optional": false,
1821
- "typeAnnotation": {
1822
- "type": "BooleanTypeAnnotation"
1823
- }
1824
- }
1825
- ]
1826
- }
1827
- }
1828
- }
1829
- ]
1830
- }
1831
- },
1832
- {
1833
- "name": "getInboxMessageUnreadCount",
1834
- "optional": false,
1835
- "typeAnnotation": {
1836
- "type": "FunctionTypeAnnotation",
1837
- "returnTypeAnnotation": {
1838
- "type": "VoidTypeAnnotation"
1839
- },
1840
- "params": [
1841
- {
1842
- "name": "callback",
1843
- "optional": false,
1844
- "typeAnnotation": {
1845
- "type": "NullableTypeAnnotation",
1846
- "typeAnnotation": {
1847
- "type": "FunctionTypeAnnotation",
1848
- "returnTypeAnnotation": {
1849
- "type": "VoidTypeAnnotation"
1850
- },
1851
- "params": [
1852
- {
1853
- "name": "error",
1854
- "optional": false,
1855
- "typeAnnotation": {
1856
- "type": "GenericObjectTypeAnnotation"
1857
- }
1858
- },
1859
- {
1860
- "name": "result",
1861
- "optional": false,
1862
- "typeAnnotation": {
1863
- "type": "BooleanTypeAnnotation"
1864
- }
1865
- }
1866
- ]
1867
- }
1868
- }
1869
- }
1870
- ]
1871
- }
1872
- },
1873
- {
1874
- "name": "getAllInboxMessages",
1875
- "optional": false,
1876
- "typeAnnotation": {
1877
- "type": "FunctionTypeAnnotation",
1878
- "returnTypeAnnotation": {
1879
- "type": "VoidTypeAnnotation"
1880
- },
1881
- "params": [
1882
- {
1883
- "name": "callback",
1884
- "optional": false,
1885
- "typeAnnotation": {
1886
- "type": "NullableTypeAnnotation",
1887
- "typeAnnotation": {
1888
- "type": "FunctionTypeAnnotation",
1889
- "returnTypeAnnotation": {
1890
- "type": "VoidTypeAnnotation"
1891
- },
1892
- "params": [
1893
- {
1894
- "name": "error",
1895
- "optional": false,
1896
- "typeAnnotation": {
1897
- "type": "GenericObjectTypeAnnotation"
1898
- }
1899
- },
1900
- {
1901
- "name": "result",
1902
- "optional": false,
1903
- "typeAnnotation": {
1904
- "type": "BooleanTypeAnnotation"
1905
- }
1906
- }
1907
- ]
1908
- }
1909
- }
1910
- }
1911
- ]
1912
- }
1913
- },
1914
- {
1915
- "name": "getUnreadInboxMessages",
1916
- "optional": false,
1917
- "typeAnnotation": {
1918
- "type": "FunctionTypeAnnotation",
1919
- "returnTypeAnnotation": {
1920
- "type": "VoidTypeAnnotation"
1921
- },
1922
- "params": [
1923
- {
1924
- "name": "callback",
1925
- "optional": false,
1926
- "typeAnnotation": {
1927
- "type": "NullableTypeAnnotation",
1928
- "typeAnnotation": {
1929
- "type": "FunctionTypeAnnotation",
1930
- "returnTypeAnnotation": {
1931
- "type": "VoidTypeAnnotation"
1932
- },
1933
- "params": [
1934
- {
1935
- "name": "error",
1936
- "optional": false,
1937
- "typeAnnotation": {
1938
- "type": "GenericObjectTypeAnnotation"
1939
- }
1940
- },
1941
- {
1942
- "name": "result",
1943
- "optional": false,
1944
- "typeAnnotation": {
1945
- "type": "BooleanTypeAnnotation"
1946
- }
1947
- }
1948
- ]
1949
- }
1950
- }
1951
- }
1952
- ]
1953
- }
1954
- },
1955
- {
1956
- "name": "getInboxMessageForId",
1957
- "optional": false,
1958
- "typeAnnotation": {
1959
- "type": "FunctionTypeAnnotation",
1960
- "returnTypeAnnotation": {
1961
- "type": "VoidTypeAnnotation"
1962
- },
1963
- "params": [
1964
- {
1965
- "name": "messageId",
1966
- "optional": false,
1967
- "typeAnnotation": {
1968
- "type": "StringTypeAnnotation"
1969
- }
1970
- },
1971
- {
1972
- "name": "callback",
1973
- "optional": false,
1974
- "typeAnnotation": {
1975
- "type": "NullableTypeAnnotation",
1976
- "typeAnnotation": {
1977
- "type": "FunctionTypeAnnotation",
1978
- "returnTypeAnnotation": {
1979
- "type": "VoidTypeAnnotation"
1980
- },
1981
- "params": [
1982
- {
1983
- "name": "error",
1984
- "optional": false,
1985
- "typeAnnotation": {
1986
- "type": "GenericObjectTypeAnnotation"
1987
- }
1988
- },
1989
- {
1990
- "name": "result",
1991
- "optional": false,
1992
- "typeAnnotation": {
1993
- "type": "BooleanTypeAnnotation"
1994
- }
1995
- }
1996
- ]
1997
- }
1998
- }
1999
- }
2000
- ]
2001
- }
2002
- },
2003
- {
2004
- "name": "pushInboxNotificationViewedEventForId",
2005
- "optional": false,
2006
- "typeAnnotation": {
2007
- "type": "FunctionTypeAnnotation",
2008
- "returnTypeAnnotation": {
2009
- "type": "VoidTypeAnnotation"
2010
- },
2011
- "params": [
2012
- {
2013
- "name": "messageId",
2014
- "optional": false,
2015
- "typeAnnotation": {
2016
- "type": "StringTypeAnnotation"
2017
- }
2018
- }
2019
- ]
2020
- }
2021
- },
2022
- {
2023
- "name": "pushInboxNotificationClickedEventForId",
2024
- "optional": false,
2025
- "typeAnnotation": {
2026
- "type": "FunctionTypeAnnotation",
2027
- "returnTypeAnnotation": {
2028
- "type": "VoidTypeAnnotation"
2029
- },
2030
- "params": [
2031
- {
2032
- "name": "messageId",
2033
- "optional": false,
2034
- "typeAnnotation": {
2035
- "type": "StringTypeAnnotation"
2036
- }
2037
- }
2038
- ]
2039
- }
2040
- },
2041
- {
2042
- "name": "markReadInboxMessageForId",
2043
- "optional": false,
2044
- "typeAnnotation": {
2045
- "type": "FunctionTypeAnnotation",
2046
- "returnTypeAnnotation": {
2047
- "type": "VoidTypeAnnotation"
2048
- },
2049
- "params": [
2050
- {
2051
- "name": "messageId",
2052
- "optional": false,
2053
- "typeAnnotation": {
2054
- "type": "StringTypeAnnotation"
2055
- }
2056
- }
2057
- ]
2058
- }
2059
- },
2060
- {
2061
- "name": "deleteInboxMessageForId",
2062
- "optional": false,
2063
- "typeAnnotation": {
2064
- "type": "FunctionTypeAnnotation",
2065
- "returnTypeAnnotation": {
2066
- "type": "VoidTypeAnnotation"
2067
- },
2068
- "params": [
2069
- {
2070
- "name": "messageId",
2071
- "optional": false,
2072
- "typeAnnotation": {
2073
- "type": "StringTypeAnnotation"
2074
- }
2075
- }
2076
- ]
2077
- }
2078
- },
2079
- {
2080
- "name": "markReadInboxMessagesForIDs",
2081
- "optional": false,
2082
- "typeAnnotation": {
2083
- "type": "FunctionTypeAnnotation",
2084
- "returnTypeAnnotation": {
2085
- "type": "VoidTypeAnnotation"
2086
- },
2087
- "params": [
2088
- {
2089
- "name": "messageIds",
2090
- "optional": false,
2091
- "typeAnnotation": {
2092
- "type": "ArrayTypeAnnotation",
2093
- "elementType": {
2094
- "type": "StringTypeAnnotation"
2095
- }
2096
- }
2097
- }
2098
- ]
2099
- }
2100
- },
2101
- {
2102
- "name": "deleteInboxMessagesForIDs",
2103
- "optional": false,
2104
- "typeAnnotation": {
2105
- "type": "FunctionTypeAnnotation",
2106
- "returnTypeAnnotation": {
2107
- "type": "VoidTypeAnnotation"
2108
- },
2109
- "params": [
2110
- {
2111
- "name": "messageIds",
2112
- "optional": false,
2113
- "typeAnnotation": {
2114
- "type": "ArrayTypeAnnotation",
2115
- "elementType": {
2116
- "type": "StringTypeAnnotation"
2117
- }
2118
- }
2119
- }
2120
- ]
2121
- }
2122
- },
2123
- {
2124
- "name": "dismissInbox",
2125
- "optional": false,
2126
- "typeAnnotation": {
2127
- "type": "FunctionTypeAnnotation",
2128
- "returnTypeAnnotation": {
2129
- "type": "VoidTypeAnnotation"
2130
- },
2131
- "params": []
2132
- }
2133
- },
2134
- {
2135
- "name": "initializeInbox",
2136
- "optional": false,
2137
- "typeAnnotation": {
2138
- "type": "FunctionTypeAnnotation",
2139
- "returnTypeAnnotation": {
2140
- "type": "VoidTypeAnnotation"
2141
- },
2142
- "params": []
2143
- }
2144
- },
2145
- {
2146
- "name": "showInbox",
2147
- "optional": false,
2148
- "typeAnnotation": {
2149
- "type": "FunctionTypeAnnotation",
2150
- "returnTypeAnnotation": {
2151
- "type": "VoidTypeAnnotation"
2152
- },
2153
- "params": [
2154
- {
2155
- "name": "styleConfig",
2156
- "optional": false,
2157
- "typeAnnotation": {
2158
- "type": "NullableTypeAnnotation",
2159
- "typeAnnotation": {
2160
- "type": "GenericObjectTypeAnnotation"
2161
- }
2162
- }
2163
- }
2164
- ]
2165
- }
2166
- },
2167
- {
2168
- "name": "getAllDisplayUnits",
2169
- "optional": false,
2170
- "typeAnnotation": {
2171
- "type": "FunctionTypeAnnotation",
2172
- "returnTypeAnnotation": {
2173
- "type": "VoidTypeAnnotation"
2174
- },
2175
- "params": [
2176
- {
2177
- "name": "callback",
2178
- "optional": false,
2179
- "typeAnnotation": {
2180
- "type": "NullableTypeAnnotation",
2181
- "typeAnnotation": {
2182
- "type": "FunctionTypeAnnotation",
2183
- "returnTypeAnnotation": {
2184
- "type": "VoidTypeAnnotation"
2185
- },
2186
- "params": [
2187
- {
2188
- "name": "error",
2189
- "optional": false,
2190
- "typeAnnotation": {
2191
- "type": "GenericObjectTypeAnnotation"
2192
- }
2193
- },
2194
- {
2195
- "name": "result",
2196
- "optional": false,
2197
- "typeAnnotation": {
2198
- "type": "BooleanTypeAnnotation"
2199
- }
2200
- }
2201
- ]
2202
- }
2203
- }
2204
- }
2205
- ]
2206
- }
2207
- },
2208
- {
2209
- "name": "getDisplayUnitForId",
2210
- "optional": false,
2211
- "typeAnnotation": {
2212
- "type": "FunctionTypeAnnotation",
2213
- "returnTypeAnnotation": {
2214
- "type": "VoidTypeAnnotation"
2215
- },
2216
- "params": [
2217
- {
2218
- "name": "unitId",
2219
- "optional": false,
2220
- "typeAnnotation": {
2221
- "type": "StringTypeAnnotation"
2222
- }
2223
- },
2224
- {
2225
- "name": "callback",
2226
- "optional": false,
2227
- "typeAnnotation": {
2228
- "type": "NullableTypeAnnotation",
2229
- "typeAnnotation": {
2230
- "type": "FunctionTypeAnnotation",
2231
- "returnTypeAnnotation": {
2232
- "type": "VoidTypeAnnotation"
2233
- },
2234
- "params": [
2235
- {
2236
- "name": "error",
2237
- "optional": false,
2238
- "typeAnnotation": {
2239
- "type": "GenericObjectTypeAnnotation"
2240
- }
2241
- },
2242
- {
2243
- "name": "result",
2244
- "optional": false,
2245
- "typeAnnotation": {
2246
- "type": "BooleanTypeAnnotation"
2247
- }
2248
- }
2249
- ]
2250
- }
2251
- }
2252
- }
2253
- ]
2254
- }
2255
- },
2256
- {
2257
- "name": "pushDisplayUnitViewedEventForID",
2258
- "optional": false,
2259
- "typeAnnotation": {
2260
- "type": "FunctionTypeAnnotation",
2261
- "returnTypeAnnotation": {
2262
- "type": "VoidTypeAnnotation"
2263
- },
2264
- "params": [
2265
- {
2266
- "name": "unitId",
2267
- "optional": false,
2268
- "typeAnnotation": {
2269
- "type": "StringTypeAnnotation"
2270
- }
2271
- }
2272
- ]
2273
- }
2274
- },
2275
- {
2276
- "name": "pushDisplayUnitClickedEventForID",
2277
- "optional": false,
2278
- "typeAnnotation": {
2279
- "type": "FunctionTypeAnnotation",
2280
- "returnTypeAnnotation": {
2281
- "type": "VoidTypeAnnotation"
2282
- },
2283
- "params": [
2284
- {
2285
- "name": "unitId",
2286
- "optional": false,
2287
- "typeAnnotation": {
2288
- "type": "StringTypeAnnotation"
2289
- }
2290
- }
2291
- ]
2292
- }
2293
- },
2294
- {
2295
- "name": "getFeatureFlag",
2296
- "optional": false,
2297
- "typeAnnotation": {
2298
- "type": "FunctionTypeAnnotation",
2299
- "returnTypeAnnotation": {
2300
- "type": "VoidTypeAnnotation"
2301
- },
2302
- "params": [
2303
- {
2304
- "name": "flag",
2305
- "optional": false,
2306
- "typeAnnotation": {
2307
- "type": "StringTypeAnnotation"
2308
- }
2309
- },
2310
- {
2311
- "name": "withdefaultValue",
2312
- "optional": false,
2313
- "typeAnnotation": {
2314
- "type": "BooleanTypeAnnotation"
2315
- }
2316
- },
2317
- {
2318
- "name": "callback",
2319
- "optional": false,
2320
- "typeAnnotation": {
2321
- "type": "NullableTypeAnnotation",
2322
- "typeAnnotation": {
2323
- "type": "FunctionTypeAnnotation",
2324
- "returnTypeAnnotation": {
2325
- "type": "VoidTypeAnnotation"
2326
- },
2327
- "params": [
2328
- {
2329
- "name": "error",
2330
- "optional": false,
2331
- "typeAnnotation": {
2332
- "type": "GenericObjectTypeAnnotation"
2333
- }
2334
- },
2335
- {
2336
- "name": "result",
2337
- "optional": false,
2338
- "typeAnnotation": {
2339
- "type": "BooleanTypeAnnotation"
2340
- }
2341
- }
2342
- ]
2343
- }
2344
- }
2345
- }
2346
- ]
2347
- }
2348
- },
2349
- {
2350
- "name": "setDefaultsMap",
2351
- "optional": false,
2352
- "typeAnnotation": {
2353
- "type": "FunctionTypeAnnotation",
2354
- "returnTypeAnnotation": {
2355
- "type": "VoidTypeAnnotation"
2356
- },
2357
- "params": [
2358
- {
2359
- "name": "jsonDict",
2360
- "optional": false,
2361
- "typeAnnotation": {
2362
- "type": "NullableTypeAnnotation",
2363
- "typeAnnotation": {
2364
- "type": "GenericObjectTypeAnnotation"
2365
- }
2366
- }
2367
- }
2368
- ]
2369
- }
2370
- },
2371
- {
2372
- "name": "fetch",
2373
- "optional": false,
2374
- "typeAnnotation": {
2375
- "type": "FunctionTypeAnnotation",
2376
- "returnTypeAnnotation": {
2377
- "type": "VoidTypeAnnotation"
2378
- },
2379
- "params": []
2380
- }
2381
- },
2382
- {
2383
- "name": "fetchWithMinimumFetchIntervalInSeconds",
2384
- "optional": false,
2385
- "typeAnnotation": {
2386
- "type": "FunctionTypeAnnotation",
2387
- "returnTypeAnnotation": {
2388
- "type": "VoidTypeAnnotation"
2389
- },
2390
- "params": [
2391
- {
2392
- "name": "time",
2393
- "optional": false,
2394
- "typeAnnotation": {
2395
- "type": "NumberTypeAnnotation"
2396
- }
2397
- }
2398
- ]
2399
- }
2400
- },
2401
- {
2402
- "name": "activate",
2403
- "optional": false,
2404
- "typeAnnotation": {
2405
- "type": "FunctionTypeAnnotation",
2406
- "returnTypeAnnotation": {
2407
- "type": "VoidTypeAnnotation"
2408
- },
2409
- "params": []
2410
- }
2411
- },
2412
- {
2413
- "name": "fetchAndActivate",
2414
- "optional": false,
2415
- "typeAnnotation": {
2416
- "type": "FunctionTypeAnnotation",
2417
- "returnTypeAnnotation": {
2418
- "type": "VoidTypeAnnotation"
2419
- },
2420
- "params": []
2421
- }
2422
- },
2423
- {
2424
- "name": "setMinimumFetchIntervalInSeconds",
2425
- "optional": false,
2426
- "typeAnnotation": {
2427
- "type": "FunctionTypeAnnotation",
2428
- "returnTypeAnnotation": {
2429
- "type": "VoidTypeAnnotation"
2430
- },
2431
- "params": [
2432
- {
2433
- "name": "time",
2434
- "optional": false,
2435
- "typeAnnotation": {
2436
- "type": "NumberTypeAnnotation"
2437
- }
2438
- }
2439
- ]
2440
- }
2441
- },
2442
- {
2443
- "name": "getLastFetchTimeStampInMillis",
2444
- "optional": false,
2445
- "typeAnnotation": {
2446
- "type": "FunctionTypeAnnotation",
2447
- "returnTypeAnnotation": {
2448
- "type": "VoidTypeAnnotation"
2449
- },
2450
- "params": [
2451
- {
2452
- "name": "callback",
2453
- "optional": false,
2454
- "typeAnnotation": {
2455
- "type": "FunctionTypeAnnotation",
2456
- "returnTypeAnnotation": {
2457
- "type": "VoidTypeAnnotation"
2458
- },
2459
- "params": [
2460
- {
2461
- "name": "callback",
2462
- "optional": false,
2463
- "typeAnnotation": {
2464
- "type": "StringTypeAnnotation"
2465
- }
2466
- }
2467
- ]
2468
- }
2469
- }
2470
- ]
2471
- }
2472
- },
2473
- {
2474
- "name": "getString",
2475
- "optional": false,
2476
- "typeAnnotation": {
2477
- "type": "FunctionTypeAnnotation",
2478
- "returnTypeAnnotation": {
2479
- "type": "VoidTypeAnnotation"
2480
- },
2481
- "params": [
2482
- {
2483
- "name": "key",
2484
- "optional": false,
2485
- "typeAnnotation": {
2486
- "type": "StringTypeAnnotation"
2487
- }
2488
- },
2489
- {
2490
- "name": "callback",
2491
- "optional": false,
2492
- "typeAnnotation": {
2493
- "type": "NullableTypeAnnotation",
2494
- "typeAnnotation": {
2495
- "type": "FunctionTypeAnnotation",
2496
- "returnTypeAnnotation": {
2497
- "type": "VoidTypeAnnotation"
2498
- },
2499
- "params": [
2500
- {
2501
- "name": "error",
2502
- "optional": false,
2503
- "typeAnnotation": {
2504
- "type": "GenericObjectTypeAnnotation"
2505
- }
2506
- },
2507
- {
2508
- "name": "result",
2509
- "optional": false,
2510
- "typeAnnotation": {
2511
- "type": "BooleanTypeAnnotation"
2512
- }
2513
- }
2514
- ]
2515
- }
2516
- }
2517
- }
2518
- ]
2519
- }
2520
- },
2521
- {
2522
- "name": "getBoolean",
2523
- "optional": false,
2524
- "typeAnnotation": {
2525
- "type": "FunctionTypeAnnotation",
2526
- "returnTypeAnnotation": {
2527
- "type": "VoidTypeAnnotation"
2528
- },
2529
- "params": [
2530
- {
2531
- "name": "key",
2532
- "optional": false,
2533
- "typeAnnotation": {
2534
- "type": "StringTypeAnnotation"
2535
- }
2536
- },
2537
- {
2538
- "name": "callback",
2539
- "optional": false,
2540
- "typeAnnotation": {
2541
- "type": "NullableTypeAnnotation",
2542
- "typeAnnotation": {
2543
- "type": "FunctionTypeAnnotation",
2544
- "returnTypeAnnotation": {
2545
- "type": "VoidTypeAnnotation"
2546
- },
2547
- "params": [
2548
- {
2549
- "name": "error",
2550
- "optional": false,
2551
- "typeAnnotation": {
2552
- "type": "GenericObjectTypeAnnotation"
2553
- }
2554
- },
2555
- {
2556
- "name": "result",
2557
- "optional": false,
2558
- "typeAnnotation": {
2559
- "type": "BooleanTypeAnnotation"
2560
- }
2561
- }
2562
- ]
2563
- }
2564
- }
2565
- }
2566
- ]
2567
- }
2568
- },
2569
- {
2570
- "name": "getDouble",
2571
- "optional": false,
2572
- "typeAnnotation": {
2573
- "type": "FunctionTypeAnnotation",
2574
- "returnTypeAnnotation": {
2575
- "type": "VoidTypeAnnotation"
2576
- },
2577
- "params": [
2578
- {
2579
- "name": "key",
2580
- "optional": false,
2581
- "typeAnnotation": {
2582
- "type": "StringTypeAnnotation"
2583
- }
2584
- },
2585
- {
2586
- "name": "callback",
2587
- "optional": false,
2588
- "typeAnnotation": {
2589
- "type": "NullableTypeAnnotation",
2590
- "typeAnnotation": {
2591
- "type": "FunctionTypeAnnotation",
2592
- "returnTypeAnnotation": {
2593
- "type": "VoidTypeAnnotation"
2594
- },
2595
- "params": [
2596
- {
2597
- "name": "error",
2598
- "optional": false,
2599
- "typeAnnotation": {
2600
- "type": "GenericObjectTypeAnnotation"
2601
- }
2602
- },
2603
- {
2604
- "name": "result",
2605
- "optional": false,
2606
- "typeAnnotation": {
2607
- "type": "BooleanTypeAnnotation"
2608
- }
2609
- }
2610
- ]
2611
- }
2612
- }
2613
- }
2614
- ]
2615
- }
2616
- },
2617
- {
2618
- "name": "reset",
2619
- "optional": false,
2620
- "typeAnnotation": {
2621
- "type": "FunctionTypeAnnotation",
2622
- "returnTypeAnnotation": {
2623
- "type": "VoidTypeAnnotation"
2624
- },
2625
- "params": []
2626
- }
2627
- },
2628
- {
2629
- "name": "suspendInAppNotifications",
2630
- "optional": false,
2631
- "typeAnnotation": {
2632
- "type": "FunctionTypeAnnotation",
2633
- "returnTypeAnnotation": {
2634
- "type": "VoidTypeAnnotation"
2635
- },
2636
- "params": []
2637
- }
2638
- },
2639
- {
2640
- "name": "discardInAppNotifications",
2641
- "optional": false,
2642
- "typeAnnotation": {
2643
- "type": "FunctionTypeAnnotation",
2644
- "returnTypeAnnotation": {
2645
- "type": "VoidTypeAnnotation"
2646
- },
2647
- "params": []
2648
- }
2649
- },
2650
- {
2651
- "name": "resumeInAppNotifications",
2652
- "optional": false,
2653
- "typeAnnotation": {
2654
- "type": "FunctionTypeAnnotation",
2655
- "returnTypeAnnotation": {
2656
- "type": "VoidTypeAnnotation"
2657
- },
2658
- "params": []
2659
- }
2660
- },
2661
- {
2662
- "name": "fetchInApps",
2663
- "optional": false,
2664
- "typeAnnotation": {
2665
- "type": "FunctionTypeAnnotation",
2666
- "returnTypeAnnotation": {
2667
- "type": "VoidTypeAnnotation"
2668
- },
2669
- "params": [
2670
- {
2671
- "name": "callback",
2672
- "optional": false,
2673
- "typeAnnotation": {
2674
- "type": "NullableTypeAnnotation",
2675
- "typeAnnotation": {
2676
- "type": "FunctionTypeAnnotation",
2677
- "returnTypeAnnotation": {
2678
- "type": "VoidTypeAnnotation"
2679
- },
2680
- "params": [
2681
- {
2682
- "name": "error",
2683
- "optional": false,
2684
- "typeAnnotation": {
2685
- "type": "GenericObjectTypeAnnotation"
2686
- }
2687
- },
2688
- {
2689
- "name": "result",
2690
- "optional": false,
2691
- "typeAnnotation": {
2692
- "type": "BooleanTypeAnnotation"
2693
- }
2694
- }
2695
- ]
2696
- }
2697
- }
2698
- }
2699
- ]
2700
- }
2701
- },
2702
- {
2703
- "name": "clearInAppResources",
2704
- "optional": false,
2705
- "typeAnnotation": {
2706
- "type": "FunctionTypeAnnotation",
2707
- "returnTypeAnnotation": {
2708
- "type": "VoidTypeAnnotation"
2709
- },
2710
- "params": [
2711
- {
2712
- "name": "expiredOnly",
2713
- "optional": false,
2714
- "typeAnnotation": {
2715
- "type": "BooleanTypeAnnotation"
2716
- }
2717
- }
2718
- ]
2719
- }
2720
- },
2721
- {
2722
- "name": "customTemplateSetDismissed",
2723
- "optional": false,
2724
- "typeAnnotation": {
2725
- "type": "FunctionTypeAnnotation",
2726
- "returnTypeAnnotation": {
2727
- "type": "PromiseTypeAnnotation",
2728
- "elementType": {
2729
- "type": "VoidTypeAnnotation"
2730
- }
2731
- },
2732
- "params": [
2733
- {
2734
- "name": "templateName",
2735
- "optional": false,
2736
- "typeAnnotation": {
2737
- "type": "StringTypeAnnotation"
2738
- }
2739
- }
2740
- ]
2741
- }
2742
- },
2743
- {
2744
- "name": "customTemplateSetPresented",
2745
- "optional": false,
2746
- "typeAnnotation": {
2747
- "type": "FunctionTypeAnnotation",
2748
- "returnTypeAnnotation": {
2749
- "type": "PromiseTypeAnnotation",
2750
- "elementType": {
2751
- "type": "VoidTypeAnnotation"
2752
- }
2753
- },
2754
- "params": [
2755
- {
2756
- "name": "templateName",
2757
- "optional": false,
2758
- "typeAnnotation": {
2759
- "type": "StringTypeAnnotation"
2760
- }
2761
- }
2762
- ]
2763
- }
2764
- },
2765
- {
2766
- "name": "customTemplateRunAction",
2767
- "optional": false,
2768
- "typeAnnotation": {
2769
- "type": "FunctionTypeAnnotation",
2770
- "returnTypeAnnotation": {
2771
- "type": "PromiseTypeAnnotation",
2772
- "elementType": {
2773
- "type": "VoidTypeAnnotation"
2774
- }
2775
- },
2776
- "params": [
2777
- {
2778
- "name": "templateName",
2779
- "optional": false,
2780
- "typeAnnotation": {
2781
- "type": "StringTypeAnnotation"
2782
- }
2783
- },
2784
- {
2785
- "name": "argName",
2786
- "optional": false,
2787
- "typeAnnotation": {
2788
- "type": "StringTypeAnnotation"
2789
- }
2790
- }
2791
- ]
2792
- }
2793
- },
2794
- {
2795
- "name": "customTemplateGetStringArg",
2796
- "optional": false,
2797
- "typeAnnotation": {
2798
- "type": "FunctionTypeAnnotation",
2799
- "returnTypeAnnotation": {
2800
- "type": "PromiseTypeAnnotation",
2801
- "elementType": {
2802
- "type": "StringTypeAnnotation"
2803
- }
2804
- },
2805
- "params": [
2806
- {
2807
- "name": "templateName",
2808
- "optional": false,
2809
- "typeAnnotation": {
2810
- "type": "StringTypeAnnotation"
2811
- }
2812
- },
2813
- {
2814
- "name": "argName",
2815
- "optional": false,
2816
- "typeAnnotation": {
2817
- "type": "StringTypeAnnotation"
2818
- }
2819
- }
2820
- ]
2821
- }
2822
- },
2823
- {
2824
- "name": "customTemplateGetNumberArg",
2825
- "optional": false,
2826
- "typeAnnotation": {
2827
- "type": "FunctionTypeAnnotation",
2828
- "returnTypeAnnotation": {
2829
- "type": "PromiseTypeAnnotation",
2830
- "elementType": {
2831
- "type": "NumberTypeAnnotation"
2832
- }
2833
- },
2834
- "params": [
2835
- {
2836
- "name": "templateName",
2837
- "optional": false,
2838
- "typeAnnotation": {
2839
- "type": "StringTypeAnnotation"
2840
- }
2841
- },
2842
- {
2843
- "name": "argName",
2844
- "optional": false,
2845
- "typeAnnotation": {
2846
- "type": "StringTypeAnnotation"
2847
- }
2848
- }
2849
- ]
2850
- }
2851
- },
2852
- {
2853
- "name": "customTemplateGetBooleanArg",
2854
- "optional": false,
2855
- "typeAnnotation": {
2856
- "type": "FunctionTypeAnnotation",
2857
- "returnTypeAnnotation": {
2858
- "type": "PromiseTypeAnnotation",
2859
- "elementType": {
2860
- "type": "BooleanTypeAnnotation"
2861
- }
2862
- },
2863
- "params": [
2864
- {
2865
- "name": "templateName",
2866
- "optional": false,
2867
- "typeAnnotation": {
2868
- "type": "StringTypeAnnotation"
2869
- }
2870
- },
2871
- {
2872
- "name": "argName",
2873
- "optional": false,
2874
- "typeAnnotation": {
2875
- "type": "StringTypeAnnotation"
2876
- }
2877
- }
2878
- ]
2879
- }
2880
- },
2881
- {
2882
- "name": "customTemplateGetFileArg",
2883
- "optional": false,
2884
- "typeAnnotation": {
2885
- "type": "FunctionTypeAnnotation",
2886
- "returnTypeAnnotation": {
2887
- "type": "PromiseTypeAnnotation",
2888
- "elementType": {
2889
- "type": "StringTypeAnnotation"
2890
- }
2891
- },
2892
- "params": [
2893
- {
2894
- "name": "templateName",
2895
- "optional": false,
2896
- "typeAnnotation": {
2897
- "type": "StringTypeAnnotation"
2898
- }
2899
- },
2900
- {
2901
- "name": "argName",
2902
- "optional": false,
2903
- "typeAnnotation": {
2904
- "type": "StringTypeAnnotation"
2905
- }
2906
- }
2907
- ]
2908
- }
2909
- },
2910
- {
2911
- "name": "customTemplateGetObjectArg",
2912
- "optional": false,
2913
- "typeAnnotation": {
2914
- "type": "FunctionTypeAnnotation",
2915
- "returnTypeAnnotation": {
2916
- "type": "PromiseTypeAnnotation"
2917
- },
2918
- "params": [
2919
- {
2920
- "name": "templateName",
2921
- "optional": false,
2922
- "typeAnnotation": {
2923
- "type": "StringTypeAnnotation"
2924
- }
2925
- },
2926
- {
2927
- "name": "argName",
2928
- "optional": false,
2929
- "typeAnnotation": {
2930
- "type": "StringTypeAnnotation"
2931
- }
2932
- }
2933
- ]
2934
- }
2935
- },
2936
- {
2937
- "name": "customTemplateContextToString",
2938
- "optional": false,
2939
- "typeAnnotation": {
2940
- "type": "FunctionTypeAnnotation",
2941
- "returnTypeAnnotation": {
2942
- "type": "PromiseTypeAnnotation",
2943
- "elementType": {
2944
- "type": "StringTypeAnnotation"
2945
- }
2946
- },
2947
- "params": [
2948
- {
2949
- "name": "templateName",
2950
- "optional": false,
2951
- "typeAnnotation": {
2952
- "type": "StringTypeAnnotation"
2953
- }
2954
- }
2955
- ]
2956
- }
2957
- },
2958
- {
2959
- "name": "syncCustomTemplates",
2960
- "optional": false,
2961
- "typeAnnotation": {
2962
- "type": "FunctionTypeAnnotation",
2963
- "returnTypeAnnotation": {
2964
- "type": "VoidTypeAnnotation"
2965
- },
2966
- "params": []
2967
- }
2968
- },
2969
- {
2970
- "name": "syncCustomTemplatesInProd",
2971
- "optional": false,
2972
- "typeAnnotation": {
2973
- "type": "FunctionTypeAnnotation",
2974
- "returnTypeAnnotation": {
2975
- "type": "VoidTypeAnnotation"
2976
- },
2977
- "params": [
2978
- {
2979
- "name": "isProduction",
2980
- "optional": false,
2981
- "typeAnnotation": {
2982
- "type": "BooleanTypeAnnotation"
2983
- }
2984
- }
2985
- ]
2986
- }
2987
- },
2988
- {
2989
- "name": "promptForPushPermission",
2990
- "optional": false,
2991
- "typeAnnotation": {
2992
- "type": "FunctionTypeAnnotation",
2993
- "returnTypeAnnotation": {
2994
- "type": "VoidTypeAnnotation"
2995
- },
2996
- "params": [
2997
- {
2998
- "name": "showFallbackSettings",
2999
- "optional": false,
3000
- "typeAnnotation": {
3001
- "type": "BooleanTypeAnnotation"
3002
- }
3003
- }
3004
- ]
3005
- }
3006
- },
3007
- {
3008
- "name": "promptPushPrimer",
3009
- "optional": false,
3010
- "typeAnnotation": {
3011
- "type": "FunctionTypeAnnotation",
3012
- "returnTypeAnnotation": {
3013
- "type": "VoidTypeAnnotation"
3014
- },
3015
- "params": [
3016
- {
3017
- "name": "json",
3018
- "optional": false,
3019
- "typeAnnotation": {
3020
- "type": "GenericObjectTypeAnnotation"
3021
- }
3022
- }
3023
- ]
3024
- }
3025
- },
3026
- {
3027
- "name": "isPushPermissionGranted",
3028
- "optional": false,
3029
- "typeAnnotation": {
3030
- "type": "FunctionTypeAnnotation",
3031
- "returnTypeAnnotation": {
3032
- "type": "VoidTypeAnnotation"
3033
- },
3034
- "params": [
3035
- {
3036
- "name": "callback",
3037
- "optional": false,
3038
- "typeAnnotation": {
3039
- "type": "NullableTypeAnnotation",
3040
- "typeAnnotation": {
3041
- "type": "FunctionTypeAnnotation",
3042
- "returnTypeAnnotation": {
3043
- "type": "VoidTypeAnnotation"
3044
- },
3045
- "params": [
3046
- {
3047
- "name": "error",
3048
- "optional": false,
3049
- "typeAnnotation": {
3050
- "type": "GenericObjectTypeAnnotation"
3051
- }
3052
- },
3053
- {
3054
- "name": "result",
3055
- "optional": false,
3056
- "typeAnnotation": {
3057
- "type": "BooleanTypeAnnotation"
3058
- }
3059
- }
3060
- ]
3061
- }
3062
- }
3063
- }
3064
- ]
3065
- }
3066
- },
3067
- {
3068
- "name": "syncVariables",
3069
- "optional": false,
3070
- "typeAnnotation": {
3071
- "type": "FunctionTypeAnnotation",
3072
- "returnTypeAnnotation": {
3073
- "type": "VoidTypeAnnotation"
3074
- },
3075
- "params": []
3076
- }
3077
- },
3078
- {
3079
- "name": "syncVariablesinProd",
3080
- "optional": false,
3081
- "typeAnnotation": {
3082
- "type": "FunctionTypeAnnotation",
3083
- "returnTypeAnnotation": {
3084
- "type": "VoidTypeAnnotation"
3085
- },
3086
- "params": [
3087
- {
3088
- "name": "isProduction",
3089
- "optional": false,
3090
- "typeAnnotation": {
3091
- "type": "BooleanTypeAnnotation"
3092
- }
3093
- }
3094
- ]
3095
- }
3096
- },
3097
- {
3098
- "name": "getVariable",
3099
- "optional": false,
3100
- "typeAnnotation": {
3101
- "type": "FunctionTypeAnnotation",
3102
- "returnTypeAnnotation": {
3103
- "type": "VoidTypeAnnotation"
3104
- },
3105
- "params": [
3106
- {
3107
- "name": "name",
3108
- "optional": false,
3109
- "typeAnnotation": {
3110
- "type": "StringTypeAnnotation"
3111
- }
3112
- },
3113
- {
3114
- "name": "callback",
3115
- "optional": false,
3116
- "typeAnnotation": {
3117
- "type": "NullableTypeAnnotation",
3118
- "typeAnnotation": {
3119
- "type": "FunctionTypeAnnotation",
3120
- "returnTypeAnnotation": {
3121
- "type": "VoidTypeAnnotation"
3122
- },
3123
- "params": [
3124
- {
3125
- "name": "error",
3126
- "optional": false,
3127
- "typeAnnotation": {
3128
- "type": "GenericObjectTypeAnnotation"
3129
- }
3130
- },
3131
- {
3132
- "name": "result",
3133
- "optional": false,
3134
- "typeAnnotation": {
3135
- "type": "BooleanTypeAnnotation"
3136
- }
3137
- }
3138
- ]
3139
- }
3140
- }
3141
- }
3142
- ]
3143
- }
3144
- },
3145
- {
3146
- "name": "fetchVariables",
3147
- "optional": false,
3148
- "typeAnnotation": {
3149
- "type": "FunctionTypeAnnotation",
3150
- "returnTypeAnnotation": {
3151
- "type": "VoidTypeAnnotation"
3152
- },
3153
- "params": [
3154
- {
3155
- "name": "callback",
3156
- "optional": false,
3157
- "typeAnnotation": {
3158
- "type": "NullableTypeAnnotation",
3159
- "typeAnnotation": {
3160
- "type": "FunctionTypeAnnotation",
3161
- "returnTypeAnnotation": {
3162
- "type": "VoidTypeAnnotation"
3163
- },
3164
- "params": [
3165
- {
3166
- "name": "error",
3167
- "optional": false,
3168
- "typeAnnotation": {
3169
- "type": "GenericObjectTypeAnnotation"
3170
- }
3171
- },
3172
- {
3173
- "name": "result",
3174
- "optional": false,
3175
- "typeAnnotation": {
3176
- "type": "BooleanTypeAnnotation"
3177
- }
3178
- }
3179
- ]
3180
- }
3181
- }
3182
- }
3183
- ]
3184
- }
3185
- },
3186
- {
3187
- "name": "getVariables",
3188
- "optional": false,
3189
- "typeAnnotation": {
3190
- "type": "FunctionTypeAnnotation",
3191
- "returnTypeAnnotation": {
3192
- "type": "VoidTypeAnnotation"
3193
- },
3194
- "params": [
3195
- {
3196
- "name": "callback",
3197
- "optional": false,
3198
- "typeAnnotation": {
3199
- "type": "NullableTypeAnnotation",
3200
- "typeAnnotation": {
3201
- "type": "FunctionTypeAnnotation",
3202
- "returnTypeAnnotation": {
3203
- "type": "VoidTypeAnnotation"
3204
- },
3205
- "params": [
3206
- {
3207
- "name": "error",
3208
- "optional": false,
3209
- "typeAnnotation": {
3210
- "type": "GenericObjectTypeAnnotation"
3211
- }
3212
- },
3213
- {
3214
- "name": "result",
3215
- "optional": false,
3216
- "typeAnnotation": {
3217
- "type": "BooleanTypeAnnotation"
3218
- }
3219
- }
3220
- ]
3221
- }
3222
- }
3223
- }
3224
- ]
3225
- }
3226
- },
3227
- {
3228
- "name": "defineVariables",
3229
- "optional": false,
3230
- "typeAnnotation": {
3231
- "type": "FunctionTypeAnnotation",
3232
- "returnTypeAnnotation": {
3233
- "type": "VoidTypeAnnotation"
3234
- },
3235
- "params": [
3236
- {
3237
- "name": "variables",
3238
- "optional": false,
3239
- "typeAnnotation": {
3240
- "type": "NullableTypeAnnotation",
3241
- "typeAnnotation": {
3242
- "type": "GenericObjectTypeAnnotation"
3243
- }
3244
- }
3245
- }
3246
- ]
3247
- }
3248
- },
3249
- {
3250
- "name": "defineFileVariable",
3251
- "optional": false,
3252
- "typeAnnotation": {
3253
- "type": "FunctionTypeAnnotation",
3254
- "returnTypeAnnotation": {
3255
- "type": "VoidTypeAnnotation"
3256
- },
3257
- "params": [
3258
- {
3259
- "name": "name",
3260
- "optional": false,
3261
- "typeAnnotation": {
3262
- "type": "StringTypeAnnotation"
3263
- }
3264
- }
3265
- ]
3266
- }
3267
- },
3268
- {
3269
- "name": "onVariablesChanged",
3270
- "optional": false,
3271
- "typeAnnotation": {
3272
- "type": "FunctionTypeAnnotation",
3273
- "returnTypeAnnotation": {
3274
- "type": "VoidTypeAnnotation"
3275
- },
3276
- "params": []
3277
- }
3278
- },
3279
- {
3280
- "name": "onOneTimeVariablesChanged",
3281
- "optional": false,
3282
- "typeAnnotation": {
3283
- "type": "FunctionTypeAnnotation",
3284
- "returnTypeAnnotation": {
3285
- "type": "VoidTypeAnnotation"
3286
- },
3287
- "params": []
3288
- }
3289
- },
3290
- {
3291
- "name": "onValueChanged",
3292
- "optional": false,
3293
- "typeAnnotation": {
3294
- "type": "FunctionTypeAnnotation",
3295
- "returnTypeAnnotation": {
3296
- "type": "VoidTypeAnnotation"
3297
- },
3298
- "params": [
3299
- {
3300
- "name": "name",
3301
- "optional": false,
3302
- "typeAnnotation": {
3303
- "type": "StringTypeAnnotation"
3304
- }
3305
- }
3306
- ]
3307
- }
3308
- },
3309
- {
3310
- "name": "onVariablesChangedAndNoDownloadsPending",
3311
- "optional": false,
3312
- "typeAnnotation": {
3313
- "type": "FunctionTypeAnnotation",
3314
- "returnTypeAnnotation": {
3315
- "type": "VoidTypeAnnotation"
3316
- },
3317
- "params": []
3318
- }
3319
- },
3320
- {
3321
- "name": "onceVariablesChangedAndNoDownloadsPending",
3322
- "optional": false,
3323
- "typeAnnotation": {
3324
- "type": "FunctionTypeAnnotation",
3325
- "returnTypeAnnotation": {
3326
- "type": "VoidTypeAnnotation"
3327
- },
3328
- "params": []
3329
- }
3330
- },
3331
- {
3332
- "name": "onFileValueChanged",
3333
- "optional": false,
3334
- "typeAnnotation": {
3335
- "type": "FunctionTypeAnnotation",
3336
- "returnTypeAnnotation": {
3337
- "type": "VoidTypeAnnotation"
3338
- },
3339
- "params": [
3340
- {
3341
- "name": "name",
3342
- "optional": false,
3343
- "typeAnnotation": {
3344
- "type": "StringTypeAnnotation"
3345
- }
3346
- }
3347
- ]
3348
- }
3349
- },
3350
- {
3351
- "name": "onEventListenerAdded",
3352
- "optional": false,
3353
- "typeAnnotation": {
3354
- "type": "FunctionTypeAnnotation",
3355
- "returnTypeAnnotation": {
3356
- "type": "VoidTypeAnnotation"
3357
- },
3358
- "params": [
3359
- {
3360
- "name": "eventType",
3361
- "optional": false,
3362
- "typeAnnotation": {
3363
- "type": "StringTypeAnnotation"
3364
- }
3365
- }
3366
- ]
3367
- }
3368
- },
3369
- {
3370
- "name": "addListener",
3371
- "optional": false,
3372
- "typeAnnotation": {
3373
- "type": "FunctionTypeAnnotation",
3374
- "returnTypeAnnotation": {
3375
- "type": "VoidTypeAnnotation"
3376
- },
3377
- "params": [
3378
- {
3379
- "name": "eventType",
3380
- "optional": false,
3381
- "typeAnnotation": {
3382
- "type": "StringTypeAnnotation"
3383
- }
3384
- }
3385
- ]
3386
- }
3387
- },
3388
- {
3389
- "name": "removeListeners",
3390
- "optional": false,
3391
- "typeAnnotation": {
3392
- "type": "FunctionTypeAnnotation",
3393
- "returnTypeAnnotation": {
3394
- "type": "VoidTypeAnnotation"
3395
- },
3396
- "params": [
3397
- {
3398
- "name": "count",
3399
- "optional": false,
3400
- "typeAnnotation": {
3401
- "type": "NumberTypeAnnotation"
3402
- }
3403
- }
3404
- ]
3405
- }
3406
- }
3407
- ]
3408
- },
3409
- "moduleName": "CleverTapReact"
3410
- }
3411
- }
3412
- }