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) -> UnbluExternalLinkHandlingPolicyReturn Value
The
UnbluExternalLinkHandlingPolicyUnblu should use for the tapped link.