Uses of Class
org.robovm.apple.intents.INTaskListResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INTaskListResolutionResult in org.robovm.apple.intents
Subclasses of INTaskListResolutionResult in org.robovm.apple.intents Modifier and Type Class Description classINAddTasksTargetTaskListResolutionResultclassINDeleteTasksTaskListResolutionResultDeprecated.Deprecated in iOS 15.0.Methods in org.robovm.apple.intents that return INTaskListResolutionResult Modifier and Type Method Description static INTaskListResolutionResultINTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm)static INTaskListResolutionResultINTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)static INTaskListResolutionResultINTaskListResolutionResult. needsValue()static INTaskListResolutionResultINTaskListResolutionResult. notRequired()static INTaskListResolutionResultINTaskListResolutionResult. success(INTaskList resolvedTaskList)static INTaskListResolutionResultINTaskListResolutionResult. unsupported()Methods in org.robovm.apple.intents with parameters of type INTaskListResolutionResult Modifier and Type Method Description protected longINAddTasksTargetTaskListResolutionResult. init(INTaskListResolutionResult taskListResolutionResult)protected longINDeleteTasksTaskListResolutionResult. init(INTaskListResolutionResult taskListResolutionResult)Deprecated.Method parameters in org.robovm.apple.intents with type arguments of type INTaskListResolutionResult Modifier and Type Method Description voidINAddTasksIntentHandling. resolveTargetTaskListForAddTasks(INAddTasksIntent intent, VoidBlock1<INTaskListResolutionResult> completion)Deprecated.Deprecated in iOS 13.0.voidINAddTasksIntentHandlingAdapter. resolveTargetTaskListForAddTasks(INAddTasksIntent intent, VoidBlock1<INTaskListResolutionResult> completion)Deprecated.Deprecated in iOS 13.0.voidINNotebookDomainHandlingAdapter. resolveTargetTaskListForAddTasks(INAddTasksIntent intent, VoidBlock1<INTaskListResolutionResult> completion)Deprecated.Deprecated in iOS 13.0.Constructors in org.robovm.apple.intents with parameters of type INTaskListResolutionResult Constructor Description INAddTasksTargetTaskListResolutionResult(INTaskListResolutionResult taskListResolutionResult)INDeleteTasksTaskListResolutionResult(INTaskListResolutionResult taskListResolutionResult)Deprecated.