react-native-appsflyer
Advanced tools
Comparing version 5.1.0 to 5.1.1
# Versions | ||
## 5.1.1 | ||
Added setDeviceTrackingDisabled api | ||
## 5.1.0 | ||
@@ -4,0 +8,0 @@ |
12
index.js
@@ -305,2 +305,13 @@ import { NativeEventEmitter, NativeModules } from "react-native"; | ||
/** | ||
* Anonymize user Data. | ||
* Use this API during the SDK Initialization to explicitly anonymize a user's installs, events and sessions. | ||
* Default is false | ||
* @param isDeviceTrackingDisabled boolean | ||
* @param successC success callback function. | ||
*/ | ||
appsFlyer.setDeviceTrackingDisabled = (isDeviceTrackingDisabled, successC) => { | ||
return RNAppsFlyer.setDeviceTrackingDisabled(isDeviceTrackingDisabled, successC); | ||
}; | ||
function AFParseJSONException(_message, _data) { | ||
@@ -312,2 +323,3 @@ this.message = _message; | ||
export default appsFlyer; |
{ | ||
"name": "react-native-appsflyer", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "React Native Appsflyer plugin", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
167289
40
292