A function that takes a URL
object as its parameter when delivering the URL to the scene or window the view is in.
ある関数、それはあるURL
オブジェクトをそれのパラメータとして、その中にビューが入っているシーンまたはウインドウにそのURLを配達する時にとります。
Instance Method
インスタンスメソッド
on
onOpenURL(perform:)
Registers a handler to invoke when the view receives a url for the scene or window the view is in.
あるハンドラを登録して、ビューがURLを、その中にビューが入っているシーンまたはウインドウに対して受け取る時に発動します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
action
Discussion 議論
Note 注意
This method handles the reception of Universal Links, rather than a NSUser
.
このメソッドは、「ユニバーサルリンク」の受け取りを取り扱います、NSUser
ではなく。