disambiguation(with:)
Creates an object whose resolution requires the user to select from among the specified objects.
Declaration
class func disambiguation(with noteContentsToDisambiguate: [INNoteContent]) -> SelfParameters
- noteContentsToDisambiguate:
An array of Innotecontent objects for the user to choose from.
Return Value
A new INNoteContentResolutionResult object.
Discussion
Use this method to create a result object when more than one note matches the provided information and you cannot pick one definitively. Ask the user to select from among the notes that you specify.