Contents

disambiguation(with:)

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

Declaration

class func disambiguation(with temporalEventTriggersToDisambiguate: [INTemporalEventTrigger]) -> Self

Parameters

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.

See Also

Creating a Resolution Result Object