IINStartPhotoPlaybackIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INStartPhotoPlaybackIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INStartPhotoPlaybackIntentHandling", WrapperType=typeof(Intents.INStartPhotoPlaybackIntentHandlingWrapper))]
[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 IINStartPhotoPlaybackIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINStartPhotoPlaybackIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleStartPhotoPlayback(INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>)

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

Extension 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