Skip to content

Commit 89c3374

Browse files
author
easteracrobat
committed
proofing
1 parent 45322ee commit 89c3374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ For each device with your app installed on it, adjust backend generates unique *
716716
String adid = Adjust.getAdid();
717717
```
718718

719-
**Note**: This method works from Adjust SDK v4.11.0 and above
719+
**Note**: You can only make this call in the Adjust SDK v4.11.0 and above.
720720

721721
**Note**: Information about **adid** is available after app installation has been tracked by the adjust backend. From that moment on, adjust SDK has information about your device **adid** and you can access it with this method. So, **it is not possible** to access **adid** value before the SDK has been initialised and installation of your app was tracked successfully.
722722

@@ -728,7 +728,7 @@ Like described in [attribution callback scetion](#attribution-callback), this ca
728728
AdjustAttribution attribution = Adjust.getAttribution();
729729
```
730730

731-
**Note**: This method works from Adjust SDK v4.11.0 and above*
731+
**Note**: You can only make this call in the Adjust SDK v4.11.0 and above.
732732

733733
**Note**: Information about current attribution is available after app installation has been tracked by the adjust backend and attribution callback has been initially triggered. From that moment on, adjust SDK has information about your user's attribution and you can access it with this method. So, **it is not possible** to access user's attribution value before the SDK has been initialised and attribution callback has been initially triggered.
734734

0 commit comments

Comments
 (0)