UnbluExternalLinkHandleAction

public enum UnbluExternalLinkHandleAction

Describes actions for Unblu to take when external links are tapped in a conversation

  • Instructs Unblu to open the link.

    Declaration

    Swift

    case open
  • Instructs Unblu to do nothing with the link. Use this if you either handle the link yourself, or do not want Unblu to open it.

    Declaration

    Swift

    case none