Uses of Class
org.robovm.apple.intents.INTaskList
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INTaskList in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INTaskList Modifier and Type Method Description INTaskListINCreateTaskListIntentResponse. getCreatedTaskList()Deprecated.INTaskListINAddTasksIntentResponse. getModifiedTaskList()INTaskListINAddTasksIntent. getTargetTaskList()INTaskListINDeleteTasksIntent. getTaskList()Deprecated.Methods in org.robovm.apple.intents that return types with arguments of type INTaskList Modifier and Type Method Description NSArray<INTaskList>INSearchForNotebookItemsIntentResponse. getTaskLists()Methods in org.robovm.apple.intents with parameters of type INTaskList Modifier and Type Method Description static INAddTasksTargetTaskListResolutionResultINAddTasksTargetTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm)static INAddTasksTargetTaskListResolutionResultINAddTasksTargetTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm, INAddTasksTargetTaskListConfirmationReason reason)static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm)Deprecated.static INTaskListResolutionResultINTaskListResolutionResult. confirmationRequired(INTaskList taskListToConfirm)protected longINAddTasksIntent. init(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger)Deprecated.Deprecated in iOS 13.0.protected longINAddTasksIntent. init(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, INTaskPriority priority)protected longINDeleteTasksIntent. init(INTaskList taskList, NSArray<INTask> tasks, NSNumber all)Deprecated.voidINCreateTaskListIntentResponse. setCreatedTaskList(INTaskList v)Deprecated.voidINAddTasksIntentResponse. setModifiedTaskList(INTaskList v)static INAddTasksTargetTaskListResolutionResultINAddTasksTargetTaskListResolutionResult. success(INTaskList resolvedTaskList)static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. success(INTaskList resolvedTaskList)Deprecated.static INTaskListResolutionResultINTaskListResolutionResult. success(INTaskList resolvedTaskList)Method parameters in org.robovm.apple.intents with type arguments of type INTaskList Modifier and Type Method Description static INAddTasksTargetTaskListResolutionResultINAddTasksTargetTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)static INDeleteTasksTaskListResolutionResultINDeleteTasksTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)Deprecated.static INTaskListResolutionResultINTaskListResolutionResult. disambiguation(NSArray<INTaskList> taskListsToDisambiguate)voidINSearchForNotebookItemsIntentResponse. setTaskLists(NSArray<INTaskList> v)Constructors in org.robovm.apple.intents with parameters of type INTaskList Constructor Description INAddTasksIntent(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger)Deprecated.Deprecated in iOS 13.0.INAddTasksIntent(INTaskList targetTaskList, NSArray<INSpeakableString> taskTitles, INSpatialEventTrigger spatialEventTrigger, INTemporalEventTrigger temporalEventTrigger, INTaskPriority priority)INDeleteTasksIntent(INTaskList taskList, NSArray<INTask> tasks, NSNumber all)Deprecated.