---
title: url
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avcontentproposal/url
---

# url

The URL of the proposed content.

## Declaration

```swift
var url: URL? { get set }
```

## Discussion

Discussion Use this property value to initialize a new AVPlayerItem to play when the user accepts the content proposal. If the value of this property is nil, the AVPlayerViewControllerDelegate must handle the content proposal acceptance.

## See Also

### Configuring the Content Proposal

- [contentTimeForTransition](avkit/avcontentproposal/contenttimefortransition.md)
- [title](avkit/avcontentproposal/title.md)
- [previewImage](avkit/avcontentproposal/previewimage.md)
- [metadata](avkit/avcontentproposal/metadata.md)
- [automaticAcceptanceInterval](avkit/avcontentproposal/automaticacceptanceinterval.md)
