Contents

confirmationRequired(with:)

Creates a resolution object that requires confirmation of the provided value.

Declaration

class func confirmationRequired(with carSignalOptionsToConfirm: INCarSignalOptions = []) -> Self

Parameters

  • carSignalOptionsToConfirm:

    The signal option value to confirm. For a list of possible values, see Incarsignaloptions.

Return Value

A new INCarSignalOptionsResolutionResult object.

Discussion

Use this method when you can resolve the parameter to the specified value, but you still want the user to confirm that value.

See Also

Creating a Resolution Result Object