Package org.robovm.apple.intents
Interface INGetCarLockStatusIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarCommandsDomainHandling
- All Known Implementing Classes:
INCarCommandsDomainHandlingAdapter,INGetCarLockStatusIntentHandlingAdapter
public interface INGetCarLockStatusIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.3 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INGetCarLockStatusIntentResponse> completion)voidhandleGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INGetCarLockStatusIntentResponse> completion)voidresolveCarNameForGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-
Method Details
-
handleGetCarLockStatus
void handleGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INGetCarLockStatusIntentResponse> completion) -
confirmGetCarLockStatus
void confirmGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INGetCarLockStatusIntentResponse> completion) -
resolveCarNameForGetCarLockStatus
void resolveCarNameForGetCarLockStatus(INGetCarLockStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-