CallControl.RequestCallEndpointChange メソッド

定義

CallEndpoint の変更を要求します。

[Android.Runtime.Register("requestCallEndpointChange", "(Landroid/telecom/CallEndpoint;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)]
public void RequestCallEndpointChange (Android.Telecom.CallEndpoint callEndpoint, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("requestCallEndpointChange", "(Landroid/telecom/CallEndpoint;Ljava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)>]
member this.RequestCallEndpointChange : Android.Telecom.CallEndpoint * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit

パラメーター

callEndpoint
CallEndpoint

CallEndpoint変更する 。

executor
IExecutor

ExecutorコールバックがOutcomeReceiver呼び出される 。

callback
IOutcomeReceiver

OutcomeReceiver要求された操作の成功または失敗を詳しく説明する通信側で完了する 。

                            <code data-dev-comment-type="c">OutcomeReceiver#onResult</code> will be called if Telecom has
                            successfully changed the CallEndpoint that was requested.

                            <code data-dev-comment-type="c">OutcomeReceiver#onError</code> will be called if Telecom has failed to
                            switch to the requested CallEndpoint.  A <code data-dev-comment-type="c">CallException</code> will be
                            passed that details why the operation failed.
属性

注釈

CallEndpoint の変更を要求します。 クライアントは、変更を要求するときに独自の CallEndpoint を定義しないでください。 代わりに、新しいエンドポイントは、 によって CallEventCallback#onAvailableCallEndpointsChanged(List)提供される有効なエンドポイントのいずれかである必要があります。

android.telecom.CallControl.requestCallEndpointChange(android.telecom.CallEndpoint, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.Void, android.telecom.CallException>)Java ドキュメント。

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

適用対象