Package org.robovm.apple.intents
Interface INCreateTaskListIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INNotebookDomainHandling
- All Known Implementing Classes:
INCreateTaskListIntentHandlingAdapter,INNotebookDomainHandlingAdapter
@Deprecated public interface INCreateTaskListIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INCreateTaskListIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INCreateTaskListIntentResponse> completion)Deprecated.voidhandleCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INCreateTaskListIntentResponse> completion)Deprecated.voidresolveGroupNameForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.voidresolveTaskTitlesForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<NSArray<INSpeakableStringResolutionResult>> completion)Deprecated.voidresolveTitleForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.
-
Method Details
-
handleCreateTaskList
void handleCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INCreateTaskListIntentResponse> completion)Deprecated. -
confirmCreateTaskList
void confirmCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INCreateTaskListIntentResponse> completion)Deprecated. -
resolveTitleForCreateTaskList
void resolveTitleForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated. -
resolveTaskTitlesForCreateTaskList
void resolveTaskTitlesForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<NSArray<INSpeakableStringResolutionResult>> completion)Deprecated. -
resolveGroupNameForCreateTaskList
void resolveGroupNameForCreateTaskList(INCreateTaskListIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.
-