Instance Method インスタンスメソッド

onOpenURL(perform:)

Registers a handler to invoke when the view receives a url for the scene or window the view is in. あるハンドラを登録して、ビューがURLを、その中にビューが入っているシーンまたはウインドウに対して受け取る時に発動します。

Declaration 宣言

func onOpenURL(perform action: @escaping (URL) -> ()) -> some View

Parameters パラメータ

action

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を配達する時にとります。

Discussion 議論