INGetCarLockStatusIntentResponse
Your app’s response to a request to get the car’s lock status.
Declaration
class INGetCarLockStatusIntentResponseOverview
Use an INGetCarLockStatusIntentResponse object to specify the result of a request for a car’s current lock status. You create instances of this class when confirming or handling a get lock status intent. Use this object to confirm that the request is valid and communicate whether the app retrieved the lock status, or to report any errors that occur.
You create an INGetCarLockStatusIntentResponse object in the confirm(intent:completion:) and handle(intent:completion:) methods of your handler object. For more information about implementing your handler object, see INGetCarLockStatusIntentHandling.