Contents

hasAccess(to:)

Checks the specified URL against the currently granted permission match patterns.

Declaration

func hasAccess(to url: URL) -> Bool

Parameters

  • url:

    The URL for which to return the status.

See Also

Related Documentation