Type Method 型メソッド

systemAction(_:)

The handler asks the system to open the modified URL.

Declaration 宣言

static func systemAction(_ url: URL) -> OpenURLAction.Result

Parameters パラメータ

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.