Contents

disambiguation(with:)

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

Declaration

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

Parameters

  • peopleToDisambiguate:

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

Mentioned in

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.

See Also

Creating a Resolution Result Object