Skip to content

TenjinSDK.instance.setRewardCallback undefined #20

@khoa-superfine

Description

@khoa-superfine

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 } } } };

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions