Contents

UIScene.OpenURLOptions

Options that UIKit provides when asking your app to open a URL.

Declaration

@MainActor class OpenURLOptions

Overview

Don’t create a UIScene.OpenURLOptions object directly. UIKit creates one for you when your app receives a request to open a URL. Use the information in the object to determine how to respond to the URL.

Topics

Specifying the URL details

Specifying the behavior options

See Also

Getting the URL