Partager via


IINSearchForPhotosIntentHandling Interface

Définition

Interface définissant la méthode de gestionnaire qui, lorsqu’elle est implémentée, doit appeler completion avec un INSearchForPhotosIntentResponse approprié à arg.

[Foundation.Protocol(Name="INSearchForPhotosIntentHandling", WrapperType=typeof(Intents.INSearchForPhotosIntentHandlingWrapper))]
[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 IINSearchForPhotosIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchForPhotosIntentHandling = 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

HandleSearchForPhotos(INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 avec un INSearchForPhotosIntentResponse approprié au INSearchForPhotosIntentintent.

Méthodes d’extension

ConfirmSearchForPhotos(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INSearchForPhotosIntentResponse>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation d’une recherche de photos.

ResolveAlbumName(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INStringResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résoluition d’un nom d’album photo.

ResolveDateCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INDateComponentsRangeResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution d’une variable de date créée.

ResolveLocationCreated(IINSearchForPhotosIntentHandling, INSearchForPhotosIntent, Action<INPlacemarkResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution de la variable créée par l’emplacement.

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

Les développeurs peuvent remplacer cette méthode pour personnaliser la résolution des personnes dans la photo.

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

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution des termes de recherche.

S’applique à