Package org.robovm.apple.intents
Interface INSearchCallHistoryIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCallsDomainHandling
- All Known Implementing Classes:
INCallsDomainHandlingAdapter,INSearchCallHistoryIntentHandlingAdapter
@Deprecated public interface INSearchCallHistoryIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSearchCallHistoryIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
-
Method Details
-
handleSearchCallHistory
void handleSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INSearchCallHistoryIntentResponse> completion)Deprecated. -
confirmSearchCallHistory
void confirmSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INSearchCallHistoryIntentResponse> completion)Deprecated. -
resolveCallTypeForSearchCallHistory
void resolveCallTypeForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INCallRecordTypeResolutionResult> completion)Deprecated. -
resolveDateCreatedForSearchCallHistory
void resolveDateCreatedForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)Deprecated. -
resolveRecipientForSearchCallHistory
void resolveRecipientForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INPersonResolutionResult> completion)Deprecated. -
resolveCallTypesForSearchCallHistory
void resolveCallTypesForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INCallRecordTypeOptionsResolutionResult> completion)Deprecated.- Since:
- Available in iOS 11.0 and later.
-
resolveUnseenForSearchCallHistory
void resolveUnseenForSearchCallHistory(INSearchCallHistoryIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.- Since:
- Available in iOS 11.0 and later.
-