Contents

confirmationRequired(with:)

Creates a result that requires the user to confirm the value before proceeding.

Declaration

class func confirmationRequired(with callRecordToConfirm: INCallRecord?) -> Self

Parameters

  • callRecordToConfirm:

    The value that resolves the request. It must get confirmed by the user.

Return Value

A new INCallRecordResolutionResult object.

Discussion

Use this method when you can’t resolve the parameter to a call record, and it has to get confirmed by the user to proceed.