Package org.robovm.apple.intents
Interface INSnoozeTasksIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INSnoozeTasksIntentHandlingAdapter
public interface INSnoozeTasksIntentHandling extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSnoozeTasks(INSnoozeTasksIntent intent, VoidBlock1<INSnoozeTasksIntentResponse> completion)voidhandleSnoozeTasks(INSnoozeTasksIntent intent, VoidBlock1<INSnoozeTasksIntentResponse> completion)voidresolveNextTriggerTime(INSnoozeTasksIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)voidresolveTasks(INSnoozeTasksIntent intent, VoidBlock1<NSArray<INSnoozeTasksTaskResolutionResult>> completion)
-
Method Details
-
handleSnoozeTasks
void handleSnoozeTasks(INSnoozeTasksIntent intent, VoidBlock1<INSnoozeTasksIntentResponse> completion) -
confirmSnoozeTasks
void confirmSnoozeTasks(INSnoozeTasksIntent intent, VoidBlock1<INSnoozeTasksIntentResponse> completion) -
resolveTasks
void resolveTasks(INSnoozeTasksIntent intent, VoidBlock1<NSArray<INSnoozeTasksTaskResolutionResult>> completion) -
resolveNextTriggerTime
void resolveNextTriggerTime(INSnoozeTasksIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)
-