-
Methods in org.robovm.apple.intents with parameters of type INSearchForPhotosIntent
| Modifier and Type |
Method |
Description |
void |
INSearchForPhotosIntentHandling.confirmSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INSearchForPhotosIntentResponse> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.confirmSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INSearchForPhotosIntentResponse> completion) |
|
void |
INSearchForPhotosIntentHandling.handleSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INSearchForPhotosIntentResponse> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.handleSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INSearchForPhotosIntentResponse> completion) |
|
void |
INSearchForPhotosIntentHandling.resolveAlbumNameForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.resolveAlbumNameForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INStringResolutionResult> completion) |
|
void |
INSearchForPhotosIntentHandling.resolveDateCreatedForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.resolveDateCreatedForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INDateComponentsRangeResolutionResult> completion) |
|
void |
INSearchForPhotosIntentHandling.resolveLocationCreatedForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.resolveLocationCreatedForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<INPlacemarkResolutionResult> completion) |
|
void |
INSearchForPhotosIntentHandling.resolvePeopleInPhotoForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<NSArray<INPersonResolutionResult>> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.resolvePeopleInPhotoForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<NSArray<INPersonResolutionResult>> completion) |
|
void |
INSearchForPhotosIntentHandling.resolveSearchTermsForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<NSArray<INStringResolutionResult>> completion) |
Deprecated.
|
void |
INSearchForPhotosIntentHandlingAdapter.resolveSearchTermsForSearchForPhotos(INSearchForPhotosIntent intent,
VoidBlock1<NSArray<INStringResolutionResult>> completion) |
Deprecated.
|