IINSearchCallHistoryIntentHandling Interfaz

Definición

Interfaz que define el método de controlador que, cuando se implementa, debe llamar a completion con un INSearchCallHistoryIntentResponse adecuado para 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
Derivado
Atributos
Implementaciones

Propiedades

Handle

Identificador (puntero) a la representación del objeto no administrado.

(Heredado de INativeObject)

Métodos

HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INSearchCallHistoryIntentResponse adecuado para .INSearchCallHistoryIntentintent

Métodos de extensión

ConfirmSearchCallHistory(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

Los desarrolladores pueden invalidar este método para personalizar la confirmación de una búsqueda del historial de llamadas.

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

Los desarrolladores no deben usar este método en desuso. En su lugar, los desarrolladores deben usar "ResolveCallTypes".

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

Los desarrolladores pueden implementar este método para resolver los tipos de llamadas de una búsqueda de historial.

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar el parámetro "fecha de creación" de la búsqueda.

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

Los desarrolladores pueden invalidar este método para personalizar el parámetro recipient de la búsqueda.

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

Los desarrolladores pueden implementar este método para personalizar la resolución de si el usuario o la aplicación pueden buscar llamadas no vistos.

Se aplica a