appsflyer-capacitor-plugin 6.8.0-rc1 → 6.8.0-rc2
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
CHANGED
|
@@ -20,7 +20,7 @@ const val AF_ONELINK_DOMAIN = "domains"
|
|
|
20
20
|
const val AF_DEEPLINK_URLS = "urls"
|
|
21
21
|
const val AF_UID = "uid"
|
|
22
22
|
const val AF_ANONYMIZE_USER = "anonymizeUser"
|
|
23
|
-
const val AF_DISABLE = "
|
|
23
|
+
const val AF_DISABLE = "shouldDisable"
|
|
24
24
|
const val AF_STOP = "stop"
|
|
25
25
|
const val AF_IS_STOP = "isStopped"
|
|
26
26
|
const val AF_PATH = "path"
|