INStartPhotoPlaybackIntentHandling_Extensions Class

Definition

Default implementation of optional methods of the IINStartPhotoPlaybackIntentHandling protocol.

public static class INStartPhotoPlaybackIntentHandling_Extensions
type INStartPhotoPlaybackIntentHandling_Extensions = class
Inheritance
INStartPhotoPlaybackIntentHandling_Extensions

Methods

ConfirmStartPhotoPlayback(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

Developers may implement this method to customize the behavior of confirming that a photo playback session may start.

ResolveAlbumName(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStringResolutionResult>)

Developers may implement this method to confirm that they can resolve the photo album name.

ResolveDateCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may implement this in order to customize the behavior of resolving the dates when the photos were taken.

ResolveLocationCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPlacemarkResolutionResult>)

Developers may implement this in order to customize the behavior of resolving the location where the photos were taken.

ResolvePeopleInPhoto(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPersonResolutionResult[]>)

Developers may implement this in order to customize the behavior of resolving the people in the photo.

Applies to