disambiguation(with:)
Creates an object whose resolution requires the user to select from among the specified objects.
Declaration
@nonobjc static func disambiguation(with notebookItemTypesToDisambiguate: [INNotebookItemType]) -> SelfParameters
- 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.