IINStartAudioCallIntentHandling 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義處理常式方法的介面,實作時,必須使用 適當的 來 arg
呼叫 INStartAudioCallIntentResponsecompletion
。
[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 |
處理 unmanaged 物件標記法) (指標。 (繼承來源 INativeObject) |
方法
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
開發人員必須覆寫這個方法,並使用 適當的 INStartAudioCallIntent 來叫用 INStartAudioCallIntentResponse T:System.Action'1。 |
擴充方法
ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
開發人員可能會覆寫這個方法,以自訂音訊通話應該啟動的確認。 |
ResolveContacts(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INPersonResolutionResult[]>) |
開發人員可能會覆寫此方法,以根據 |
ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>) |
開發人員可以實作這個方法來自訂目的地類型的解析。 |