Uses of Class
org.robovm.apple.intents.INNotebookItemTypeResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INNotebookItemTypeResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INNotebookItemTypeResolutionResult Modifier and Type Method Description static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. confirmationRequired(INNotebookItemType notebookItemTypeToConfirm)static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. disambiguation(NSArray<NSNumber> notebookItemTypesToDisambiguate)static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. needsValue()static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. notRequired()static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. success(INNotebookItemType resolvedNotebookItemType)static INNotebookItemTypeResolutionResultINNotebookItemTypeResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INNotebookItemTypeResolutionResult Modifier and Type Method Description voidINNotebookDomainHandlingAdapter. resolveItemTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INNotebookItemTypeResolutionResult> completion)voidINSearchForNotebookItemsIntentHandling. resolveItemTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INNotebookItemTypeResolutionResult> completion)voidINSearchForNotebookItemsIntentHandlingAdapter. resolveItemTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INNotebookItemTypeResolutionResult> completion)