The URL that the handler asks the system to open.
Type Method
型メソッド
system
systemAction(_:)
The handler asks the system to open the modified URL.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
Technology
- Swift
UI
Declaration 宣言
static func systemAction(_ url: URL
) -> OpenURLAction
.Result
Parameters パラメータ
url
Discussion 議論
The action invokes its completion handler with a value that depends on the outcome of the system’s attempt to open the URL.