Contents

confirmationRequired(with:)

Creates an object whose resolution requires that the user confirm the value before proceeding.

Declaration

class func confirmationRequired(with visualCodeTypeToConfirm: INVisualCodeType) -> Self

Parameters

  • visualCodeTypeToConfirm:

    The value that resolves the request, for the user to confirm.

Return Value

A new INVisualCodeTypeResolutionResult object.

Discussion

Use this method when you can’t provide the requested type of code but can provide a code of some type.

See Also

Creating a Resolution Result Object