Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TenjinSDK.instance.setRewardCallback undefined #20

Open
khoa-superfine opened this issue Sep 27, 2024 · 0 comments
Open

TenjinSDK.instance.setRewardCallback undefined #20

khoa-superfine opened this issue Sep 27, 2024 · 0 comments

Comments

@khoa-superfine
Copy link

I am unable to use the code mentioned in the example for deep linking.
TenjinSDK.instance.setRewardCallback = (bool clickedTenjinLink, bool isFirstSession, Map<String, String> data) { if (isFirstSession) { if (clickedTenjinLink) { if (data.containsKey(TenjinSDK.DEEPLINK_URL)) { // use the deferred_deeplink_url to direct the user to a specific part of your app } } } };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant