INSetCarLockStatusIntentHandling

INSetCarLockStatusIntentHandling

INSetCarLockStatusIntentHandling Protocol of Intents The handler interface for requesting to lock or unlock a car.

protocol INSetCarLockStatusIntentHandling : NSObjectProtocol

Overview

Use the methods of the INSetCarLockStatusIntentHandling protocol to resolve, confirm, and handle requests to lock or unlock the user’s car. Adopt this protocol in an object of your Intents extension that is capable of locking or unlocking the car.

Siri delivers an INSetCarLockStatusIntent object to your handler when the user asks to lock or unlock the car. The provided intent object can contain the car’s name (if specified), and the requested lock status (locked or unlocked).