Partager via


IINSearchCallHistoryIntentHandling Interface

Définition

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

[Foundation.Protocol(Name="INSearchCallHistoryIntentHandling", WrapperType=typeof(Intents.INSearchCallHistoryIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSearchCallHistoryIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSearchCallHistoryIntentHandling = 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

HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

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

Méthodes d’extension

ConfirmSearchCallHistory(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

Les développeurs peuvent remplacer cette méthode pour personnaliser la confirmation d’une recherche dans l’historique des appels.

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

Les développeurs ne doivent pas utiliser cette méthode dépréciée. Les développeurs doivent utiliser « ResolveCallTypes » à la place.

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour résoudre les types d’appels pour une recherche d’historique.

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser le paramètre « date de création » de la recherche.

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

Les développeurs peuvent remplacer cette méthode pour personnaliser le paramètre destinataire de la recherche.

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

Les développeurs peuvent implémenter cette méthode pour personnaliser la résolution de la possibilité pour l’utilisateur ou l’application de rechercher des appels invisibles.

S’applique à