Contents

disambiguation(with:)

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

Declaration

class func disambiguation(with restaurantsToDisambiguate: [INRestaurant]) -> Self

Parameters

  • restaurantsToDisambiguate:

    An array of restaurants from which to select. Specify as few items as possible, and preferably no more than five.

Return Value

A new INRestaurantResolutionResult object.

Discussion

Use this method when you cannot resolve the restaurant uniquely and need the user to select from a limited set of possible values.

See Also

Creating a Resolution Result Object