Package org.robovm.apple.intents
Interface INSearchForPhotosIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INPhotosDomainHandling
- All Known Implementing Classes:
INPhotosDomainHandlingAdapter,INSearchForPhotosIntentHandlingAdapter
@Deprecated public interface INSearchForPhotosIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSearchForPhotosIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
-
Method Details
-
handleSearchForPhotos
void handleSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<INSearchForPhotosIntentResponse> completion)Deprecated. -
confirmSearchForPhotos
void confirmSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<INSearchForPhotosIntentResponse> completion)Deprecated. -
resolveDateCreatedForSearchForPhotos
void resolveDateCreatedForSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)Deprecated. -
resolveLocationCreatedForSearchForPhotos
void resolveLocationCreatedForSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)Deprecated. -
resolveAlbumNameForSearchForPhotos
void resolveAlbumNameForSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated. -
resolveSearchTermsForSearchForPhotos
@Deprecated void resolveSearchTermsForSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<NSArray<INStringResolutionResult>> completion)Deprecated.Deprecated in iOS 15.0.- Since:
- Available in iOS 11.0 and later.
-
resolvePeopleInPhotoForSearchForPhotos
void resolvePeopleInPhotoForSearchForPhotos(INSearchForPhotosIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-