BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
287 stars 101 forks source link

[ACQ-848] feat(journeys): add dismissJourney() method #1023

Closed jaredmeakin closed 1 month ago

jaredmeakin commented 1 month ago

ACQ-848: adding a dismissJourney() method as closeJourney() doesn't do what we need. It still allows for the journey to reappear. This allows for the localstorage value to be written, and does what we intend.