URLOpenerProtocol

public protocol URLOpenerProtocol

Undocumented

  • Undocumented

    Declaration

    Swift

    func canOpenURL(_ url: URL) -> Bool
  • Undocumented

    Declaration

    Swift

    func open(_ url: URL, options: [UIApplication.OpenExternalURLOptionsKey : Any], completionHandler completion: ((Bool) -> Void)?)