Uses of Class
org.robovm.apple.intents.INNote
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INNote in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INNote Modifier and Type Method Description INNoteINCreateNoteIntentResponse. getCreatedNote()INNoteINAppendToNoteIntentResponse. getNote()Deprecated.INNoteINAppendToNoteIntent. getTargetNote()Deprecated.Methods in org.robovm.apple.intents that return types with arguments of type INNote Modifier and Type Method Description NSArray<INNote>INSearchForNotebookItemsIntentResponse. getNotes()Methods in org.robovm.apple.intents with parameters of type INNote Modifier and Type Method Description static INNoteResolutionResultINNoteResolutionResult. confirmationRequired(INNote noteToConfirm)protected longINAppendToNoteIntent. init(INNote targetNote, INNoteContent content)Deprecated.voidINCreateNoteIntentResponse. setCreatedNote(INNote v)voidINAppendToNoteIntentResponse. setNote(INNote v)Deprecated.static INNoteResolutionResultINNoteResolutionResult. success(INNote resolvedNote)Method parameters in org.robovm.apple.intents with type arguments of type INNote Modifier and Type Method Description static INNoteResolutionResultINNoteResolutionResult. disambiguation(NSArray<INNote> notesToDisambiguate)voidINSearchForNotebookItemsIntentResponse. setNotes(NSArray<INNote> v)Constructors in org.robovm.apple.intents with parameters of type INNote Constructor Description INAppendToNoteIntent(INNote targetNote, INNoteContent content)Deprecated.