<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVContentProposalViewController/dismissContentProposal(for:animated:completion:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "c:objc(cs)AVContentProposalViewController(im)dismissContentProposalForAction:animated:completion:"
  },
  "title" : "dismissContentProposal(for:animated:completion:)"
}
-->

# dismissContentProposal(for:animated:completion:)

Dismisses the current content proposal.

```
func dismissContentProposal(for action: AVContentProposalAction, animated: Bool, completion block: (() -> Void)? = nil)
```

## Parameters

`action`

A content proposal action that indicates whether the user accepted, rejected, or deferred the content proposal.

`animated`

A Boolean value that indicates whether the content proposal dismisses in an animated manner.

`block`

An optional callback that the system calls when its hidden the conten proposal.

## Discussion

Call this method to indicate the user action when leaving this 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)