<!--
{
  "availability" : [
    "tvOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentProposalAction",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:@E@AVContentProposalAction"
  },
  "title" : "AVContentProposalAction"
}
-->

# AVContentProposalAction

Constant that indicate the action a user takes when dismissing a content proposal.

```
enum AVContentProposalAction
```

## Topics

### Creating an action

[`init(rawValue:)`](/documentation/AVKit/AVContentProposalAction/init(rawValue:))

### Actions

[`AVContentProposalAction.accept`](/documentation/AVKit/AVContentProposalAction/accept)

The user accepted the content proposal.

[`AVContentProposalAction.reject`](/documentation/AVKit/AVContentProposalAction/reject)

The user rejected the content proposal.

[`AVContentProposalAction.defer`](/documentation/AVKit/AVContentProposalAction/defer)

The user deferred the content proposal.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)