disambiguation(with:)
Creates an object whose resolution requires the user to select from among the specified objects.
Declaration
class func disambiguation(with spatialEventTriggersToDisambiguate: [INSpatialEventTrigger]) -> SelfParameters
- spatialEventTriggersToDisambiguate:
An array of Inspatialeventtrigger objects for the user to choose from.
Return Value
A new INSpatialEventTriggerResolutionResult object.
Discussion
Use this method to create a result object when more than one trigger condition matches the provided information and you cannot pick one definitively. Ask the user to select from among the triggers that you specify.
For each INSpatialEventTrigger object that you provide, include enough information to be able to resolve that trigger uniquely later.