IINCallsDomainHandling Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 INSearchCallHistoryIntent |
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INStartAudioCallIntentResponse apropriado para o INStartAudioCallIntent |
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Os desenvolvedores devem substituir esse método e invocar o T:System.Action'1 com um INStartVideoCallIntentResponse apropriado para o INStartVideoCallIntent |