You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
alhansrisuk
changed the title
handleSailthru method not implemented in EngageBySailthruhandleSailthruLink method not implemented in EngageBySailthru
Feb 4, 2025
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
@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?
hello! i was looking at the documentation for the methods available in
EngageBySailthru
SDK and notice thathandleSailthruLink
method is not implemented inRNEngageBySailthru.m
.is this a mistake in the documentation or will it be implemented?
The text was updated successfully, but these errors were encountered: