Your app’s response to a request to get the car’s lock status.
SDKs
- iOS 10.3+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
class INGetCarLockStatusIntentResponse : INIntent Response
Overview
Use an INGet
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 INGet
object in the confirm(intent:
and handle(intent:
methods of your handler object. For more information about implementing your handler object, see INGet
.