@@ -52,19 +52,22 @@ In order for us to provide optimal support, we would kindly ask you to submit an
5252 - [ setPartnerData] ( #partnerData )
5353- [ setOneLinkCustomDomain] ( #customDomains )
5454- [ setCurrentDeviceLanguage] ( #currentLang ) * (ios only)*
55- - [ setSharingFilterForPartners] ( #SharingFilterForPartners )
55+ - [ setSharingFilterForPartners] ( #SharingFilterForPartners )
56+ - [ setDisableNetworkData] ( #disableNetworkID ) * (android only)*
5657
5758
5859### <a id =" plugin-build-for " > This plugin is built for
5960
60- - Android AppsFlyer SDK ** v6.5.2 **
61- - iOS AppsFlyer SDK ** v6.5.2 **
61+ - Android AppsFlyer SDK ** v6.8.0 **
62+ - iOS AppsFlyer SDK ** v6.8.1 **
6263
6364
6465### <a id =" integration " > Integration:
6566 - [ Android integration Documents] ( docs/Android_README.md )
6667 - [ iOS integration Documents] ( docs/iOS_README.md )
6768
69+
70+
6871
6972
7073## <a id =" usage " > Usage:
@@ -732,6 +735,23 @@ Used by advertisers to set some (one or more) networks/integrated partners to ex
732735
733736```
734737
738+ ---
739+
740+
741+ ##### <a id="disableNetworkID"> **`setDisableNetworkData(disable);`**
742+ Use to opt-out of collecting the network operator name (carrier) and sim operator name from the device.
743+
744+ | parameter | type | description |
745+ | ----------- |-----------------------------|--------------|
746+ | `disable` | `bool` | Defaults to false
747+
748+
749+ *Example:*
750+
751+ ```cpp
752+ AppsFlyerX::setDisableNetworkData(true);
753+ ```
754+
735755---
736756
737757 ## ** Migration Guide to v6**
0 commit comments