confirmationRequired(with:)
Creates an object whose resolution requires that the user must confirm the value before proceeding.
Declaration
class func confirmationRequired(with callRecordTypeToConfirm: INCallRecordType) -> SelfParameters
- callRecordTypeToConfirm:
The value that resolves the request but must be confirmed by the user.
Return Value
A new INCallRecordTypeResolutionResult object.
Discussion
Use this method when you can resolve the parameter but want the user to confirm the value before proceeding. For example, you might ask for confirmation if the user asks to search for missed calls but your app does not track missed calls.