Package org.robovm.apple.intents
Interface INSetCarLockStatusIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarCommandsDomainHandling
- All Known Implementing Classes:
INCarCommandsDomainHandlingAdapter,INSetCarLockStatusIntentHandlingAdapter
public interface INSetCarLockStatusIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 10.3 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSetCarLockStatusIntentResponse> completion)voidhandleSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSetCarLockStatusIntentResponse> completion)voidresolveCarNameForSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidresolveLockedForSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INBooleanResolutionResult> completion)
-
Method Details
-
handleSetCarLockStatus
void handleSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSetCarLockStatusIntentResponse> completion) -
confirmSetCarLockStatus
void confirmSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSetCarLockStatusIntentResponse> completion) -
resolveLockedForSetCarLockStatus
void resolveLockedForSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INBooleanResolutionResult> completion) -
resolveCarNameForSetCarLockStatus
void resolveCarNameForSetCarLockStatus(INSetCarLockStatusIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-