Compartilhar via


IINSearchCallHistoryIntentHandling Interface

Definição

Interface que define o método do manipulador que, quando implementado, deve chamar completion com um INSearchCallHistoryIntentResponse apropriado 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
Implementações

Propriedades

Handle

Manipule (ponteiro) para a representação de objeto não gerenciado.

(Herdado de INativeObject)

Métodos

HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INSearchCallHistoryIntentResponse apropriado para o INSearchCallHistoryIntentintent.

Métodos de Extensão

ConfirmSearchCallHistory(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

Os desenvolvedores podem substituir esse método para personalizar a confirmação de uma pesquisa de histórico de chamadas.

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

Os desenvolvedores não devem usar esse método preterido. Em vez disso, os desenvolvedores devem usar 'ResolveCallTypes'.

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

Os desenvolvedores podem implementar esse método para resolver tipos de chamadas para uma pesquisa de histórico.

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

Os desenvolvedores podem substituir esse método para personalizar o parâmetro "date created" da pesquisa.

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

Os desenvolvedores podem substituir esse método para personalizar o parâmetro recipient da pesquisa.

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução de se o usuário ou o aplicativo pode procurar chamadas não vistas.

Aplica-se a