Package org.robovm.apple.intents
Interface INGetCarPowerLevelStatusIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarCommandsDomainHandling
- All Known Implementing Classes:
INCarCommandsDomainHandlingAdapter,INGetCarPowerLevelStatusIntentHandlingAdapter
public interface INGetCarPowerLevelStatusIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.3 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INGetCarPowerLevelStatusIntentResponse> completion)voidhandleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INGetCarPowerLevelStatusIntentResponse> completion)voidresolveCarNameForGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidstartSendingUpdatesForGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, INGetCarPowerLevelStatusIntentResponseObserver observer)voidstopSendingUpdatesForGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent)
-
Method Details
-
handleGetCarPowerLevelStatus
void handleGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INGetCarPowerLevelStatusIntentResponse> completion) -
startSendingUpdatesForGetCarPowerLevelStatus
void startSendingUpdatesForGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, INGetCarPowerLevelStatusIntentResponseObserver observer)- Since:
- Available in iOS 14.0 and later.
-
stopSendingUpdatesForGetCarPowerLevelStatus
- Since:
- Available in iOS 14.0 and later.
-
confirmGetCarPowerLevelStatus
void confirmGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INGetCarPowerLevelStatusIntentResponse> completion) -
resolveCarNameForGetCarPowerLevelStatus
void resolveCarNameForGetCarPowerLevelStatus(INGetCarPowerLevelStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-