Contents

disambiguation(with:)

Creates a result that requires the user to select from an array of choices.

Declaration

class func disambiguation(with callRecordsToDisambiguate: [INCallRecord]) -> Self

Parameters

  • callRecordsToDisambiguate:

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

Return Value

A new INCallRecordResolutionResult object.

Discussion

Use this method to create a result when one INCallRecord matches the given information, and you can’t definitively pick one. Ask the user to select from the objects you specify.