Package org.robovm.apple.intents
Interface INDeleteTasksIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INDeleteTasksIntentHandlingAdapter
@Deprecated public interface INDeleteTasksIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INDeleteTasksIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmDeleteTasks(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksIntentResponse> completion)Deprecated.voidhandleDeleteTasks(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksIntentResponse> completion)Deprecated.voidresolveTaskList(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksTaskListResolutionResult> completion)Deprecated.voidresolveTasks(INDeleteTasksIntent intent, VoidBlock1<NSArray<INDeleteTasksTaskResolutionResult>> completion)Deprecated.
-
Method Details
-
handleDeleteTasks
void handleDeleteTasks(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksIntentResponse> completion)Deprecated. -
confirmDeleteTasks
void confirmDeleteTasks(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksIntentResponse> completion)Deprecated. -
resolveTaskList
void resolveTaskList(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksTaskListResolutionResult> completion)Deprecated. -
resolveTasks
void resolveTasks(INDeleteTasksIntent intent, VoidBlock1<NSArray<INDeleteTasksTaskResolutionResult>> completion)Deprecated.
-