mixpanel-react-native 2.3.1 → 2.4.1

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 (65) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/MixpanelReactNative.podspec +1 -1
  3. package/Samples/ContextAPIMixpanel/Analytics.js +0 -6
  4. package/__tests__/index.test.js +186 -60
  5. package/__tests__/jest_setup.js +1 -0
  6. package/android/bin/.gradle/5.5/executionHistory/executionHistory.lock +0 -0
  7. package/android/bin/.gradle/5.5/fileChanges/last-build.bin +0 -0
  8. package/android/bin/.gradle/5.5/fileHashes/fileHashes.bin +0 -0
  9. package/android/bin/.gradle/5.5/fileHashes/fileHashes.lock +0 -0
  10. package/android/bin/.gradle/5.5/gc.properties +0 -0
  11. package/android/bin/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  12. package/android/bin/.gradle/buildOutputCleanup/cache.properties +2 -0
  13. package/android/bin/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  14. package/android/bin/.gradle/vcs-1/gc.properties +0 -0
  15. package/android/bin/.idea/caches/build_file_checksums.ser +0 -0
  16. package/android/bin/.idea/compiler.xml +6 -0
  17. package/android/bin/.idea/gradle.xml +21 -0
  18. package/android/bin/.idea/jarRepositories.xml +30 -0
  19. package/android/bin/.idea/libraries/Gradle__com_android_support_appcompat_v7_23_0_1_aar.xml +16 -0
  20. package/android/bin/.idea/libraries/Gradle__com_android_support_recyclerview_v7_23_0_1_aar.xml +13 -0
  21. package/android/bin/.idea/libraries/Gradle__com_android_support_support_annotations_23_0_1.xml +11 -0
  22. package/android/bin/.idea/libraries/Gradle__com_android_support_support_v4_23_0_1_aar.xml +17 -0
  23. package/android/bin/.idea/libraries/Gradle__com_facebook_fresco_drawee_0_8_1_aar.xml +13 -0
  24. package/android/bin/.idea/libraries/Gradle__com_facebook_fresco_fbcore_0_8_1_aar.xml +13 -0
  25. package/android/bin/.idea/libraries/Gradle__com_facebook_fresco_fresco_0_8_1_aar.xml +13 -0
  26. package/android/bin/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_0_8_1_aar.xml +13 -0
  27. package/android/bin/.idea/libraries/Gradle__com_facebook_fresco_imagepipeline_okhttp_0_8_1_aar.xml +13 -0
  28. package/android/bin/.idea/libraries/Gradle__com_facebook_react_react_native_0_20_1_aar.xml +17 -0
  29. package/android/bin/.idea/libraries/Gradle__com_facebook_stetho_stetho_1_2_0.xml +11 -0
  30. package/android/bin/.idea/libraries/Gradle__com_facebook_stetho_stetho_okhttp_1_2_0.xml +11 -0
  31. package/android/bin/.idea/libraries/Gradle__com_fasterxml_jackson_core_jackson_core_2_2_3.xml +11 -0
  32. package/android/bin/.idea/libraries/Gradle__com_google_code_findbugs_jsr305_3_0_0.xml +11 -0
  33. package/android/bin/.idea/libraries/Gradle__com_mixpanel_android_mixpanel_android_6_0_0_beta1_aar.xml +16 -0
  34. package/android/bin/.idea/libraries/Gradle__com_nineoldandroids_library_2_4_0.xml +11 -0
  35. package/android/bin/.idea/libraries/Gradle__com_parse_bolts_bolts_android_1_1_4.xml +11 -0
  36. package/android/bin/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_2_5_0.xml +11 -0
  37. package/android/bin/.idea/libraries/Gradle__com_squareup_okhttp_okhttp_ws_2_5_0.xml +11 -0
  38. package/android/bin/.idea/libraries/Gradle__com_squareup_okio_okio_1_6_0.xml +11 -0
  39. package/android/bin/.idea/libraries/Gradle__commons_cli_commons_cli_1_2.xml +11 -0
  40. package/android/bin/.idea/libraries/Gradle__org_webkit_android_jsc_r174650_aar.xml +11 -0
  41. package/android/bin/.idea/misc.xml +9 -0
  42. package/android/bin/.idea/modules.xml +8 -0
  43. package/android/bin/.idea/vcs.xml +6 -0
  44. package/android/bin/.idea/workspace.xml +57 -0
  45. package/android/bin/.project +34 -0
  46. package/android/bin/.settings/org.eclipse.buildship.core.prefs +13 -0
  47. package/android/bin/build.gradle +45 -0
  48. package/android/bin/gradle/wrapper/gradle-wrapper.jar +0 -0
  49. package/android/bin/gradle/wrapper/gradle-wrapper.properties +6 -0
  50. package/android/bin/gradlew +172 -0
  51. package/android/bin/gradlew.bat +84 -0
  52. package/android/bin/local.properties +8 -0
  53. package/android/bin/src/main/AndroidManifest.xml +2 -0
  54. package/android/build.gradle +8 -1
  55. package/android/src/main/java/com/mixpanel/reactnative/MixpanelReactNativeModule.java +15 -1
  56. package/docs/Mixpanel.html +164 -25
  57. package/docs/MixpanelGroup.html +7 -7
  58. package/docs/People.html +12 -12
  59. package/docs/index.html +1 -1
  60. package/docs/index.js.html +14 -1
  61. package/index.d.ts +1 -1
  62. package/index.js +896 -820
  63. package/ios/MixpanelReactNative.m +2 -0
  64. package/ios/MixpanelReactNative.swift +10 -0
  65. package/package.json +56 -56
