disambiguation(with:)

disambiguation(with:)

disambiguation(with:) Type Method of INPersonResolutionResult Creates an object whose resolution requires the user to select from among the specified objects.

class func disambiguation(with peopleToDisambiguate: [INPerson]) -> Self

Parameters

peopleToDisambiguate

An array of INPerson objects for the user to choose from.

Return Value

A new INPersonResolutionResult object.

Discussion

Use this method to create a result object when more than one person might match the given information and you can’t pick one definitively. Ask the user to select from among the people you specify.