Uses of Class
org.robovm.apple.intents.INNoteContent
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INNoteContent in org.robovm.apple.intents
Subclasses of INNoteContent in org.robovm.apple.intents Modifier and Type Class Description classINImageNoteContentclassINTextNoteContentMethods in org.robovm.apple.intents that return INNoteContent Modifier and Type Method Description INNoteContentINAppendToNoteIntent. getContent()Deprecated.INNoteContentINCreateNoteIntent. getContent()Methods in org.robovm.apple.intents that return types with arguments of type INNoteContent Modifier and Type Method Description NSArray<INNoteContent>INNote. getContents()Methods in org.robovm.apple.intents with parameters of type INNoteContent Modifier and Type Method Description static INNoteContentResolutionResultINNoteContentResolutionResult. confirmation(INNoteContent noteContentToConfirm)protected longINAppendToNoteIntent. init(INNote targetNote, INNoteContent content)Deprecated.protected longINCreateNoteIntent. init(INSpeakableString title, INNoteContent content, INSpeakableString groupName)static INNoteContentResolutionResultINNoteContentResolutionResult. success(INNoteContent resolvedNoteContent)Method parameters in org.robovm.apple.intents with type arguments of type INNoteContent Modifier and Type Method Description static INNoteContentResolutionResultINNoteContentResolutionResult. disambiguation(NSArray<INNoteContent> noteContentsToDisambiguate)protected longINNote. init(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)Constructors in org.robovm.apple.intents with parameters of type INNoteContent Constructor Description INAppendToNoteIntent(INNote targetNote, INNoteContent content)Deprecated.INCreateNoteIntent(INSpeakableString title, INNoteContent content, INSpeakableString groupName)Constructor parameters in org.robovm.apple.intents with type arguments of type INNoteContent Constructor Description INNote(INSpeakableString title, NSArray<INNoteContent> contents, INSpeakableString groupName, NSDateComponents createdDateComponents, NSDateComponents modifiedDateComponents, String identifier)