Skip to content

Commit 4e93eba

Browse files
authored
Merge pull request #95 from adjust/readme-update
README update
2 parents f12afb7 + 1c38a6c commit 4e93eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1196,7 +1196,7 @@ Upon receiving this information, Adjust will block the sharing of that specific
11961196
Call the following method to instruct the Adjust SDK to communicate the user's choice to share data or change data sharing, to the Adjust backend:
11971197

11981198
```dart
1199-
AdjustThirdPartySharing adjustThirdPartySharing = new AdjustThirdPartySharing(false);
1199+
AdjustThirdPartySharing adjustThirdPartySharing = new AdjustThirdPartySharing(true);
12001200
Adjust.trackThirdPartySharing(adjustThirdPartySharing);
12011201
```
12021202

0 commit comments

Comments
 (0)