The handler interface for requesting the current status of the car’s locks.
SDKs
- iOS 10.3+
- Mac Catalyst 13.0+
- watchOS 3.2+
Framework
- Intents
Declaration
@protocol INGetCarLockStatusIntentHandling
Overview
Use the methods of the INGet
protocol to resolve, confirm, and handle requests for the current status of the car’s locks. Adopt this protocol in an object of your Intents extension that’s capable of accessing the status of the car’s locks.
Siri delivers an INGet
object to your handler when the user asks whether the car is locked or unlocked. The provided intent object can contain the car’s name (if specified).