Package org.robovm.apple.intents
Interface INCreateNoteIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INNotebookDomainHandling
- All Known Implementing Classes:
INCreateNoteIntentHandlingAdapter,INNotebookDomainHandlingAdapter
public interface INCreateNoteIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmCreateNote(INCreateNoteIntent intent, VoidBlock1<INCreateNoteIntentResponse> completion)voidhandleCreateNote(INCreateNoteIntent intent, VoidBlock1<INCreateNoteIntentResponse> completion)voidresolveContentForCreateNote(INCreateNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)voidresolveGroupNameForCreateNote(INCreateNoteIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)voidresolveTitleForCreateNote(INCreateNoteIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-
Method Details
-
handleCreateNote
void handleCreateNote(INCreateNoteIntent intent, VoidBlock1<INCreateNoteIntentResponse> completion) -
confirmCreateNote
void confirmCreateNote(INCreateNoteIntent intent, VoidBlock1<INCreateNoteIntentResponse> completion) -
resolveTitleForCreateNote
void resolveTitleForCreateNote(INCreateNoteIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion) -
resolveContentForCreateNote
void resolveContentForCreateNote(INCreateNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion) -
resolveGroupNameForCreateNote
void resolveGroupNameForCreateNote(INCreateNoteIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)
-