Package apple.intents.protocol
Interface INPhotosDomainHandling
-
- All Superinterfaces:
INSearchForPhotosIntentHandling,INStartPhotoPlaybackIntentHandling
public interface INPhotosDomainHandling extends INSearchForPhotosIntentHandling, INStartPhotoPlaybackIntentHandling
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INSearchForPhotosIntentHandling
INSearchForPhotosIntentHandling.Block_confirmSearchForPhotosCompletion, INSearchForPhotosIntentHandling.Block_handleSearchForPhotosCompletion, INSearchForPhotosIntentHandling.Block_resolveAlbumNameForSearchForPhotosWithCompletion, INSearchForPhotosIntentHandling.Block_resolveDateCreatedForSearchForPhotosWithCompletion, INSearchForPhotosIntentHandling.Block_resolveLocationCreatedForSearchForPhotosWithCompletion, INSearchForPhotosIntentHandling.Block_resolvePeopleInPhotoForSearchForPhotosWithCompletion, INSearchForPhotosIntentHandling.Block_resolveSearchTermsForSearchForPhotosWithCompletion
-
Nested classes/interfaces inherited from interface apple.intents.protocol.INStartPhotoPlaybackIntentHandling
INStartPhotoPlaybackIntentHandling.Block_confirmStartPhotoPlaybackCompletion, INStartPhotoPlaybackIntentHandling.Block_handleStartPhotoPlaybackCompletion, INStartPhotoPlaybackIntentHandling.Block_resolveAlbumNameForStartPhotoPlaybackWithCompletion, INStartPhotoPlaybackIntentHandling.Block_resolveDateCreatedForStartPhotoPlaybackWithCompletion, INStartPhotoPlaybackIntentHandling.Block_resolveLocationCreatedForStartPhotoPlaybackWithCompletion, INStartPhotoPlaybackIntentHandling.Block_resolvePeopleInPhotoForStartPhotoPlaybackWithCompletion
-
-
Method Summary
-
Methods inherited from interface apple.intents.protocol.INSearchForPhotosIntentHandling
confirmSearchForPhotosCompletion, handleSearchForPhotosCompletion, resolveAlbumNameForSearchForPhotosWithCompletion, resolveDateCreatedForSearchForPhotosWithCompletion, resolveLocationCreatedForSearchForPhotosWithCompletion, resolvePeopleInPhotoForSearchForPhotosWithCompletion, resolveSearchTermsForSearchForPhotosWithCompletion
-
Methods inherited from interface apple.intents.protocol.INStartPhotoPlaybackIntentHandling
confirmStartPhotoPlaybackCompletion, handleStartPhotoPlaybackCompletion, resolveAlbumNameForStartPhotoPlaybackWithCompletion, resolveDateCreatedForStartPhotoPlaybackWithCompletion, resolveLocationCreatedForStartPhotoPlaybackWithCompletion, resolvePeopleInPhotoForStartPhotoPlaybackWithCompletion
-
-