Contents

success(with:)

Creates a resolution object that indicates the successful resolution of the provided value.

Declaration

class func success(with resolvedCarSignalOptions: INCarSignalOptions = []) -> Self

Parameters

  • resolvedCarSignalOptions:

    The value that resolves the Signals property of the activate car signal intent. This value may be different from the one specified in the intent object.

Return Value

A new INCarSignalOptionsResolutionResult object.

Discussion

Use this method to create a result object when you are able to resolve a parameter successfully.

See Also

Creating a Resolution Result Object