---
title: urlContexts
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiscene/connectionoptions/urlcontexts
---

# urlContexts

The URLs to open, along with metadata specifying how to open them.

## Declaration

```swift
var urlContexts: Set<UIOpenURLContext> { get }
```

## Discussion

Discussion An empty set indicates that there are no URLs to open.
