confirmationRequired(with:)
Creates an object whose resolution requires confirmation from the user before proceeding.
Declaration
class func confirmationRequired(with noteContentTypeToConfirm: INNoteContentType) -> SelfParameters
- noteContentTypeToConfirm:
The value that resolves the request but must be confirmed by the user.
Return Value
A new INNoteContentTypeResolutionResult object.
Discussion
Use this method when you cannot provide note content for the specified type but can provide it for a different type and want to confirm with the user before proceeding.