Skip to content

Conversation

@joaodordio
Copy link
Member

@joaodordio joaodordio commented Jan 12, 2026

🔹 Jira Ticket(s) if any

✏️ Description

Expose the existing isIterableDeepLink method as a public static API, allowing SDK consumers to check if a URL is an Iterable deep link before passing it for handling.

    /**
     * Checks if a URL is an Iterable deep link (rewritten by Iterable)
     *
     * @param url The URL string to check
     * @return true if the URL matches the Iterable deep link pattern
     */
    public static boolean isIterableDeeplink(@Nullable String url) {
        return IterableDeeplinkManager.isIterableDeeplink(url);
    }

Copy link

@franco-zalamena-iterable franco-zalamena-iterable left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

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

Successfully merging this pull request may close these issues.

3 participants