IINPhotosDomainHandling Interface

Definition

Interface combining several interfaces related to various photo-related intents.

[Foundation.Protocol(Name="INPhotosDomainHandling", WrapperType=typeof(Intents.INPhotosDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINPhotosDomainHandling : IDisposable, Intents.IINSearchForPhotosIntentHandling, Intents.IINStartPhotoPlaybackIntentHandling
type IINPhotosDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINSearchForPhotosIntentHandling
    interface IINStartPhotoPlaybackIntentHandling
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSearchForPhotos(INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INSearchForPhotosIntentResponse appropriate to the INSearchForPhotosIntent intent.

(Inherited from IINSearchForPhotosIntentHandling)
HandleStartPhotoPlayback(INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INStartPhotoPlaybackIntentResponse appropriate to the INStartPhotoPlaybackIntent intent.

(Inherited from IINStartPhotoPlaybackIntentHandling)

Extension Methods

ConfirmSearchForPhotos(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Developers may override this method to customize the confirmation of a photo search.

ResolveAlbumName(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult>)

Developers may override this method to customize the resoluition of a photo album name.

ResolveDateCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INDateComponentsRangeResolutionResult>)

Developers may override this method to customize the resolution of a date-created variable.

ResolveLocationCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPlacemarkResolutionResult>)

Developers may override this method to customize the resolution of the location-created variable.

ResolvePeopleInPhoto(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPersonResolutionResult[]>)

Developers may override this method to customize the resolution of people in the photo.

ResolveSearchTerms(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult[]>)

Developers may implement this method to customize resolution of the search terms.

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