Package org.robovm.apple.intents
Interface INStartPhotoPlaybackIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INPhotosDomainHandling
- All Known Implementing Classes:
INPhotosDomainHandlingAdapter,INStartPhotoPlaybackIntentHandlingAdapter
@Deprecated public interface INStartPhotoPlaybackIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INStartPhotoPlaybackIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStartPhotoPlaybackIntentResponse> completion)Deprecated.voidhandleStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStartPhotoPlaybackIntentResponse> completion)Deprecated.voidresolveAlbumNameForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated.voidresolveDateCreatedForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)Deprecated.voidresolveLocationCreatedForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)Deprecated.voidresolvePeopleInPhotoForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-
Method Details
-
handleStartPhotoPlayback
void handleStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStartPhotoPlaybackIntentResponse> completion)Deprecated. -
confirmStartPhotoPlayback
void confirmStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStartPhotoPlaybackIntentResponse> completion)Deprecated. -
resolveDateCreatedForStartPhotoPlayback
void resolveDateCreatedForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INDateComponentsRangeResolutionResult> completion)Deprecated. -
resolveLocationCreatedForStartPhotoPlayback
void resolveLocationCreatedForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INPlacemarkResolutionResult> completion)Deprecated. -
resolveAlbumNameForStartPhotoPlayback
void resolveAlbumNameForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated. -
resolvePeopleInPhotoForStartPhotoPlayback
void resolvePeopleInPhotoForStartPhotoPlayback(INStartPhotoPlaybackIntent intent, VoidBlock1<NSArray<INPersonResolutionResult>> completion)Deprecated.
-