Uses of Class
org.robovm.apple.intents.INNoteContentResolutionResult
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INNoteContentResolutionResult in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INNoteContentResolutionResult Modifier and Type Method Description static INNoteContentResolutionResultINNoteContentResolutionResult. confirmation(INNoteContent noteContentToConfirm)static INNoteContentResolutionResultINNoteContentResolutionResult. disambiguation(NSArray<INNoteContent> noteContentsToDisambiguate)static INNoteContentResolutionResultINNoteContentResolutionResult. needsValue()static INNoteContentResolutionResultINNoteContentResolutionResult. notRequired()static INNoteContentResolutionResultINNoteContentResolutionResult. success(INNoteContent resolvedNoteContent)static INNoteContentResolutionResultINNoteContentResolutionResult. unsupported()Method parameters in org.robovm.apple.intents with type arguments of type INNoteContentResolutionResult Modifier and Type Method Description voidINAppendToNoteIntentHandling. resolveContentForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)Deprecated.voidINAppendToNoteIntentHandlingAdapter. resolveContentForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)voidINNotebookDomainHandlingAdapter. resolveContentForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)voidINCreateNoteIntentHandling. resolveContentForCreateNote(INCreateNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)voidINCreateNoteIntentHandlingAdapter. resolveContentForCreateNote(INCreateNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)