Contents

INCallRecordResolutionResult

A resolution result for the details of a call.

Declaration

class INCallRecordResolutionResult

Overview

You return an INCallRecordResolutionResult object when resolving parameters containing an INCallRecord value. The resolvedCallRecord can be different than the original INCallRecord. This flexibility allows app extensions to apply business logic constraints.

Use notRequired() to continue with a nil value. For additional resolution operators, see INIntentResolutionResult.

Topics

Type Methods

See Also

Resolution Results