IINCallsDomainHandling Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Schnittstelle, die mehrere Schnittstellen kombiniert, die sich auf verschiedene Telefonanrufabsichten beziehen.
[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
- Attribute
- Implementiert
Eigenschaften
Handle |
Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts. (Geerbt von INativeObject) |
Methoden
HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>) |
Entwickler müssen diese Methode überschreiben und T T:System.Action'1 mit einem INSearchCallHistoryIntentResponse aufrufen, das INSearchCallHistoryIntent |
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
Entwickler müssen diese Methode überschreiben und T T:System.Action'1 mit einem INStartAudioCallIntentResponse aufrufen, das INStartAudioCallIntent |
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>) |
Entwickler müssen diese Methode überschreiben und T T:System.Action'1 mit einem INStartVideoCallIntentResponse aufrufen, das INStartVideoCallIntent |