UnbluExternalLinkHandlingPolicy
public enum UnbluExternalLinkHandlingPolicy
An enum describing actions for Unblu to take when evaluating external links
-
Tells Unblu to try and open the link.
Declaration
Swift
case open
-
Tells Unblu to block the link. No action will be taken, and an alert will be shown.
Declaration
Swift
case block
-
Tells Unblu to ignore the link. No action will be taken and no alert will be shown.
Declaration
Swift
case ignore