Skip to content

Commit 43381bf

Browse files
committed
another copy tweak
1 parent 12a2c02 commit 43381bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/activities/Development_Guides.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ success ? console.log('User shared link!') : console.log('User did not share lin
905905
Calling `shareLink` will prompt the user with a modal to share the link. The `success` returned indicates if the link was shared or copied. Note that we did not add a `referrer_id` in this example, as the user ID of the user sharing the link will automatically be appended as a referrer if left empty.
906906
907907
So now that the initial user has shared a link, what happens when their friend receives the message and clicks the link?
908-
Clicking the link (or Play from the Embed) will launch the activity and pass the `customId` and `referredId` to the SDK. From there you can resolve the IDs and grant the rewards as promised.
908+
Clicking the link (or Play from the Embed) will launch the activity and pass the `customId` and `referredId` to the SDK. Once launched, the SDK will expose the `customId` and `refererId` and you can resolve the IDs and grant the rewards as promised.
909909
910910
```javascript
911911
// for illustrative purposes -- this must be implemented by you as a developer

0 commit comments

Comments
 (0)