Skip to content

Commit

Permalink
another copy tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
afgiel committed Jan 13, 2025
1 parent 12a2c02 commit 43381bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/activities/Development_Guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ success ? console.log('User shared link!') : console.log('User did not share lin
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.
So now that the initial user has shared a link, what happens when their friend receives the message and clicks the link?
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.
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.
```javascript
// for illustrative purposes -- this must be implemented by you as a developer
Expand Down

0 comments on commit 43381bf

Please sign in to comment.