Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GM-appsflyer authored Jul 27, 2023
1 parent 2277c96 commit 25bf5af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,7 @@ appsFlyerSdk.setCustomerIdAndLogSession("id");
_Example:_
```dart
var data = {"key1": "value1", "key2": "value2"};
var customData = {"customData": data};
appsFlyerSdk.setAdditionalData(customData);
appsFlyerSdk.setAdditionalData(data);
```
---
**<a id="setCollectAndroidId"> `void setCollectAndroidId(bool isCollect)`**
Expand Down

0 comments on commit 25bf5af

Please sign in to comment.