次の方法で共有


IINStartAudioCallIntentHandling インターフェイス

定義

実装時に、 に適切な を使用して を呼び出す completion 必要があるハンドラー メソッドを INStartAudioCallIntentResponse 定義する argインターフェイス。

[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>)

開発者は、このメソッドをオーバーライドし、適切な を使用して T:System.Action'1INStartAudioCallIntentResponseINStartAudioCallIntentintent呼び出す必要があります。

拡張メソッド

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

開発者は、このメソッドをオーバーライドして、オーディオ呼び出しを開始する必要があることを確認するようにカスタマイズできます。

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

開発者は、 に基づいて特定の連絡先を解決するために、このメソッドを intentオーバーライドできます。

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

開発者は、このメソッドを実装して、変換先の型の解決をカスタマイズできます。

適用対象