systemAction(_:)
The handler asks the system to open the modified URL.
Declaration
static func systemAction(_ url: URL) -> OpenURLAction.ResultParameters
- url:
The URL that the handler asks the system to open.
Discussion
The action invokes its completion handler with a value that depends on the outcome of the system’s attempt to open the URL.