---
title: "confirmationRequired(with:)"
framework: intents
role: symbol
role_heading: Type Method
path: "intents/inmediadestinationresolutionresult/confirmationrequired(with:)"
---

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with mediaDestinationToConfirm: INMediaDestination?) -> Self
```

## Parameters

- `mediaDestinationToConfirm`: The value that resolves the request, but must be confirmed by the user.

## Return Value

Return Value A new INMediaDestinationResolutionResult object.

## Discussion

Discussion Use this method when you can’t resolve the parameter to a destination type that’s similar, but not equal to, the one specified in the intent. Don’t use this method to resolve date types your app doesn’t support.

## See Also

### Creating a Resolution Result Object

- [success(with:)](intents/inmediadestinationresolutionresult/success(with:).md)
- [disambiguation(with:)](intents/inmediadestinationresolutionresult/disambiguation(with:).md)
