Contents

confirmationRequired(with:)

Creates an object whose resolution requires confirmation from the user before proceeding.

Declaration

class func confirmationRequired(with noteToConfirm: INNote?) -> Self

Parameters

  • noteToConfirm:

    The object that resolves the request but must be confirmed by the user.

Return Value

A new INNoteResolutionResult object.

Discussion

Use this method when you locate a single note but cannot determine with enough certainty that it is the one intended by the user. For example, you might ask for confirmation when the note text does not match precisely. Provide an INNote object with as much information about the note as you have available.

See Also

Creating a Resolution Result Object