Contents

INSetCarLockStatusIntentResponse

Your app’s response to a request to lock or unlock the car.

Declaration

class INSetCarLockStatusIntentResponse

Overview

Use an INSetCarLockStatusIntentResponse object to specify the result of a request to lock or unlock the user’s car. You create instances of this class when confirming or handling a set car lock intent. Use this object to confirm that the request is valid and communicate whether the car was successfully locked or unlocked, or to report any errors that occur.

You create an INSetCarLockStatusIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INSetCarLockStatusIntentHandling.

Topics

Initializing the Response Object

Getting the Response Code

See Also

Set Car Lock Status