Contents

INSaveProfileInCarIntentResponse

Your app’s response to a save profile in car intent.

Declaration

class INSaveProfileInCarIntentResponse

Overview

An INSaveProfileInCarIntentResponse object contains the status of saving one or more environment settings to the designated profile. You create instances of this class when confirming or handling a save profile in car intent.

You create an INSaveProfileInCarIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your save profile in car handler object. For more information about implementing your handler object, see INSaveProfileInCarIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

See Also

CarPlay Profile Saving