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

handleSailthruLink method not implemented in EngageBySailthru #125

Open
alhansrisuk opened this issue Feb 3, 2025 · 2 comments
Open

handleSailthruLink method not implemented in EngageBySailthru #125

alhansrisuk opened this issue Feb 3, 2025 · 2 comments

Comments

@alhansrisuk
Copy link

alhansrisuk commented Feb 3, 2025

hello! i was looking at the documentation for the methods available in EngageBySailthru SDK and notice that handleSailthruLink method is not implemented in RNEngageBySailthru.m.

is this a mistake in the documentation or will it be implemented?

@alhansrisuk alhansrisuk changed the title handleSailthru method not implemented in EngageBySailthru handleSailthruLink method not implemented in EngageBySailthru Feb 4, 2025
@igstewart3
Copy link
Collaborator

Hello! The documentation you've linked is the rebrand guide - it helps to detail what methods would be moved into the EngageBySailthru class from SailthruMobile if they existed there previously. We've never implemented handleSailthruLink for the React Native layer because it makes more sense to handle it natively: https://sdkdevelopers.meetmarigold.com/docs/handling-sailthru-links#react-native

@alhansrisuk
Copy link
Author

@igstewart3 makes sense, thank you. in the documentation for the React Native implementation I notice the class is [[EngageBySailthru new] handleSailthruLink:incomingURL]; for Objective C while the Swift implementation is Marigold().handleSailthruLink(incomingURL)

In order to access the EngageBySailthru class in the AppDelegate would we import the Marigold class like so?

#import <Marigold/Marigold.h>

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

No branches or pull requests

2 participants