@@ -0,0 +1,84 @@
1
+ @if "%DEBUG%" == "" @echo off
2
+ @rem ##########################################################################
3
+ @rem
4
+ @rem Gradle startup script for Windows
5
+ @rem
6
+ @rem ##########################################################################
7
+
8
+ @rem Set local scope for the variables with windows NT shell
9
+ if "%OS%"=="Windows_NT" setlocal
10
+
11
+ set DIRNAME=%~dp0
12
+ if "%DIRNAME%" == "" set DIRNAME=.
13
+ set APP_BASE_NAME=%~n0
14
+ set APP_HOME=%DIRNAME%
15
+
16
+ @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
17
+ set DEFAULT_JVM_OPTS=
18
+
19
+ @rem Find java.exe
20
+ if defined JAVA_HOME goto findJavaFromJavaHome
21
+
22
+ set JAVA_EXE=java.exe
23
+ %JAVA_EXE% -version >NUL 2>&1
24
+ if "%ERRORLEVEL%" == "0" goto init
25
+
26
+ echo.
27
+ echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28
+ echo.
29
+ echo Please set the JAVA_HOME variable in your environment to match the
30
+ echo location of your Java installation.
31
+
32
+ goto fail
33
+
34
+ :findJavaFromJavaHome
35
+ set JAVA_HOME=%JAVA_HOME:"=%
36
+ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37
+
38
+ if exist "%JAVA_EXE%" goto init
39
+
40
+ echo.
41
+ echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42
+ echo.
43
+ echo Please set the JAVA_HOME variable in your environment to match the
44
+ echo location of your Java installation.
45
+
46
+ goto fail
47
+
48
+ :init
49
+ @rem Get command-line arguments, handling Windows variants
50
+
51
+ if not "%OS%" == "Windows_NT" goto win9xME_args
52
+
53
+ :win9xME_args
54
+ @rem Slurp the command line arguments.
55
+ set CMD_LINE_ARGS=
56
+ set _SKIP=2
57
+
58
+ :win9xME_args_slurp
59
+ if "x%~1" == "x" goto execute
60
+
61
+ set CMD_LINE_ARGS=%*
62
+
63
+ :execute
64
+ @rem Setup the command line
65
+
66
+ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
67
+
68
+ @rem Execute Gradle
69
+ "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
70
+
71
+ :end
72
+ @rem End local scope for the variables with windows NT shell
73
+ if "%ERRORLEVEL%"=="0" goto mainEnd
74
+
75
+ :fail
76
+ rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
77
+ rem the _cmd.exe /c_ return code!
78
+ if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
79
+ exit /b 1
80
+
81
+ :mainEnd
82
+ if "%OS%"=="Windows_NT" endlocal
83
+
84
+ :omega
@@ -0,0 +1,8 @@
1
+ ## This file must *NOT* be checked into Version Control Systems,
2
+ # as it contains information specific to your local configuration.
3
+ #
4
+ # Location of the SDK. This is only used by Gradle.
5
+ # For customization when using a Version Control System, please read the
6
+ # header note.
7
+ #Tue Dec 15 00:07:26 PST 2020
8
+ sdk.dir=/Users/zihejia/Library/Android/sdk
@@ -0,0 +1,2 @@
1
+ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
+ package="com.mixpanel.reactnative" />
@@ -13,6 +13,13 @@ apply plugin: 'com.android.library'
13
13
  android {
14
14
  compileSdkVersion 33
15
15
  buildToolsVersion "30.0.3"
16
+
17
+ def agpVersion = com.android.Version.ANDROID_GRADLE_PLUGIN_VERSION
18
+
19
+ if (agpVersion.tokenize('.')[0].toInteger() >= 7) {
20
+ namespace "com.mixpanel.reactnative"
21
+ }
22
+
16
23
  defaultConfig {
17
24
  minSdkVersion 21
18
25
  targetSdkVersion 33
@@ -34,5 +41,5 @@ repositories {
34
41
 
35
42
  dependencies {
36
43
  implementation 'com.facebook.react:react-native:+'
37
- implementation 'com.mixpanel.android:mixpanel-android:7.3.1'
44
+ implementation 'com.mixpanel.android:mixpanel-android:7.3.2'
38
45
  }
@@ -55,7 +55,8 @@ public class MixpanelReactNativeModule extends ReactContextBaseJavaModule {
55
55
  }
56
56
 
57
57
  @ReactMethod
58
- public void setUseIpAddressForGeolocation(final String token, boolean useIpAddressForGeolocation, Promise promise) throws JSONException {
58
+ public void setUseIpAddressForGeolocation(final String token, boolean useIpAddressForGeolocation, Promise promise)
59
+ throws JSONException {
59
60
  MixpanelAPI instance = MixpanelAPI.getInstance(this.mReactContext, token, true);
60
61
  if (instance == null) {
61
62
  promise.reject("Instance Error", "Failed to get Mixpanel instance");
@@ -67,6 +68,19 @@ public class MixpanelReactNativeModule extends ReactContextBaseJavaModule {
67
68
  }
68
69
  }
69
70
 
71
+ @ReactMethod
72
+ public void setFlushBatchSize(final String token, Integer flushBatchSize, Promise promise) throws JSONException {
73
+ MixpanelAPI instance = MixpanelAPI.getInstance(this.mReactContext, token, true);
74
+ if (instance == null) {
75
+ promise.reject("Instance Error", "Failed to get Mixpanel instance");
76
+ return;
77
+ }
78
+ synchronized (instance) {
79
+ instance.setFlushBatchSize(flushBatchSize);
80
+ promise.resolve(null);
81
+ }
82
+ }
83
+
70
84
  @ReactMethod
71
85
  public void setLoggingEnabled(final String token, boolean enableLogging, Promise promise) throws JSONException {
72
86
  MixpanelAPI instance = MixpanelAPI.getInstance(this.mReactContext, token, true);
@@ -469,7 +469,7 @@ Initializes Mixpanel and return an instance of Mixpanel the given project token.
469
469
 
470
470
  <dt class="tag-source">Source:</dt>
471
471
  <dd class="tag-source"><ul class="dummy"><li>
472
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line322">line 322</a>
472
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line335">line 335</a>
473
473
  </li></ul></dd>
474
474
 
475
475
 
@@ -636,7 +636,7 @@ Multiple aliases can point to the same identifier.
636
636
 
637
637
  <dt class="tag-source">Source:</dt>
638
638
  <dd class="tag-source"><ul class="dummy"><li>
639
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line223">line 223</a>
639
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line236">line 236</a>
640
640
  </li></ul></dd>
641
641
 
642
642
 
@@ -729,7 +729,7 @@ superProperties registered before the clearSuperProperties method was called.
729
729
 
730
730
  <dt class="tag-source">Source:</dt>
731
731
  <dd class="tag-source"><ul class="dummy"><li>
732
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line430">line 430</a>
732
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line443">line 443</a>
733
733
  </li></ul></dd>
734
734
 
735
735
 
@@ -891,7 +891,7 @@ to Group Analytics using the same group value will create and store new values.<
891
891
 
892
892
  <dt class="tag-source">Source:</dt>
893
893
  <dd class="tag-source"><ul class="dummy"><li>
894
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line350">line 350</a>
894
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line363">line 363</a>
895
895
  </li></ul></dd>
896
896
 
897
897
 
@@ -1028,7 +1028,7 @@ to Group Analytics using the same group value will create and store new values.<
1028
1028
 
1029
1029
  <dt class="tag-source">Source:</dt>
1030
1030
  <dd class="tag-source"><ul class="dummy"><li>
1031
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line455">line 455</a>
1031
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line468">line 468</a>
1032
1032
  </li></ul></dd>
1033
1033
 
1034
1034
 
@@ -1144,7 +1144,7 @@ send all remaining messages to the server.
1144
1144
 
1145
1145
  <dt class="tag-source">Source:</dt>
1146
1146
  <dd class="tag-source"><ul class="dummy"><li>
1147
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line515">line 515</a>
1147
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line528">line 528</a>
1148
1148
  </li></ul></dd>
1149
1149
 
1150
1150
 
@@ -1240,7 +1240,7 @@ const deviceId = await mixpanel.getDeviceId();
1240
1240
 
1241
1241
  <dt class="tag-source">Source:</dt>
1242
1242
  <dd class="tag-source"><ul class="dummy"><li>
1243
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line502">line 502</a>
1243
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line515">line 515</a>
1244
1244
  </li></ul></dd>
1245
1245
 
1246
1246
 
@@ -1358,7 +1358,7 @@ const distinctId = await mixpanel.getDistinctId();
1358
1358
 
1359
1359
  <dt class="tag-source">Source:</dt>
1360
1360
  <dd class="tag-source"><ul class="dummy"><li>
1361
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line484">line 484</a>
1361
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line497">line 497</a>
1362
1362
  </li></ul></dd>
1363
1363
 
1364
1364
 
@@ -1541,7 +1541,7 @@ Group Analytics properties.
1541
1541
 
1542
1542
  <dt class="tag-source">Source:</dt>
1543
1543
  <dd class="tag-source"><ul class="dummy"><li>
1544
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line312">line 312</a>
1544
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line325">line 325</a>
1545
1545
  </li></ul></dd>
1546
1546
 
1547
1547
 
@@ -1641,7 +1641,7 @@ People Analytics properties.
1641
1641
 
1642
1642
  <dt class="tag-source">Source:</dt>
1643
1643
  <dd class="tag-source"><ul class="dummy"><li>
1644
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line262">line 262</a>
1644
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line275">line 275</a>
1645
1645
  </li></ul></dd>
1646
1646
 
1647
1647
 
@@ -1755,7 +1755,7 @@ and persist beyond the lifetime of your application.
1755
1755
 
1756
1756
  <dt class="tag-source">Source:</dt>
1757
1757
  <dd class="tag-source"><ul class="dummy"><li>
1758
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line418">line 418</a>
1758
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line431">line 431</a>
1759
1759
  </li></ul></dd>
1760
1760
 
1761
1761
 
@@ -1865,7 +1865,7 @@ and persist beyond the lifetime of your application.
1865
1865
 
1866
1866
  <dt class="tag-source">Source:</dt>
1867
1867
  <dd class="tag-source"><ul class="dummy"><li>
1868
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line149">line 149</a>
1868
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line162">line 162</a>
1869
1869
  </li></ul></dd>
1870
1870
 
1871
1871
 
@@ -2036,7 +2036,7 @@ your application.
2036
2036
 
2037
2037
  <dt class="tag-source">Source:</dt>
2038
2038
  <dd class="tag-source"><ul class="dummy"><li>
2039
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line194">line 194</a>
2039
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line207">line 207</a>
2040
2040
  </li></ul></dd>
2041
2041
 
2042
2042
 
@@ -2348,7 +2348,7 @@ This method will internally track an opt-in event to your project.
2348
2348
 
2349
2349
  <dt class="tag-source">Source:</dt>
2350
2350
  <dd class="tag-source"><ul class="dummy"><li>
2351
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line159">line 159</a>
2351
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line172">line 172</a>
2352
2352
  </li></ul></dd>
2353
2353
 
2354
2354
 
@@ -2440,7 +2440,7 @@ This method will also remove any user-related information from the device.
2440
2440
 
2441
2441
  <dt class="tag-source">Source:</dt>
2442
2442
  <dd class="tag-source"><ul class="dummy"><li>
2443
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line170">line 170</a>
2443
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line183">line 183</a>
2444
2444
  </li></ul></dd>
2445
2445
 
2446
2446
 
@@ -2587,7 +2587,7 @@ to remove a superProperty, call unregisterSuperProperty() or clearSuperPropertie
2587
2587
 
2588
2588
  <dt class="tag-source">Source:</dt>
2589
2589
  <dd class="tag-source"><ul class="dummy"><li>
2590
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line372">line 372</a>
2590
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line385">line 385</a>
2591
2591
  </li></ul></dd>
2592
2592
 
2593
2593
 
@@ -2727,7 +2727,7 @@ same names has already been registered.
2727
2727
 
2728
2728
  <dt class="tag-source">Source:</dt>
2729
2729
  <dd class="tag-source"><ul class="dummy"><li>
2730
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line387">line 387</a>
2730
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line400">line 400</a>
2731
2731
  </li></ul></dd>
2732
2732
 
2733
2733
 
@@ -2887,7 +2887,7 @@ same names has already been registered.
2887
2887
 
2888
2888
  <dt class="tag-source">Source:</dt>
2889
2889
  <dd class="tag-source"><ul class="dummy"><li>
2890
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line335">line 335</a>
2890
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line348">line 348</a>
2891
2891
  </li></ul></dd>
2892
2892
 
2893
2893
 
@@ -2976,7 +2976,146 @@ same names has already been registered.
2976
2976
 
2977
2977
  <dt class="tag-source">Source:</dt>
2978
2978
  <dd class="tag-source"><ul class="dummy"><li>
2979
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line466">line 466</a>
2979
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line479">line 479</a>
2980
+ </li></ul></dd>
2981
+
2982
+
2983
+
2984
+
2985
+
2986
+
2987
+
2988
+ </dl>
2989
+
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+
2996
+
2997
+
2998
+
2999
+
3000
+
3001
+
3002
+
3003
+
3004
+
3005
+
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+
3012
+
3013
+
3014
+
3015
+ <h4 class="name" id="setFlushBatchSize"><span class="type-signature"></span>setFlushBatchSize<span class="signature">(flushBatchSize)</span><span class="type-signature"></span></h4>
3016
+
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+ <div class="description">
3023
+ Set the number of events sent in a single network request to the Mixpanel server.
3024
+ By configuring this value, you can optimize network usage and manage the frequency of communication between the client and the server. The maximum size is 50; any value over 50 will default to 50.
3025
+ </div>
3026
+
3027
+
3028
+
3029
+
3030
+
3031
+
3032
+
3033
+
3034
+
3035
+ <h5>Parameters:</h5>
3036
+
3037
+
3038
+ <table class="params">
3039
+ <thead>
3040
+ <tr>
3041
+
3042
+ <th>Name</th>
3043
+
3044
+
3045
+ <th>Type</th>
3046
+
3047
+
3048
+
3049
+
3050
+
3051
+ <th class="last">Description</th>
3052
+ </tr>
3053
+ </thead>
3054
+
3055
+ <tbody>
3056
+
3057
+
3058
+ <tr>
3059
+
3060
+ <td class="name"><code>flushBatchSize</code></td>
3061
+
3062
+
3063
+ <td class="type">
3064
+
3065
+
3066
+ <span class="param-type">integer</span>
3067
+
3068
+
3069
+
3070
+ </td>
3071
+
3072
+
3073
+
3074
+
3075
+
3076
+ <td class="description last">whether to automatically send the client IP Address.
3077
+ Defaults to true.</td>
3078
+ </tr>
3079
+
3080
+
3081
+ </tbody>
3082
+ </table>
3083
+
3084
+
3085
+
3086
+
3087
+
3088
+
3089
+ <dl class="details">
3090
+
3091
+
3092
+
3093
+
3094
+
3095
+
3096
+
3097
+
3098
+
3099
+
3100
+
3101
+
3102
+
3103
+
3104
+
3105
+
3106
+
3107
+
3108
+
3109
+
3110
+
3111
+
3112
+
3113
+
3114
+
3115
+
3116
+ <dt class="tag-source">Source:</dt>
3117
+ <dd class="tag-source"><ul class="dummy"><li>
3118
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line152">line 152</a>
2980
3119
  </li></ul></dd>
2981
3120
 
2982
3121
 
@@ -3274,7 +3413,7 @@ when the app enters the background on iOS. This is set to true by default.
3274
3413
 
3275
3414
  <dt class="tag-source">Source:</dt>
3276
3415
  <dd class="tag-source"><ul class="dummy"><li>
3277
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line296">line 296</a>
3416
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line309">line 309</a>
3278
3417
  </li></ul></dd>
3279
3418
 
3280
3419
 
@@ -3831,7 +3970,7 @@ property, representing the number of seconds between your calls.
3831
3970
 
3832
3971
  <dt class="tag-source">Source:</dt>
3833
3972
  <dd class="tag-source"><ul class="dummy"><li>
3834
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line441">line 441</a>
3973
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line454">line 454</a>
3835
3974
  </li></ul></dd>
3836
3975
 
3837
3976
 
@@ -3997,7 +4136,7 @@ that event.
3997
4136
 
3998
4137
  <dt class="tag-source">Source:</dt>
3999
4138
  <dd class="tag-source"><ul class="dummy"><li>
4000
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line245">line 245</a>
4139
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line258">line 258</a>
4001
4140
  </li></ul></dd>
4002
4141
 
4003
4142
 
@@ -4186,7 +4325,7 @@ that event. Group key/value pairs are upserted into the property map before trac
4186
4325
 
4187
4326
  <dt class="tag-source">Source:</dt>
4188
4327
  <dd class="tag-source"><ul class="dummy"><li>
4189
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line280">line 280</a>
4328
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line293">line 293</a>
4190
4329
  </li></ul></dd>
4191
4330
 
4192
4331
 
@@ -4327,7 +4466,7 @@ To clear all superProperties, use clearSuperProperties()
4327
4466
 
4328
4467
  <dt class="tag-source">Source:</dt>
4329
4468
  <dd class="tag-source"><ul class="dummy"><li>
4330
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line403">line 403</a>
4469
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line416">line 416</a>
4331
4470
  </li></ul></dd>
4332
4471
 
4333
4472
 
@@ -4379,7 +4518,7 @@ To clear all superProperties, use clearSuperProperties()
4379
4518
  <br class="clear">
4380
4519
 
4381
4520
  <footer>
4382
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Jun 20 2023 11:54:12 GMT-0700 (Pacific Daylight Time)
4521
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Dec 01 2023 16:27:57 GMT-0800 (Pacific Standard Time)
4383
4522
  </footer>
4384
4523
 
4385
4524
  <script> prettyPrint(); </script>
@@ -95,7 +95,7 @@
95
95
 
96
96
  <dt class="tag-source">Source:</dt>
97
97
  <dd class="tag-source"><ul class="dummy"><li>
98
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line732">line 732</a>
98
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line745">line 745</a>
99
99
  </li></ul></dd>
100
100
 
101
101
 
@@ -284,7 +284,7 @@ If the property exists and is not list-valued, the remove will be ignored.
284
284
 
285
285
  <dt class="tag-source">Source:</dt>
286
286
  <dd class="tag-source"><ul class="dummy"><li>
287
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line803">line 803</a>
287
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line816">line 816</a>
288
288
  </li></ul></dd>
289
289
 
290
290
 
@@ -446,7 +446,7 @@ possibly overwriting an existing property with the same name.
446
446
 
447
447
  <dt class="tag-source">Source:</dt>
448
448
  <dd class="tag-source"><ul class="dummy"><li>
449
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line751">line 751</a>
449
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line764">line 764</a>
450
450
  </li></ul></dd>
451
451
 
452
452
 
@@ -606,7 +606,7 @@ possibly overwriting an existing property with the same name.
606
606
 
607
607
  <dt class="tag-source">Source:</dt>
608
608
  <dd class="tag-source"><ul class="dummy"><li>
609
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line770">line 770</a>
609
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line783">line 783</a>
610
610
  </li></ul></dd>
611
611
 
612
612
 
@@ -768,7 +768,7 @@ If the property exists and is not list-valued, the union will be ignored.
768
768
 
769
769
  <dt class="tag-source">Source:</dt>
770
770
  <dd class="tag-source"><ul class="dummy"><li>
771
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line819">line 819</a>
771
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line832">line 832</a>
772
772
  </li></ul></dd>
773
773
 
774
774
 
@@ -905,7 +905,7 @@ If the property exists and is not list-valued, the union will be ignored.
905
905
 
906
906
  <dt class="tag-source">Source:</dt>
907
907
  <dd class="tag-source"><ul class="dummy"><li>
908
- <a href="index.js.html">index.js</a>, <a href="index.js.html#line788">line 788</a>
908
+ <a href="index.js.html">index.js</a>, <a href="index.js.html#line801">line 801</a>
909
909
  </li></ul></dd>
910
910
 
911
911
 
@@ -957,7 +957,7 @@ If the property exists and is not list-valued, the union will be ignored.
957
957
  <br class="clear">
958
958
 
959
959
  <footer>
960
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Tue Jun 20 2023 11:54:12 GMT-0700 (Pacific Daylight Time)
960
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.6</a> on Fri Dec 01 2023 16:27:57 GMT-0800 (Pacific Standard Time)
961
961
  </footer>
962
962
 
963
963
  <script> prettyPrint(); </script>