Interface UnbluExternalLinkHandler

All Known Implementing Classes:
UnbluPatternMatchingExternalLinkHandler

public interface UnbluExternalLinkHandler
Interface for handling external links tapped within Unblu.
The handling policy can vary from opening the link within the application, launching an external browser, or blocking the link altogether. This allows for flexible control when interacting with external content during a conversation.
The UnbluPatternMatchingExternalLinkHandler provided by the SDK serves as a default implementation. It shows how patterns in URLs can be matched against predefined rules to determine the appropriate handling policy.
See Also: