---
title: dateOfAutomaticAcceptance
framework: avkit
role: symbol
role_heading: Instance Property
path: avkit/avcontentproposalviewcontroller/dateofautomaticacceptance
---

# dateOfAutomaticAcceptance

The date that the system automatically accepts a proposal if the user doesn’t intervene.

## Declaration

```swift
var dateOfAutomaticAcceptance: Date? { get set }
```

## Discussion

Discussion The system schedules the proposal when you present it, and may unschedule it if the user cancels automatic acceptance, manually accepts, or otherwise dismisses the proposal. Set this property to nil to cancel automatic acceptance.

## See Also

### Configuring the Proposal

- [contentProposal](avkit/avcontentproposalviewcontroller/contentproposal.md)
- [AVContentProposal](avkit/avcontentproposal.md)
- [playerLayoutGuide](avkit/avcontentproposalviewcontroller/playerlayoutguide.md)
- [preferredPlayerViewFrame](avkit/avcontentproposalviewcontroller/preferredplayerviewframe.md)
