UnbluExternalLinkHandler
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
Return Value
The
UnbluExternalLinkHandlingPolicy
Unblu should use for the tapped link.