Package org.robovm.apple.intents
Interface INAppendToNoteIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INNotebookDomainHandling
- All Known Implementing Classes:
INAppendToNoteIntentHandlingAdapter,INNotebookDomainHandlingAdapter
@Deprecated public interface INAppendToNoteIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INAppendToNoteIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INAppendToNoteIntentResponse> completion)Deprecated.voidhandleAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INAppendToNoteIntentResponse> completion)Deprecated.voidresolveContentForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)Deprecated.voidresolveTargetNoteForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteResolutionResult> completion)Deprecated.
-
Method Details
-
handleAppendToNote
void handleAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INAppendToNoteIntentResponse> completion)Deprecated. -
confirmAppendToNote
void confirmAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INAppendToNoteIntentResponse> completion)Deprecated. -
resolveTargetNoteForAppendToNote
void resolveTargetNoteForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteResolutionResult> completion)Deprecated. -
resolveContentForAppendToNote
void resolveContentForAppendToNote(INAppendToNoteIntent intent, VoidBlock1<INNoteContentResolutionResult> completion)Deprecated.
-