From bb7f7b7fee88d3a1c445e500457885d0e3bbbe7e Mon Sep 17 00:00:00 2001 From: "ivan.obodovskyi" Date: Tue, 15 Oct 2024 13:41:37 +0300 Subject: [PATCH] Readme.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 84e8112..c9fd5ce 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,14 @@ AppsFlyerX::stop(false); // or false AppsFlyerX::sharingFilter(partners); ``` --- +##### **`sharingFilterForAllPartners();`** + +Use to prevent sharing data with all networks/integrated partners. + +```cpp +AppsFlyerX::sharingFilterForAllPartners(); +``` +___ ##### **`Validate and log 2.0 API`**