<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INMediaAffinityTypeResolutionResult/confirmationRequired(with:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INMediaAffinityTypeResolutionResult(cm)confirmationRequiredWithMediaAffinityTypeToConfirm:"
  },
  "title" : "confirmationRequired(with:)"
}
-->

# confirmationRequired(with:)

Creates an object whose resolution requires that the user must confirm the value before proceeding.

```
class func confirmationRequired(with mediaAffinityTypeToConfirm: INMediaAffinityType) -> Self
```

## Parameters

`mediaAffinityTypeToConfirm`

The value that resolves the request but must be confirmed by the user.

## Return Value

A new [`INMediaAffinityTypeResolutionResult`](/documentation/Intents/INMediaAffinityTypeResolutionResult) object.

## Discussion

Use this method when you can’t resolve the parameter to an affinity that’s similar, but not equal to, the one specified in the intent. Don’t use this method to resolve affinities your app doesn’t support.

---

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)