Contents

confirmationRequired(with:)

Creates a result that asks Siri to verify the request that the user wants to continue.

Declaration

class func confirmationRequired(with callCapabilityToConfirm: INCallCapability) -> Self

Parameters

  • callCapabilityToConfirm:

    The value which verifies the user’s request that the user wants to continue.

Return Value

A new INCallCapabilityResolutionResult object.

See Also

Creating a Resolution Result Object