-
Methods in org.robovm.apple.intents with parameters of type INNotebookItemType
| Modifier and Type |
Method |
Description |
static INNotebookItemTypeResolutionResult |
INNotebookItemTypeResolutionResult.confirmationRequired(INNotebookItemType notebookItemTypeToConfirm) |
|
protected long |
INSearchForNotebookItemsIntent.init(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType) |
Deprecated.
|
protected long |
INSearchForNotebookItemsIntent.init(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType,
String notebookItemIdentifier) |
Deprecated.
|
protected long |
INSearchForNotebookItemsIntent.init(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType,
INTemporalEventTriggerTypeOptions temporalEventTriggerTypes,
INTaskPriority taskPriority,
String notebookItemIdentifier) |
|
static INNotebookItemTypeResolutionResult |
INNotebookItemTypeResolutionResult.success(INNotebookItemType resolvedNotebookItemType) |
|
Constructors in org.robovm.apple.intents with parameters of type INNotebookItemType
| Constructor |
Description |
INSearchForNotebookItemsIntent(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType) |
Deprecated.
|
INSearchForNotebookItemsIntent(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType,
String notebookItemIdentifier) |
Deprecated.
|
INSearchForNotebookItemsIntent(INSpeakableString title,
String content,
INNotebookItemType itemType,
INTaskStatus status,
CLPlacemark location,
INLocationSearchType locationSearchType,
INDateComponentsRange dateTime,
INDateSearchType dateSearchType,
INTemporalEventTriggerTypeOptions temporalEventTriggerTypes,
INTaskPriority taskPriority,
String notebookItemIdentifier) |
|