IINCallsDomainHandling インターフェイス

定義

さまざまな電話の意図に関連するいくつかのインターフェイスを組み合わせたインターフェイス。

[Foundation.Protocol(Name="INCallsDomainHandling", WrapperType=typeof(Intents.INCallsDomainHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINCallsDomainHandling : IDisposable, Intents.IINSearchCallHistoryIntentHandling, Intents.IINStartAudioCallIntentHandling, Intents.IINStartVideoCallIntentHandling
type IINCallsDomainHandling = interface
    interface INativeObject
    interface IDisposable
    interface IINSearchCallHistoryIntentHandling
    interface IINStartAudioCallIntentHandling
    interface IINStartVideoCallIntentHandling
属性
実装

プロパティ

Handle

アンマネージド オブジェクト表現へのハンドル (ポインター)。

(継承元 INativeObject)

メソッド

HandleSearchCallHistory(INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

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

(継承元 IINSearchCallHistoryIntentHandling)
HandleStartAudioCall(INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

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

(継承元 IINStartAudioCallIntentHandling)
HandleStartVideoCall(INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>)

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

(継承元 IINStartVideoCallIntentHandling)

拡張メソッド

ConfirmSearchCallHistory(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INSearchCallHistoryIntentResponse>)

開発者は、このメソッドをオーバーライドして、通話履歴検索の確認をカスタマイズできます。

ResolveCallType(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeResolutionResult>)

開発者は、この非推奨のメソッドを使用しないでください。 開発者は、代わりに 'ResolveCallTypes' を使用する必要があります。

ResolveCallTypes(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INCallRecordTypeOptionsResolutionResult>)

開発者は、履歴検索の呼び出しの種類を解決するために、このメソッドを実装できます。

ResolveDateCreated(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INDateComponentsRangeResolutionResult>)

開発者は、このメソッドをオーバーライドして、検索の "作成日" パラメーターをカスタマイズできます。

ResolveRecipient(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INPersonResolutionResult>)

開発者はこのメソッドをオーバーライドして、検索の受信者パラメーターをカスタマイズできます。

ResolveUnseen(IINSearchCallHistoryIntentHandling, INSearchCallHistoryIntent, Action<INBooleanResolutionResult>)

開発者は、このメソッドを実装して、ユーザーまたはアプリが見えない呼び出しを検索できるかどうかを解決するようにカスタマイズできます。

ConfirmStartAudioCall(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INStartAudioCallIntentResponse>)

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

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

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

ResolveDestinationType(IINStartAudioCallIntentHandling, INStartAudioCallIntent, Action<INCallDestinationTypeResolutionResult>)

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

ConfirmStartVideoCall(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INStartVideoCallIntentResponse>)

開発者は、ビデオ通話を開始するための確認中に動作をカスタマイズするために、このメソッドを実装できます。

ResolveContacts(IINStartVideoCallIntentHandling, INStartVideoCallIntent, Action<INPersonResolutionResult[]>)

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

適用対象