Freigeben über


IINStartAudioCallIntentHandling Schnittstelle

Definition

Schnittstelle, die die Handlermethode definiert, die bei der Implementierung mit einer INStartAudioCallIntentResponseargfür aufrufen completion muss.

[Foundation.Protocol(Name="INStartAudioCallIntentHandling", WrapperType=typeof(Intents.INStartAudioCallIntentHandlingWrapper))]
[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 IINStartAudioCallIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINStartAudioCallIntentHandling = interface
    interface INativeObject
    interface IDisposable
Abgeleitet
Attribute
Implementiert

Eigenschaften

Handle

Handle (Zeiger) auf die Darstellung des nicht verwalteten Objekts.

(Geerbt von INativeObject)

Methoden

HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

Entwickler müssen diese Methode überschreiben und T T:System.Action'1 mit einem INStartAudioCallIntentResponse aufrufen, das INStartAudioCallIntentintentdem entspricht.

Erweiterungsmethoden

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

Entwickler können diese Methode überschreiben, um die Bestätigung anzupassen, dass ein Audioaufruf gestartet werden soll.

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

Entwickler können diese Methode überschreiben, um einen bestimmten Kontakt basierend auf aufzulösen intent.

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

Entwickler können diese Methode implementieren, um die Auflösung des Zieltyps anzupassen.

Gilt für: