From 25bf5af05797d2510d47243269628b5a4344ac6a Mon Sep 17 00:00:00 2001 From: Gabriel Mandler <53262434+GM-appsflyer@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:01:52 +0300 Subject: [PATCH] Update API.md --- doc/API.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/API.md b/doc/API.md index 314fb9e..4663d19 100644 --- a/doc/API.md +++ b/doc/API.md @@ -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); ``` --- ** `void setCollectAndroidId(bool isCollect)`**