INSetProfileInCarIntentResponse
Your app’s response to a set profile in car intent.
Declaration
class INSetProfileInCarIntentResponseOverview
An INSetProfileInCarIntentResponse object contains the status of restoring one or more environment settings from a designated profile. You create instances of this class when confirming or handling a set profile in car intent.
You create an INSetProfileInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your set profile in car handler object. For more information about implementing your handler object, see INSetProfileInCarIntentHandling.