次の方法で共有


ConnectionService.CreateRemoteOutgoingConnection メソッド

定義

特定の送信要求をRemoteConnection作成するように他ConnectionServiceのユーザーに依頼します。

[Android.Runtime.Register("createRemoteOutgoingConnection", "(Landroid/telecom/PhoneAccountHandle;Landroid/telecom/ConnectionRequest;)Landroid/telecom/RemoteConnection;", "", ApiSince=23)]
public Android.Telecom.RemoteConnection? CreateRemoteOutgoingConnection (Android.Telecom.PhoneAccountHandle connectionManagerPhoneAccount, Android.Telecom.ConnectionRequest request);
[<Android.Runtime.Register("createRemoteOutgoingConnection", "(Landroid/telecom/PhoneAccountHandle;Landroid/telecom/ConnectionRequest;)Landroid/telecom/RemoteConnection;", "", ApiSince=23)>]
member this.CreateRemoteOutgoingConnection : Android.Telecom.PhoneAccountHandle * Android.Telecom.ConnectionRequest -> Android.Telecom.RemoteConnection

パラメーター

connectionManagerPhoneAccount
PhoneAccountHandle

の説明を #onCreateOutgoingConnection(PhoneAccountHandle, ConnectionRequest)参照してください。

request
ConnectionRequest

発信呼び出しの詳細。

戻り値

Connectionこの呼び出しを満たすオブジェクト、またはnull呼び出しを処理しないオブジェクト。

属性

注釈

特定の送信要求をRemoteConnection作成するように他ConnectionServiceのユーザーに依頼します。 これは、 に登録されている で ConnectionService使用され PhoneAccount#CAPABILITY_CONNECTION_MANAGER 、SIM ベース ConnectionService を使用して発信呼び出しを発信できるようにする必要があります。

の Java ドキュメント android.telecom.ConnectionService.createRemoteOutgoingConnection(android.telecom.PhoneAccountHandle, android.telecom.ConnectionRequest)

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象