Package org.robovm.apple.intents
Interface INSearchForNotebookItemsIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INNotebookDomainHandling
- All Known Implementing Classes:
INNotebookDomainHandlingAdapter,INSearchForNotebookItemsIntentHandlingAdapter
public interface INSearchForNotebookItemsIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
-
Method Details
-
handleSearchForNotebookItems
void handleSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INSearchForNotebookItemsIntentResponse> completion) -
confirmSearchForNotebookItems
void confirmSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INSearchForNotebookItemsIntentResponse> completion) -
resolveTitleForSearchForNotebookItems
void resolveTitleForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion) -
resolveContentForSearchForNotebookItems
void resolveContentForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INStringResolutionResult> completion) -
resolveItemTypeForSearchForNotebookItems
void resolveItemTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INNotebookItemTypeResolutionResult> completion) -
resolveStatusForSearchForNotebookItems
void resolveStatusForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INTaskStatusResolutionResult> completion) -
resolveLocationForSearchForNotebookItems
void resolveLocationForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion) -
resolveLocationSearchTypeForSearchForNotebookItems
void resolveLocationSearchTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INLocationSearchTypeResolutionResult> completion) -
resolveDateTimeForSearchForNotebookItems
void resolveDateTimeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion) -
resolveDateSearchTypeForSearchForNotebookItems
void resolveDateSearchTypeForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INDateSearchTypeResolutionResult> completion) -
resolveTemporalEventTriggerTypesForSearchForNotebookItems
void resolveTemporalEventTriggerTypesForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INTemporalEventTriggerTypeOptionsResolutionResult> completion)- Since:
- Available in iOS 13.0 and later.
-
resolveTaskPriorityForSearchForNotebookItems
void resolveTaskPriorityForSearchForNotebookItems(INSearchForNotebookItemsIntent intent, VoidBlock1<INTaskPriorityResolutionResult> completion)- Since:
- Available in iOS 13.0 and later.
-