disambiguation(with:)
Creates an object whose resolution requires the user to select from among the specified objects.
Declaration
class func disambiguation(with temporalEventTriggersToDisambiguate: [INTemporalEventTrigger]) -> SelfParameters
- temporalEventTriggersToDisambiguate:
An array of Intemporaleventtrigger objects for the user to choose from.
Return Value
A new INTemporalEventTriggerResolutionResult 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 INTemporalEventTrigger object that you provide, include enough information to be able to resolve that trigger uniquely later.