clevertap-react-native 3.1.1 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +43 -0
- package/README.md +2 -2
- package/android/.gradle/8.5/checksums/checksums.lock +0 -0
- package/android/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/android/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/8.5/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +2 -0
- package/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/android/.gradle/checksums/checksums.lock +0 -0
- package/android/.gradle/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/config.properties +2 -0
- package/android/.gradle/file-system.probe +0 -0
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/.settings/org.eclipse.buildship.core.prefs +2 -0
- package/android/build/generated/source/buildConfig/debug/com/clevertap/react/BuildConfig.java +12 -0
- package/android/build/generated/source/codegen/java/com/clevertap/react/NativeCleverTapModuleSpec.java +556 -0
- package/android/build/generated/source/codegen/jni/CMakeLists.txt +49 -0
- package/android/build/generated/source/codegen/jni/CTTurboModuleSpec-generated.cpp +722 -0
- package/android/build/generated/source/codegen/jni/CTTurboModuleSpec.h +31 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI-generated.cpp +975 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/CTTurboModuleSpecJSI.h +1098 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.cpp +22 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ComponentDescriptors.h +24 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/EventEmitters.h +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.cpp +19 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/Props.h +18 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.cpp +17 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/ShadowNodes.h +23 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.cpp +16 -0
- package/android/build/generated/source/codegen/jni/react/renderer/components/CTTurboModuleSpec/States.h +21 -0
- package/android/build/generated/source/codegen/schema.json +3412 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/AndroidManifest.xml +13 -0
- package/android/build/intermediates/aapt_friendly_merged_manifests/debug/aapt/output-metadata.json +18 -0
- package/android/build/intermediates/aar_metadata/debug/aar-metadata.properties +6 -0
- package/android/build/intermediates/annotation_processor_list/debug/annotationProcessors.json +1 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/compile_r_class_jar/debug/R.jar +0 -0
- package/android/build/intermediates/compile_symbol_list/debug/R.txt +5736 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties +1 -0
- package/android/build/intermediates/incremental/debug/packageDebugResources/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml +2 -0
- package/android/build/intermediates/incremental/mergeDebugShaders/merger.xml +2 -0
- package/android/build/intermediates/incremental/packageDebugAssets/merger.xml +2 -0
- package/android/build/intermediates/java_res/debug/out/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/BuildConfig.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$10.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$2.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$3.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$4.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$5.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$6.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$7.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$8.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$9.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$InBoxMessages.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl$TemplateContextAction.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapModuleImpl.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$1.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil$ArrayUtil.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils$MapUtil.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/CleverTapUtils.class +0 -0
- package/android/build/intermediates/javac/debug/classes/com/clevertap/react/NativeCleverTapModuleSpec.class +0 -0
- package/android/build/intermediates/local_only_symbol_list/debug/R-def.txt +2 -0
- package/android/build/intermediates/manifest_merge_blame_file/debug/manifest-merger-blame-debug-report.txt +14 -0
- package/android/build/intermediates/merged_manifest/debug/AndroidManifest.xml +13 -0
- package/android/build/intermediates/navigation_json/debug/navigation.json +1 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt +4017 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/inputs/source-to-output.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-attributes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/class-fq-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/constants.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/internal-name-to-source.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/java-sources-proto-map.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/proto.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/source-to-classes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/subtypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/jvm/kotlin/supertypes.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/counters.tab +2 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/file-to-id.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/id-to-file.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.keystream.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab.values.at +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/caches-jvm/lookups/lookups.tab_i.len +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/outputs/logs/manifest-merger-debug-report.txt +17 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$1.class.uniqueId6 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$10.class.uniqueId3 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$2.class.uniqueId2 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$3.class.uniqueId11 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$4.class.uniqueId4 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$5.class.uniqueId5 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$6.class.uniqueId8 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$7.class.uniqueId7 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$8.class.uniqueId9 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$9.class.uniqueId0 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$InBoxMessages.class.uniqueId10 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl$TemplateContextAction.class.uniqueId1 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/CleverTapModuleImpl.class.uniqueId12 +0 -0
- package/android/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/META-INF/clevertap-react-native_debug.kotlin_module +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapApplication.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates$templatePresenter$1.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapCustomTemplates.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEvent.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer$items$2.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter$Buffer.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapEventEmitter.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapListenerProxy.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule$Companion.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapModule.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapPackage.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/CleverTapRnAPI.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/Constants.class +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/clevertap/react/ErrorMessages.class +0 -0
- package/android/build.gradle +7 -7
- package/android/local.properties +8 -0
- package/android/src/main/java/com/clevertap/react/CleverTapEventEmitter.kt +5 -3
- package/android/src/main/java/com/clevertap/react/CleverTapModuleImpl.java +104 -0
- package/android/src/newarch/CleverTapModule.kt +21 -0
- package/android/src/oldarch/CleverTapModule.kt +25 -0
- package/clevertap-react-native.podspec +1 -1
- package/docs/install.md +30 -38
- package/docs/integration.md +4 -4
- package/docs/usage.md +3 -3
- package/ios/CleverTapReact/CleverTapReact.mm +60 -0
- package/package.json +1 -1
- package/src/NativeCleverTapModule.ts +11 -0
- package/src/index.d.ts +49 -2
- package/src/index.js +49 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,49 @@
|
|
|
1
1
|
Change Log
|
|
2
2
|
==========
|
|
3
3
|
|
|
4
|
+
Version 3.3.0 *(17 March 2025)*
|
|
5
|
+
-------------------------------------------
|
|
6
|
+
Refer to the [troubleshoot guide](docs/install.md#troubleshooting) if you encounter any errors while upgrading to this version.
|
|
7
|
+
|
|
8
|
+
**What's new**
|
|
9
|
+
|
|
10
|
+
* **[Android Platform]**
|
|
11
|
+
* Supports [CleverTap Android SDK v7.2.2](https://github.com/CleverTap/clevertap-android-sdk/blob/master/docs/CTCORECHANGELOG.md#version-722-january-21-2025).
|
|
12
|
+
* Adds support for Android 15, making it compliant with Android 15 requirements. Details [here](https://developer.android.com/about/versions/15/summary).
|
|
13
|
+
* Upgrades the algorithm used for encryption of PII data, making it compliant with [OWASP](https://mas.owasp.org/MASTG/0x04g-Testing-Cryptography/). Uses `AndroidKeyStore` for securely backing up encryption key on API levels 23+.
|
|
14
|
+
* Updates `minSdkVersion` to API 21 (Android 5.0).
|
|
15
|
+
|
|
16
|
+
Version 3.2.0 *(5 February 2025)*
|
|
17
|
+
-------------------------------------------
|
|
18
|
+
**What's new**
|
|
19
|
+
|
|
20
|
+
* **[Android Platform]**
|
|
21
|
+
* Supports [CleverTap Android SDK v7.1.2](https://github.com/CleverTap/clevertap-android-sdk/blob/develop/docs/CTCORECHANGELOG.md#version-712-january-29-2025).
|
|
22
|
+
* Adds support to hide large icon in android notifications by sending `wzrk_hide_large_icon` key in notification payload.
|
|
23
|
+
|
|
24
|
+
* **[iOS Platform]**
|
|
25
|
+
* Supports [CleverTap iOS SDK v7.1.0](https://github.com/CleverTap/clevertap-ios-sdk/blob/master/CHANGELOG.md#version-710-january-21-2024).
|
|
26
|
+
|
|
27
|
+
* **[Android and iOS Platform]**
|
|
28
|
+
- Adds support for triggering InApps based on first-time event filtering in multiple triggers. Now you can create campaign triggers that combine recurring and first-time events. For example: Trigger a campaign when "Charged" occurs (every time) OR "App Launched" occurs (first time only).
|
|
29
|
+
- Adds new user-level event log tracking system to store and manage user event history. New APIs include:
|
|
30
|
+
- `getUserEventLog(<eventName>)`: Get details about a specific event
|
|
31
|
+
- `getUserEventLogCount(<eventName>)`: Get count of times an event occurred
|
|
32
|
+
- `getUserLastVisitTs()`: Get timestamp of user's last app visit
|
|
33
|
+
- `getUserAppLaunchCount()`: Get total number of times user has launched the app
|
|
34
|
+
- `getUserEventLogHistory()`: Get full event history for current user
|
|
35
|
+
|
|
36
|
+
#### API Changes
|
|
37
|
+
|
|
38
|
+
- **Deprecates:** The old event tracking APIs tracked events at the device level rather than the user level, making it difficult to maintain accurate user-specific event histories, especially in multi-user scenarios. The following methods have been deprecated in favor of new user-specific event tracking APIs that provide more accurate, user-level analytics. These deprecated methods will be removed in future versions with prior notice:
|
|
39
|
+
- `eventGetDetail()`: Use `getUserEventLog()` instead for user-specific event details
|
|
40
|
+
- `eventGetOccurrences()`: Use `getUserEventLogCount()` instead for user-specific event counts
|
|
41
|
+
- `eventGetFirstTime()`: Use `getUserEventLog()` instead for user-specific first occurrence timestamp
|
|
42
|
+
- `eventGetLastTime()`: Use `getUserEventLog()` instead for user-specific last occurrence timestamp
|
|
43
|
+
- `sessionGetPreviousVisitTime()`: Use `getUserLastVisitTs()` instead for user-specific last visit timestamp
|
|
44
|
+
- `sessionGetTotalVisits()`: Use `getUserAppLaunchCount()` instead for user-specific app launch count
|
|
45
|
+
- `getEventHistory()`: Use `getUserEventLogHistory()` instead for user-specific event history
|
|
46
|
+
|
|
4
47
|
Version 3.1.1 *(6 November 2024)*
|
|
5
48
|
-------------------------------------------
|
|
6
49
|
**Bug Fixes**
|
package/README.md
CHANGED
|
@@ -22,8 +22,8 @@ To get started, sign up [here](https://clevertap.com/live-product-demo/).
|
|
|
22
22
|
3. Follow the [integration instructions](./docs/integration.md)
|
|
23
23
|
|
|
24
24
|
## 📚 Additional Resources
|
|
25
|
-
- [CleverTap iOS SDK Integration guide](https://
|
|
26
|
-
- [CleverTap Android SDK Integration guide](https://
|
|
25
|
+
- [CleverTap iOS SDK Integration guide](https://developer.clevertap.com/docs/ios)
|
|
26
|
+
- [CleverTap Android SDK Integration guide](https://developer.clevertap.com/docs/android)
|
|
27
27
|
|
|
28
28
|
## 📲 CleverTap iOS Push Templates SDK
|
|
29
29
|
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Automatically generated file. DO NOT MODIFY
|
|
3
|
+
*/
|
|
4
|
+
package com.clevertap.react;
|
|
5
|
+
|
|
6
|
+
public final class BuildConfig {
|
|
7
|
+
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
8
|
+
public static final String LIBRARY_PACKAGE_NAME = "com.clevertap.react";
|
|
9
|
+
public static final String BUILD_TYPE = "debug";
|
|
10
|
+
// Field from default config.
|
|
11
|
+
public static final boolean IS_NEW_ARCHITECTURE_ENABLED = true;
|
|
12
|
+
}
|
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
|
|
2
|
+
/**
|
|
3
|
+
* This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
|
|
4
|
+
*
|
|
5
|
+
* Do not edit this file as changes may cause incorrect behavior and will be lost
|
|
6
|
+
* once the code is regenerated.
|
|
7
|
+
*
|
|
8
|
+
* @generated by codegen project: GenerateModuleJavaSpec.js
|
|
9
|
+
*
|
|
10
|
+
* @nolint
|
|
11
|
+
*/
|
|
12
|
+
|
|
13
|
+
package com.clevertap.react;
|
|
14
|
+
|
|
15
|
+
import com.facebook.proguard.annotations.DoNotStrip;
|
|
16
|
+
import com.facebook.react.bridge.Callback;
|
|
17
|
+
import com.facebook.react.bridge.Promise;
|
|
18
|
+
import com.facebook.react.bridge.ReactApplicationContext;
|
|
19
|
+
import com.facebook.react.bridge.ReactContextBaseJavaModule;
|
|
20
|
+
import com.facebook.react.bridge.ReactMethod;
|
|
21
|
+
import com.facebook.react.bridge.ReadableArray;
|
|
22
|
+
import com.facebook.react.bridge.ReadableMap;
|
|
23
|
+
import com.facebook.react.common.build.ReactBuildConfig;
|
|
24
|
+
import com.facebook.react.turbomodule.core.interfaces.TurboModule;
|
|
25
|
+
import java.util.Arrays;
|
|
26
|
+
import java.util.HashSet;
|
|
27
|
+
import java.util.Map;
|
|
28
|
+
import java.util.Set;
|
|
29
|
+
import javax.annotation.Nonnull;
|
|
30
|
+
import javax.annotation.Nullable;
|
|
31
|
+
|
|
32
|
+
public abstract class NativeCleverTapModuleSpec extends ReactContextBaseJavaModule implements TurboModule {
|
|
33
|
+
public static final String NAME = "CleverTapReact";
|
|
34
|
+
|
|
35
|
+
public NativeCleverTapModuleSpec(ReactApplicationContext reactContext) {
|
|
36
|
+
super(reactContext);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
@Override
|
|
40
|
+
public @Nonnull String getName() {
|
|
41
|
+
return NAME;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
protected abstract Map<String, Object> getTypedExportedConstants();
|
|
45
|
+
|
|
46
|
+
@Override
|
|
47
|
+
@DoNotStrip
|
|
48
|
+
public final @Nullable Map<String, Object> getConstants() {
|
|
49
|
+
Map<String, Object> constants = getTypedExportedConstants();
|
|
50
|
+
if (ReactBuildConfig.DEBUG || ReactBuildConfig.IS_INTERNAL_BUILD) {
|
|
51
|
+
Set<String> obligatoryFlowConstants = new HashSet<>(Arrays.asList(
|
|
52
|
+
"BPS",
|
|
53
|
+
"CleverTapCustomFunctionPresent",
|
|
54
|
+
"CleverTapCustomTemplateClose",
|
|
55
|
+
"CleverTapCustomTemplatePresent",
|
|
56
|
+
"CleverTapDisplayUnitsLoaded",
|
|
57
|
+
"CleverTapFeatureFlagsDidUpdate",
|
|
58
|
+
"CleverTapInAppNotificationButtonTapped",
|
|
59
|
+
"CleverTapInAppNotificationDismissed",
|
|
60
|
+
"CleverTapInAppNotificationShowed",
|
|
61
|
+
"CleverTapInboxDidInitialize",
|
|
62
|
+
"CleverTapInboxMessageButtonTapped",
|
|
63
|
+
"CleverTapInboxMessageTapped",
|
|
64
|
+
"CleverTapInboxMessagesDidUpdate",
|
|
65
|
+
"CleverTapOnFileValueChanged",
|
|
66
|
+
"CleverTapOnOneTimeVariablesChanged",
|
|
67
|
+
"CleverTapOnValueChanged",
|
|
68
|
+
"CleverTapOnVariablesChanged",
|
|
69
|
+
"CleverTapOnVariablesChangedAndNoDownloadsPending",
|
|
70
|
+
"CleverTapOnceVariablesChangedAndNoDownloadsPending",
|
|
71
|
+
"CleverTapProductConfigDidActivate",
|
|
72
|
+
"CleverTapProductConfigDidFetch",
|
|
73
|
+
"CleverTapProductConfigDidInitialize",
|
|
74
|
+
"CleverTapProfileDidInitialize",
|
|
75
|
+
"CleverTapProfileSync",
|
|
76
|
+
"CleverTapPushNotificationClicked",
|
|
77
|
+
"CleverTapPushPermissionResponseReceived",
|
|
78
|
+
"FCM",
|
|
79
|
+
"HPS"
|
|
80
|
+
));
|
|
81
|
+
Set<String> optionalFlowConstants = new HashSet<>();
|
|
82
|
+
Set<String> undeclaredConstants = new HashSet<>(constants.keySet());
|
|
83
|
+
undeclaredConstants.removeAll(obligatoryFlowConstants);
|
|
84
|
+
undeclaredConstants.removeAll(optionalFlowConstants);
|
|
85
|
+
if (!undeclaredConstants.isEmpty()) {
|
|
86
|
+
throw new IllegalStateException(String.format("Native Module Flow doesn't declare constants: %s", undeclaredConstants));
|
|
87
|
+
}
|
|
88
|
+
undeclaredConstants = obligatoryFlowConstants;
|
|
89
|
+
undeclaredConstants.removeAll(constants.keySet());
|
|
90
|
+
if (!undeclaredConstants.isEmpty()) {
|
|
91
|
+
throw new IllegalStateException(String.format("Native Module doesn't fill in constants: %s", undeclaredConstants));
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
return constants;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
@ReactMethod
|
|
98
|
+
@DoNotStrip
|
|
99
|
+
public abstract void setInstanceWithAccountId(String accountId);
|
|
100
|
+
|
|
101
|
+
@ReactMethod
|
|
102
|
+
@DoNotStrip
|
|
103
|
+
public abstract void getInitialUrl(Callback callback);
|
|
104
|
+
|
|
105
|
+
@ReactMethod
|
|
106
|
+
@DoNotStrip
|
|
107
|
+
public abstract void setLibrary(String name, double andVersion);
|
|
108
|
+
|
|
109
|
+
@ReactMethod
|
|
110
|
+
@DoNotStrip
|
|
111
|
+
public abstract void setLocale(String locale);
|
|
112
|
+
|
|
113
|
+
@ReactMethod
|
|
114
|
+
@DoNotStrip
|
|
115
|
+
public abstract void registerForPush();
|
|
116
|
+
|
|
117
|
+
@ReactMethod
|
|
118
|
+
@DoNotStrip
|
|
119
|
+
public abstract void setPushTokenAsString(String token, String withType);
|
|
120
|
+
|
|
121
|
+
@ReactMethod
|
|
122
|
+
@DoNotStrip
|
|
123
|
+
public abstract void setPushTokenAsStringWithRegion(String token, String withType, String withRegion);
|
|
124
|
+
|
|
125
|
+
@ReactMethod
|
|
126
|
+
@DoNotStrip
|
|
127
|
+
public abstract void enablePersonalization();
|
|
128
|
+
|
|
129
|
+
@ReactMethod
|
|
130
|
+
@DoNotStrip
|
|
131
|
+
public abstract void disablePersonalization();
|
|
132
|
+
|
|
133
|
+
@ReactMethod
|
|
134
|
+
@DoNotStrip
|
|
135
|
+
public abstract void setOffline(boolean enabled);
|
|
136
|
+
|
|
137
|
+
@ReactMethod
|
|
138
|
+
@DoNotStrip
|
|
139
|
+
public abstract void setOptOut(boolean enabled);
|
|
140
|
+
|
|
141
|
+
@ReactMethod
|
|
142
|
+
@DoNotStrip
|
|
143
|
+
public abstract void enableDeviceNetworkInfoReporting(boolean enabled);
|
|
144
|
+
|
|
145
|
+
@ReactMethod
|
|
146
|
+
@DoNotStrip
|
|
147
|
+
public abstract void recordScreenView(String screenName);
|
|
148
|
+
|
|
149
|
+
@ReactMethod
|
|
150
|
+
@DoNotStrip
|
|
151
|
+
public abstract void recordEvent(String eventName, @Nullable ReadableMap withProps);
|
|
152
|
+
|
|
153
|
+
@ReactMethod
|
|
154
|
+
@DoNotStrip
|
|
155
|
+
public abstract void recordChargedEvent(@Nullable ReadableMap details, ReadableArray andItems);
|
|
156
|
+
|
|
157
|
+
@ReactMethod
|
|
158
|
+
@DoNotStrip
|
|
159
|
+
public abstract void eventGetFirstTime(String eventName, @Nullable Callback callback);
|
|
160
|
+
|
|
161
|
+
@ReactMethod
|
|
162
|
+
@DoNotStrip
|
|
163
|
+
public abstract void eventGetLastTime(String eventName, @Nullable Callback callback);
|
|
164
|
+
|
|
165
|
+
@ReactMethod
|
|
166
|
+
@DoNotStrip
|
|
167
|
+
public abstract void eventGetOccurrences(String eventName, @Nullable Callback callback);
|
|
168
|
+
|
|
169
|
+
@ReactMethod
|
|
170
|
+
@DoNotStrip
|
|
171
|
+
public abstract void eventGetDetail(String eventName, @Nullable Callback callback);
|
|
172
|
+
|
|
173
|
+
@ReactMethod
|
|
174
|
+
@DoNotStrip
|
|
175
|
+
public abstract void getEventHistory(@Nullable Callback callback);
|
|
176
|
+
|
|
177
|
+
@ReactMethod
|
|
178
|
+
@DoNotStrip
|
|
179
|
+
public abstract void setLocation(double location, double longitude);
|
|
180
|
+
|
|
181
|
+
@ReactMethod
|
|
182
|
+
@DoNotStrip
|
|
183
|
+
public abstract void profileGetCleverTapAttributionIdentifier(@Nullable Callback callback);
|
|
184
|
+
|
|
185
|
+
@ReactMethod
|
|
186
|
+
@DoNotStrip
|
|
187
|
+
public abstract void profileGetCleverTapID(@Nullable Callback callback);
|
|
188
|
+
|
|
189
|
+
@ReactMethod
|
|
190
|
+
@DoNotStrip
|
|
191
|
+
public abstract void getCleverTapID(@Nullable Callback callback);
|
|
192
|
+
|
|
193
|
+
@ReactMethod
|
|
194
|
+
@DoNotStrip
|
|
195
|
+
public abstract void onUserLogin(@Nullable ReadableMap profile);
|
|
196
|
+
|
|
197
|
+
@ReactMethod
|
|
198
|
+
@DoNotStrip
|
|
199
|
+
public abstract void profileSet(@Nullable ReadableMap profile);
|
|
200
|
+
|
|
201
|
+
@ReactMethod
|
|
202
|
+
@DoNotStrip
|
|
203
|
+
public abstract void profileGetProperty(String propertyName, @Nullable Callback callback);
|
|
204
|
+
|
|
205
|
+
@ReactMethod
|
|
206
|
+
@DoNotStrip
|
|
207
|
+
public abstract void profileRemoveValueForKey(String key);
|
|
208
|
+
|
|
209
|
+
@ReactMethod
|
|
210
|
+
@DoNotStrip
|
|
211
|
+
public abstract void profileSetMultiValues(ReadableArray values, String forKey);
|
|
212
|
+
|
|
213
|
+
@ReactMethod
|
|
214
|
+
@DoNotStrip
|
|
215
|
+
public abstract void profileAddMultiValue(String value, String forKey);
|
|
216
|
+
|
|
217
|
+
@ReactMethod
|
|
218
|
+
@DoNotStrip
|
|
219
|
+
public abstract void profileAddMultiValues(ReadableArray values, String forKey);
|
|
220
|
+
|
|
221
|
+
@ReactMethod
|
|
222
|
+
@DoNotStrip
|
|
223
|
+
public abstract void profileRemoveMultiValue(String value, String forKey);
|
|
224
|
+
|
|
225
|
+
@ReactMethod
|
|
226
|
+
@DoNotStrip
|
|
227
|
+
public abstract void profileRemoveMultiValues(ReadableArray values, String forKey);
|
|
228
|
+
|
|
229
|
+
@ReactMethod
|
|
230
|
+
@DoNotStrip
|
|
231
|
+
public abstract void profileIncrementValueForKey(@Nullable Double value, String forKey);
|
|
232
|
+
|
|
233
|
+
@ReactMethod
|
|
234
|
+
@DoNotStrip
|
|
235
|
+
public abstract void profileDecrementValueForKey(@Nullable Double value, String forKey);
|
|
236
|
+
|
|
237
|
+
@ReactMethod
|
|
238
|
+
@DoNotStrip
|
|
239
|
+
public abstract void pushInstallReferrer(String source, String medium, String campaign);
|
|
240
|
+
|
|
241
|
+
@ReactMethod
|
|
242
|
+
@DoNotStrip
|
|
243
|
+
public abstract void sessionGetTimeElapsed(@Nullable Callback callback);
|
|
244
|
+
|
|
245
|
+
@ReactMethod
|
|
246
|
+
@DoNotStrip
|
|
247
|
+
public abstract void sessionGetTotalVisits(@Nullable Callback callback);
|
|
248
|
+
|
|
249
|
+
@ReactMethod
|
|
250
|
+
@DoNotStrip
|
|
251
|
+
public abstract void sessionGetScreenCount(@Nullable Callback callback);
|
|
252
|
+
|
|
253
|
+
@ReactMethod
|
|
254
|
+
@DoNotStrip
|
|
255
|
+
public abstract void sessionGetPreviousVisitTime(@Nullable Callback callback);
|
|
256
|
+
|
|
257
|
+
@ReactMethod
|
|
258
|
+
@DoNotStrip
|
|
259
|
+
public abstract void sessionGetUTMDetails(@Nullable Callback callback);
|
|
260
|
+
|
|
261
|
+
@ReactMethod
|
|
262
|
+
@DoNotStrip
|
|
263
|
+
public abstract void createNotificationChannel(String channelId, String withChannelName, String withChannelDescription, double withImportance, boolean withShowBadge);
|
|
264
|
+
|
|
265
|
+
@ReactMethod
|
|
266
|
+
@DoNotStrip
|
|
267
|
+
public abstract void createNotificationChannelWithSound(String channelId, String withChannelName, String withChannelDescription, double withImportance, boolean withShowBadge, String withSound);
|
|
268
|
+
|
|
269
|
+
@ReactMethod
|
|
270
|
+
@DoNotStrip
|
|
271
|
+
public abstract void createNotificationChannelWithGroupId(String channelId, String withChannelName, String withChannelDescription, double withImportance, String withGroupId, boolean withShowBadge);
|
|
272
|
+
|
|
273
|
+
@ReactMethod
|
|
274
|
+
@DoNotStrip
|
|
275
|
+
public abstract void createNotificationChannelWithGroupIdAndSound(String channelId, String withChannelName, String withChannelDescription, double withImportance, String withGroupId, boolean withShowBadge, String withSound);
|
|
276
|
+
|
|
277
|
+
@ReactMethod
|
|
278
|
+
@DoNotStrip
|
|
279
|
+
public abstract void createNotificationChannelGroup(String groupId, String withGroupName);
|
|
280
|
+
|
|
281
|
+
@ReactMethod
|
|
282
|
+
@DoNotStrip
|
|
283
|
+
public abstract void deleteNotificationChannel(String channelId);
|
|
284
|
+
|
|
285
|
+
@ReactMethod
|
|
286
|
+
@DoNotStrip
|
|
287
|
+
public abstract void deleteNotificationChannelGroup(String groupId);
|
|
288
|
+
|
|
289
|
+
@ReactMethod
|
|
290
|
+
@DoNotStrip
|
|
291
|
+
public abstract void createNotification(@Nullable ReadableMap extras);
|
|
292
|
+
|
|
293
|
+
@ReactMethod
|
|
294
|
+
@DoNotStrip
|
|
295
|
+
public abstract void setDebugLevel(double level);
|
|
296
|
+
|
|
297
|
+
@ReactMethod
|
|
298
|
+
@DoNotStrip
|
|
299
|
+
public abstract void getInboxMessageCount(@Nullable Callback callback);
|
|
300
|
+
|
|
301
|
+
@ReactMethod
|
|
302
|
+
@DoNotStrip
|
|
303
|
+
public abstract void getInboxMessageUnreadCount(@Nullable Callback callback);
|
|
304
|
+
|
|
305
|
+
@ReactMethod
|
|
306
|
+
@DoNotStrip
|
|
307
|
+
public abstract void getAllInboxMessages(@Nullable Callback callback);
|
|
308
|
+
|
|
309
|
+
@ReactMethod
|
|
310
|
+
@DoNotStrip
|
|
311
|
+
public abstract void getUnreadInboxMessages(@Nullable Callback callback);
|
|
312
|
+
|
|
313
|
+
@ReactMethod
|
|
314
|
+
@DoNotStrip
|
|
315
|
+
public abstract void getInboxMessageForId(String messageId, @Nullable Callback callback);
|
|
316
|
+
|
|
317
|
+
@ReactMethod
|
|
318
|
+
@DoNotStrip
|
|
319
|
+
public abstract void pushInboxNotificationViewedEventForId(String messageId);
|
|
320
|
+
|
|
321
|
+
@ReactMethod
|
|
322
|
+
@DoNotStrip
|
|
323
|
+
public abstract void pushInboxNotificationClickedEventForId(String messageId);
|
|
324
|
+
|
|
325
|
+
@ReactMethod
|
|
326
|
+
@DoNotStrip
|
|
327
|
+
public abstract void markReadInboxMessageForId(String messageId);
|
|
328
|
+
|
|
329
|
+
@ReactMethod
|
|
330
|
+
@DoNotStrip
|
|
331
|
+
public abstract void deleteInboxMessageForId(String messageId);
|
|
332
|
+
|
|
333
|
+
@ReactMethod
|
|
334
|
+
@DoNotStrip
|
|
335
|
+
public abstract void markReadInboxMessagesForIDs(ReadableArray messageIds);
|
|
336
|
+
|
|
337
|
+
@ReactMethod
|
|
338
|
+
@DoNotStrip
|
|
339
|
+
public abstract void deleteInboxMessagesForIDs(ReadableArray messageIds);
|
|
340
|
+
|
|
341
|
+
@ReactMethod
|
|
342
|
+
@DoNotStrip
|
|
343
|
+
public abstract void dismissInbox();
|
|
344
|
+
|
|
345
|
+
@ReactMethod
|
|
346
|
+
@DoNotStrip
|
|
347
|
+
public abstract void initializeInbox();
|
|
348
|
+
|
|
349
|
+
@ReactMethod
|
|
350
|
+
@DoNotStrip
|
|
351
|
+
public abstract void showInbox(@Nullable ReadableMap styleConfig);
|
|
352
|
+
|
|
353
|
+
@ReactMethod
|
|
354
|
+
@DoNotStrip
|
|
355
|
+
public abstract void getAllDisplayUnits(@Nullable Callback callback);
|
|
356
|
+
|
|
357
|
+
@ReactMethod
|
|
358
|
+
@DoNotStrip
|
|
359
|
+
public abstract void getDisplayUnitForId(String unitId, @Nullable Callback callback);
|
|
360
|
+
|
|
361
|
+
@ReactMethod
|
|
362
|
+
@DoNotStrip
|
|
363
|
+
public abstract void pushDisplayUnitViewedEventForID(String unitId);
|
|
364
|
+
|
|
365
|
+
@ReactMethod
|
|
366
|
+
@DoNotStrip
|
|
367
|
+
public abstract void pushDisplayUnitClickedEventForID(String unitId);
|
|
368
|
+
|
|
369
|
+
@ReactMethod
|
|
370
|
+
@DoNotStrip
|
|
371
|
+
public abstract void getFeatureFlag(String flag, boolean withdefaultValue, @Nullable Callback callback);
|
|
372
|
+
|
|
373
|
+
@ReactMethod
|
|
374
|
+
@DoNotStrip
|
|
375
|
+
public abstract void setDefaultsMap(@Nullable ReadableMap jsonDict);
|
|
376
|
+
|
|
377
|
+
@ReactMethod
|
|
378
|
+
@DoNotStrip
|
|
379
|
+
public abstract void fetch();
|
|
380
|
+
|
|
381
|
+
@ReactMethod
|
|
382
|
+
@DoNotStrip
|
|
383
|
+
public abstract void fetchWithMinimumFetchIntervalInSeconds(double time);
|
|
384
|
+
|
|
385
|
+
@ReactMethod
|
|
386
|
+
@DoNotStrip
|
|
387
|
+
public abstract void activate();
|
|
388
|
+
|
|
389
|
+
@ReactMethod
|
|
390
|
+
@DoNotStrip
|
|
391
|
+
public abstract void fetchAndActivate();
|
|
392
|
+
|
|
393
|
+
@ReactMethod
|
|
394
|
+
@DoNotStrip
|
|
395
|
+
public abstract void setMinimumFetchIntervalInSeconds(double time);
|
|
396
|
+
|
|
397
|
+
@ReactMethod
|
|
398
|
+
@DoNotStrip
|
|
399
|
+
public abstract void getLastFetchTimeStampInMillis(Callback callback);
|
|
400
|
+
|
|
401
|
+
@ReactMethod
|
|
402
|
+
@DoNotStrip
|
|
403
|
+
public abstract void getString(String key, @Nullable Callback callback);
|
|
404
|
+
|
|
405
|
+
@ReactMethod
|
|
406
|
+
@DoNotStrip
|
|
407
|
+
public abstract void getBoolean(String key, @Nullable Callback callback);
|
|
408
|
+
|
|
409
|
+
@ReactMethod
|
|
410
|
+
@DoNotStrip
|
|
411
|
+
public abstract void getDouble(String key, @Nullable Callback callback);
|
|
412
|
+
|
|
413
|
+
@ReactMethod
|
|
414
|
+
@DoNotStrip
|
|
415
|
+
public abstract void reset();
|
|
416
|
+
|
|
417
|
+
@ReactMethod
|
|
418
|
+
@DoNotStrip
|
|
419
|
+
public abstract void suspendInAppNotifications();
|
|
420
|
+
|
|
421
|
+
@ReactMethod
|
|
422
|
+
@DoNotStrip
|
|
423
|
+
public abstract void discardInAppNotifications();
|
|
424
|
+
|
|
425
|
+
@ReactMethod
|
|
426
|
+
@DoNotStrip
|
|
427
|
+
public abstract void resumeInAppNotifications();
|
|
428
|
+
|
|
429
|
+
@ReactMethod
|
|
430
|
+
@DoNotStrip
|
|
431
|
+
public abstract void fetchInApps(@Nullable Callback callback);
|
|
432
|
+
|
|
433
|
+
@ReactMethod
|
|
434
|
+
@DoNotStrip
|
|
435
|
+
public abstract void clearInAppResources(boolean expiredOnly);
|
|
436
|
+
|
|
437
|
+
@ReactMethod
|
|
438
|
+
@DoNotStrip
|
|
439
|
+
public abstract void customTemplateSetDismissed(String templateName, Promise promise);
|
|
440
|
+
|
|
441
|
+
@ReactMethod
|
|
442
|
+
@DoNotStrip
|
|
443
|
+
public abstract void customTemplateSetPresented(String templateName, Promise promise);
|
|
444
|
+
|
|
445
|
+
@ReactMethod
|
|
446
|
+
@DoNotStrip
|
|
447
|
+
public abstract void customTemplateRunAction(String templateName, String argName, Promise promise);
|
|
448
|
+
|
|
449
|
+
@ReactMethod
|
|
450
|
+
@DoNotStrip
|
|
451
|
+
public abstract void customTemplateGetStringArg(String templateName, String argName, Promise promise);
|
|
452
|
+
|
|
453
|
+
@ReactMethod
|
|
454
|
+
@DoNotStrip
|
|
455
|
+
public abstract void customTemplateGetNumberArg(String templateName, String argName, Promise promise);
|
|
456
|
+
|
|
457
|
+
@ReactMethod
|
|
458
|
+
@DoNotStrip
|
|
459
|
+
public abstract void customTemplateGetBooleanArg(String templateName, String argName, Promise promise);
|
|
460
|
+
|
|
461
|
+
@ReactMethod
|
|
462
|
+
@DoNotStrip
|
|
463
|
+
public abstract void customTemplateGetFileArg(String templateName, String argName, Promise promise);
|
|
464
|
+
|
|
465
|
+
@ReactMethod
|
|
466
|
+
@DoNotStrip
|
|
467
|
+
public abstract void customTemplateGetObjectArg(String templateName, String argName, Promise promise);
|
|
468
|
+
|
|
469
|
+
@ReactMethod
|
|
470
|
+
@DoNotStrip
|
|
471
|
+
public abstract void customTemplateContextToString(String templateName, Promise promise);
|
|
472
|
+
|
|
473
|
+
@ReactMethod
|
|
474
|
+
@DoNotStrip
|
|
475
|
+
public abstract void syncCustomTemplates();
|
|
476
|
+
|
|
477
|
+
@ReactMethod
|
|
478
|
+
@DoNotStrip
|
|
479
|
+
public abstract void syncCustomTemplatesInProd(boolean isProduction);
|
|
480
|
+
|
|
481
|
+
@ReactMethod
|
|
482
|
+
@DoNotStrip
|
|
483
|
+
public abstract void promptForPushPermission(boolean showFallbackSettings);
|
|
484
|
+
|
|
485
|
+
@ReactMethod
|
|
486
|
+
@DoNotStrip
|
|
487
|
+
public abstract void promptPushPrimer(ReadableMap json);
|
|
488
|
+
|
|
489
|
+
@ReactMethod
|
|
490
|
+
@DoNotStrip
|
|
491
|
+
public abstract void isPushPermissionGranted(@Nullable Callback callback);
|
|
492
|
+
|
|
493
|
+
@ReactMethod
|
|
494
|
+
@DoNotStrip
|
|
495
|
+
public abstract void syncVariables();
|
|
496
|
+
|
|
497
|
+
@ReactMethod
|
|
498
|
+
@DoNotStrip
|
|
499
|
+
public abstract void syncVariablesinProd(boolean isProduction);
|
|
500
|
+
|
|
501
|
+
@ReactMethod
|
|
502
|
+
@DoNotStrip
|
|
503
|
+
public abstract void getVariable(String name, @Nullable Callback callback);
|
|
504
|
+
|
|
505
|
+
@ReactMethod
|
|
506
|
+
@DoNotStrip
|
|
507
|
+
public abstract void fetchVariables(@Nullable Callback callback);
|
|
508
|
+
|
|
509
|
+
@ReactMethod
|
|
510
|
+
@DoNotStrip
|
|
511
|
+
public abstract void getVariables(@Nullable Callback callback);
|
|
512
|
+
|
|
513
|
+
@ReactMethod
|
|
514
|
+
@DoNotStrip
|
|
515
|
+
public abstract void defineVariables(@Nullable ReadableMap variables);
|
|
516
|
+
|
|
517
|
+
@ReactMethod
|
|
518
|
+
@DoNotStrip
|
|
519
|
+
public abstract void defineFileVariable(String name);
|
|
520
|
+
|
|
521
|
+
@ReactMethod
|
|
522
|
+
@DoNotStrip
|
|
523
|
+
public abstract void onVariablesChanged();
|
|
524
|
+
|
|
525
|
+
@ReactMethod
|
|
526
|
+
@DoNotStrip
|
|
527
|
+
public abstract void onOneTimeVariablesChanged();
|
|
528
|
+
|
|
529
|
+
@ReactMethod
|
|
530
|
+
@DoNotStrip
|
|
531
|
+
public abstract void onValueChanged(String name);
|
|
532
|
+
|
|
533
|
+
@ReactMethod
|
|
534
|
+
@DoNotStrip
|
|
535
|
+
public abstract void onVariablesChangedAndNoDownloadsPending();
|
|
536
|
+
|
|
537
|
+
@ReactMethod
|
|
538
|
+
@DoNotStrip
|
|
539
|
+
public abstract void onceVariablesChangedAndNoDownloadsPending();
|
|
540
|
+
|
|
541
|
+
@ReactMethod
|
|
542
|
+
@DoNotStrip
|
|
543
|
+
public abstract void onFileValueChanged(String name);
|
|
544
|
+
|
|
545
|
+
@ReactMethod
|
|
546
|
+
@DoNotStrip
|
|
547
|
+
public abstract void onEventListenerAdded(String eventType);
|
|
548
|
+
|
|
549
|
+
@ReactMethod
|
|
550
|
+
@DoNotStrip
|
|
551
|
+
public abstract void addListener(String eventType);
|
|
552
|
+
|
|
553
|
+
@ReactMethod
|
|
554
|
+
@DoNotStrip
|
|
555
|
+
public abstract void removeListeners(double count);
|
|
556
|
+
}
|