Contents

confirmationRequired(with:)

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

Declaration

class func confirmationRequired(with notebookItemTypeToConfirm: INNotebookItemType) -> Self

Parameters

  • notebookItemTypeToConfirm:

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

Return Value

A new INNotebookItemTypeResolutionResult object.

Discussion

Use this method when you cannot search for the specified type of content but can search for a similar type and want to confirm with the user before proceeding.

See Also

Creating a Resolution Result Object