Uses of Class
org.robovm.apple.intents.INDeleteTasksTaskListResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INDeleteTasksTaskListResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INDeleteTasksTaskListResolutionResult Modifier and Type Method Description static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm)Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. needsValue()Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. notRequired()Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. success(INTaskList resolvedTaskList)Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. unsupported()Deprecated.static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. unsupportedForReason(INDeleteTasksTaskListUnsupportedReason reason)Deprecated.Method parameters in org.robovm.apple.intents with type arguments of type INDeleteTasksTaskListResolutionResult Modifier and Type Method Description voidINDeleteTasksIntentHandling. resolveTaskList(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksTaskListResolutionResult> completion)Deprecated.voidINDeleteTasksIntentHandlingAdapter. resolveTaskList(INDeleteTasksIntent intent, VoidBlock1<INDeleteTasksTaskListResolutionResult> completion)