<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NowPlaying",
  "identifier" : "/documentation/NowPlaying/MediaCommand/feedback(title:shortTitle:status:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Now Playing"
    ],
    "preciseIdentifier" : "s:10NowPlaying12MediaCommandV8feedback5title10shortTitle6status_ACSSSg_AhC14FeedbackStatusOyAJYaKctFZ"
  },
  "title" : "feedback(title:shortTitle:status:_:)"
}
-->

# feedback(title:shortTitle:status:_:)

Creates a command that handles user feedback (positive, neutral, or negative) for the current content.

```
static func feedback(title: String? = nil, shortTitle: String? = nil, status: MediaCommand.FeedbackStatus = .neutral, _ action: @escaping (MediaCommand.FeedbackStatus) async throws -> Void) -> MediaCommand
```

## Parameters

`title`

A localized string that describes the context of the command.

`shortTitle`

A shortened version of the title.

`status`

The current feedback status for the content.

`action`

The closure the system calls when the user changes the feedback status.

---

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)