INSetCarLockStatusIntentHandling_Extensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional methods of the IINSetCarLockStatusIntentHandling interface.
public static class INSetCarLockStatusIntentHandling_Extensions
type INSetCarLockStatusIntentHandling_Extensions = class
- Inheritance
-
INSetCarLockStatusIntentHandling_Extensions
Methods
ConfirmSetCarLockStatus(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSetCarLockStatusIntentResponse>) |
Developers may implement this method to customize confirmation of whether the app can lock and unlock the car. |
ResolveCarName(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INSpeakableStringResolutionResult>) |
Developers may implement this method to customize resolution of the car name. |
ResolveLocked(IINSetCarLockStatusIntentHandling, INSetCarLockStatusIntent, Action<INBooleanResolutionResult>) |
Developers may implement this method to customize resolution of the lock status. |