Package apple.intents.protocol
Interface INCarCommandsDomainHandling
-
- All Superinterfaces:
INActivateCarSignalIntentHandling,INGetCarLockStatusIntentHandling,INGetCarPowerLevelStatusIntentHandling,INSetCarLockStatusIntentHandling
public interface INCarCommandsDomainHandling extends INActivateCarSignalIntentHandling, INSetCarLockStatusIntentHandling, INGetCarLockStatusIntentHandling, INGetCarPowerLevelStatusIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INActivateCarSignalIntentHandling
INActivateCarSignalIntentHandling.Block_confirmActivateCarSignalCompletion, INActivateCarSignalIntentHandling.Block_handleActivateCarSignalCompletion, INActivateCarSignalIntentHandling.Block_resolveCarNameForActivateCarSignalWithCompletion, INActivateCarSignalIntentHandling.Block_resolveSignalsForActivateCarSignalWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INGetCarLockStatusIntentHandling
INGetCarLockStatusIntentHandling.Block_confirmGetCarLockStatusCompletion, INGetCarLockStatusIntentHandling.Block_handleGetCarLockStatusCompletion, INGetCarLockStatusIntentHandling.Block_resolveCarNameForGetCarLockStatusWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INGetCarPowerLevelStatusIntentHandling
INGetCarPowerLevelStatusIntentHandling.Block_confirmGetCarPowerLevelStatusCompletion, INGetCarPowerLevelStatusIntentHandling.Block_handleGetCarPowerLevelStatusCompletion, INGetCarPowerLevelStatusIntentHandling.Block_resolveCarNameForGetCarPowerLevelStatusWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSetCarLockStatusIntentHandling
INSetCarLockStatusIntentHandling.Block_confirmSetCarLockStatusCompletion, INSetCarLockStatusIntentHandling.Block_handleSetCarLockStatusCompletion, INSetCarLockStatusIntentHandling.Block_resolveCarNameForSetCarLockStatusWithCompletion, INSetCarLockStatusIntentHandling.Block_resolveLockedForSetCarLockStatusWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INActivateCarSignalIntentHandling
confirmActivateCarSignalCompletion, handleActivateCarSignalCompletion, resolveCarNameForActivateCarSignalWithCompletion, resolveSignalsForActivateCarSignalWithCompletion
-
Methods inherited from interface apple.intents.protocol.INGetCarLockStatusIntentHandling
confirmGetCarLockStatusCompletion, handleGetCarLockStatusCompletion, resolveCarNameForGetCarLockStatusWithCompletion
-
Methods inherited from interface apple.intents.protocol.INGetCarPowerLevelStatusIntentHandling
confirmGetCarPowerLevelStatusCompletion, handleGetCarPowerLevelStatusCompletion, resolveCarNameForGetCarPowerLevelStatusWithCompletion, startSendingUpdatesForGetCarPowerLevelStatusToObserver, stopSendingUpdatesForGetCarPowerLevelStatus
-
Methods inherited from interface apple.intents.protocol.INSetCarLockStatusIntentHandling
confirmSetCarLockStatusCompletion, handleSetCarLockStatusCompletion, resolveCarNameForSetCarLockStatusWithCompletion, resolveLockedForSetCarLockStatusWithCompletion
-
-