-
Methods in org.robovm.apple.intents with parameters of type INCreateNoteIntent
| Modifier and Type |
Method |
Description |
void |
INCreateNoteIntentHandling.confirmCreateNote(INCreateNoteIntent intent,
VoidBlock1<INCreateNoteIntentResponse> completion) |
|
void |
INCreateNoteIntentHandlingAdapter.confirmCreateNote(INCreateNoteIntent intent,
VoidBlock1<INCreateNoteIntentResponse> completion) |
|
void |
INCreateNoteIntentHandling.handleCreateNote(INCreateNoteIntent intent,
VoidBlock1<INCreateNoteIntentResponse> completion) |
|
void |
INCreateNoteIntentHandlingAdapter.handleCreateNote(INCreateNoteIntent intent,
VoidBlock1<INCreateNoteIntentResponse> completion) |
|
void |
INCreateNoteIntentHandling.resolveContentForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INNoteContentResolutionResult> completion) |
|
void |
INCreateNoteIntentHandlingAdapter.resolveContentForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INNoteContentResolutionResult> completion) |
|
void |
INCreateNoteIntentHandling.resolveGroupNameForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INCreateNoteIntentHandlingAdapter.resolveGroupNameForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INCreateNoteIntentHandling.resolveTitleForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|
void |
INCreateNoteIntentHandlingAdapter.resolveTitleForCreateNote(INCreateNoteIntent intent,
VoidBlock1<INSpeakableStringResolutionResult> completion) |
|