Compartilhar via


IINCallsDomainHandling Interface

Definição

Interface combinando várias interfaces relacionadas a várias intenções de chamada telefônica.

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

(Herdado de IINSearchCallHistoryIntentHandling)
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

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

(Herdado de IINStartAudioCallIntentHandling)
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>)

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

(Herdado de IINStartVideoCallIntentHandling)

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.

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

Os desenvolvedores podem substituir esse método para personalizar a confirmação de que uma chamada de áudio deve ser iniciada.

ResolveContacts(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INPersonResolutionResult[]>)

Os desenvolvedores podem substituir esse método para resolver um contato específico com base no intent.

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

Os desenvolvedores podem implementar esse método para personalizar a resolução do tipo de destino.

ConfirmStartVideoCall(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>)

Os desenvolvedores podem implementar esse método para personalizar o comportamento durante a confirmação para iniciar uma chamada de vídeo.

ResolveContacts(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INPersonResolutionResult[]>)

Os desenvolvedores podem implementar esse método para personalizar a resolução de um contato.

Aplica-se a