---
title: UIScene.OpenURLOptions
framework: uikit
role: symbol
role_heading: Class
path: uikit/uiscene/openurloptions
---

# UIScene.OpenURLOptions

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

## Declaration

```swift
@MainActor class OpenURLOptions
```

## Overview

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

- [sourceApplication](uikit/uiscene/openurloptions/sourceapplication.md)
- [annotation](uikit/uiscene/openurloptions/annotation.md)
- [eventAttribution](uikit/uiscene/openurloptions/eventattribution.md)

### Specifying the behavior options

- [openInPlace](uikit/uiscene/openurloptions/openinplace.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Getting the URL

- [url](uikit/uiopenurlcontext/url.md)
- [options](uikit/uiopenurlcontext/options.md)
