Contents

confirmationRequired(with:)

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

Declaration

class func confirmationRequired(with radioTypeToConfirm: INRadioType) -> Self

Parameters

  • radioTypeToConfirm:

    The value that resolves the request but the user needs to confirm it.

Return Value

A new INRadioTypeResolutionResult object.

Discussion

Use this method when you can resolve the parameter to an equivalent radio type and want the user to confirm the replacement value before proceeding.

See Also

Creating a Resolution Result Object