IINStartAudioCallIntentHandling インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実装時に、 に適切な を使用して を呼び出す 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'1INStartAudioCallIntentResponse を INStartAudioCallIntent |
拡張メソッド
ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>) |
開発者は、このメソッドをオーバーライドして、オーディオ呼び出しを開始する必要があることを確認するようにカスタマイズできます。 |
ResolveContacts(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INPersonResolutionResult[]>) |
開発者は、 に基づいて特定の連絡先を解決するために、このメソッドを |
ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>) |
開発者は、このメソッドを実装して、変換先の型の解決をカスタマイズできます。 |