Skip to content

Commit 59e2144

Browse files
authored
Merge pull request #540 from dori-af/dori/user-invite
User invite: added note per kb request
2 parents 988f5be + 6a37792 commit 59e2144

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Docs/RN_UserInvite.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ The link that is generated for the user invite will use this OneLink ID as the b
1919
| oneLinkID | string | oneLinkID |
2020
| callback | function | success callback |
2121

22-
22+
> 📘 Note
23+
>
24+
> - Make sure to call `setAppInviteOneLinkID()` **before** calling `start`.
25+
> - The OneLink template must be assigned to the app.
26+
2327
##### 2. `generateInviteLink(parameters, success, error)`
2428
A complete list of supported parameters is available [here](https://support.appsflyer.com/hc/en-us/articles/115004480866-User-Invite-Tracking). Custom parameters can be passed using a userParams{} nested object, as in the example above.
2529

0 commit comments

Comments
 (0)