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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with playbackQueueLocationToConfirm: INPlaybackQueueLocation) -> Self
```

## Parameters

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

## Return Value

Return Value A new INPlaybackQueueLocationResolutionResult object.

## Discussion

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

## See Also

### Constants

- [success(with:)](intents/inplaybackqueuelocationresolutionresult/success(with:).md)
- [INPlaybackQueueLocation](intents/inplaybackqueuelocation.md)
