Contents

disambiguationWithNotebookItemTypesToDisambiguate:

Creates an object whose resolution requires the user to select from among the specified objects.

Declaration

+ (instancetype) disambiguationWithNotebookItemTypesToDisambiguate:(NSArray<NSNumber *> *) notebookItemTypesToDisambiguate;

Parameters

  • notebookItemTypesToDisambiguate:

    An array of Innotebookitemtype values for the user to choose from.

Return Value

A new INNotebookItemTypeResolutionResult object.

Discussion

Use this method to create a result object when more than one notebook item type matches the given information and you cannot pick one definitively. Ask the user to select from among the item types that you specify.

See Also

Creating a Resolution Result Object