UnbluExternalLinkHandler
public protocol UnbluExternalLinkHandler : AnyObject
A protocol used when evaluating external links within Unblu
-
Called when a link is tapped in a conversation
Declaration
Swift
func decidePolicy(for url: URL) -> UnbluExternalLinkHandlingPolicy
Parameters
url
The
URL
of the link that was tapped.Return Value
The
UnbluExternalLinkHandlingPolicy
Unblu should use for the tapped link.