---
title: AVContentProposalAction
framework: avkit
role: symbol
role_heading: Enumeration
path: avkit/avcontentproposalaction
---

# AVContentProposalAction

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

## Declaration

```swift
enum AVContentProposalAction
```

## Topics

### Creating an action

- [init(rawValue:)](avkit/avcontentproposalaction/init(rawvalue:).md)

### Actions

- [AVContentProposalAction.accept](avkit/avcontentproposalaction/accept.md)
- [AVContentProposalAction.reject](avkit/avcontentproposalaction/reject.md)
- [AVContentProposalAction.defer](avkit/avcontentproposalaction/defer.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Dismissing the Proposal

- [dismissContentProposal(for:animated:completion:)](avkit/avcontentproposalviewcontroller/dismisscontentproposal(for:animated:completion:).md)
