IINStartAudioCallIntentHandling 接口

定义

接口定义处理程序方法,实现时,必须使用适用于 的 INStartAudioCallIntentResponsearg调用completion

[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
派生
属性
实现

属性

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)

方法

HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

开发人员必须重写此方法,并使用 适用于 INStartAudioCallIntentintent的 调用 T:System.Action'1INStartAudioCallIntentResponse

扩展方法

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

开发人员可以重写此方法以自定义音频呼叫应启动的确认。

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

开发人员可以重写此方法,以基于 intent解析特定联系人。

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

开发人员可以实现此方法来自定义目标类型的解析。

适用于