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

# confirmationRequired(with:)

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

## Declaration

```swift
class func confirmationRequired(with relativeSettingToConfirm: INRelativeSetting) -> Self
```

## Parameters

- `relativeSettingToConfirm`: The value that resolves the request but the user needs to confirm it.

## Return Value

Return Value A new INRelativeSettingResolutionResult object.

## Discussion

Discussion Use this method when you can resolve the parameter to an equivalent value but want the user to confirm the replacement value before proceeding.

## See Also

### Creating a Resolution Result Object

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