IINStartPhotoPlaybackIntentHandling Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface définissant la méthode de gestionnaire qui, lorsqu’elle est implémentée, doit appeler completion
avec un INStartPhotoPlaybackIntentResponse approprié à 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
- Dérivé
- Attributs
- Implémente
Propriétés
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
Méthodes
HandleStartPhotoPlayback(INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>) |
Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INStartPhotoPlaybackIntentResponse approprié au INStartPhotoPlaybackIntent |
Méthodes d’extension
ConfirmStartPhotoPlayback(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStartPhotoPlaybackIntentResponse>) |
Les développeurs peuvent implémenter cette méthode pour personnaliser le comportement de confirmation du démarrage d’une session de lecture de photos. |
ResolveAlbumName(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INStringResolutionResult>) |
Les développeurs peuvent implémenter cette méthode pour confirmer qu’ils peuvent résoudre le nom de l’album photo. |
ResolveDateCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INDateComponentsRangeResolutionResult>) |
Les développeurs peuvent l’implémenter afin de personnaliser le comportement de résolution des dates auxquelles les photos ont été prises. |
ResolveLocationCreated(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPlacemarkResolutionResult>) |
Les développeurs peuvent l’implémenter afin de personnaliser le comportement de résolution de l’emplacement où les photos ont été prises. |
ResolvePeopleInPhoto(IINStartPhotoPlaybackIntentHandling, INStartPhotoPlaybackIntent, Action<INPersonResolutionResult[]>) |
Les développeurs peuvent l’implémenter afin de personnaliser le comportement de résolution des personnes sur la photo. |