confirmationRequired(with:)
Creates an object whose resolution requires confirmation from the user before proceeding.
Declaration
class func confirmationRequired(with noteContentToConfirm: INNoteContent?) -> SelfParameters
- noteContentToConfirm:
The object that resolves the request but must be confirmed by the user.
Return Value
A new INNoteContentResolutionResult object.
Discussion
Use this method when you cannot resolve the parameter exactly as intended, but can resolve it to an appropriate value and want the user to confirm that value before continuing.