Skip to content

Commit 38e64b6

Browse files
committed
Update README.md
1 parent e210515 commit 38e64b6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ afm.Start(skipFirst);
7474

7575
### Stop
7676

77-
Once this method is invoked, our SDK no longer communicates with our servers and stops functioning.
78-
Useful when implementing user opt-in/opt-out.
77+
This method stops the SDK from functioning and communicating with AppsFlyer servers. It's used when implementing user opt-in/opt-out.
7978

8079
**Method signature**
8180

@@ -148,9 +147,8 @@ afm.Start(!IsInstallOlderThanDate);
148147

149148
### SetCustomerUserId
150149

151-
Setting your own customer ID enables you to cross-reference your own unique ID with AppsFlyer’s unique ID and other devices’ IDs.
152-
This ID is available in raw-data reports and in the Postback APIs for cross-referencing with your internal IDs.
153-
Can be used only before calling `Start()`.
150+
This method sets a customer ID that enables you to cross-reference your unique ID with the AppsFlyer unique ID and other device IDs. Note: You can only use this method before calling `Start()`.
151+
The customer ID is available in raw data reports and in the postbacks sent via API.
154152

155153
**Method signature**
156154

0 commit comments

Comments
 (0)