다음을 통해 공유


CallControl.Answer(CallType, IExecutor, IOutcomeReceiver) 메서드

정의

Telecom이 수신 전화에 응답하도록 요청합니다.

[Android.Runtime.Register("answer", "(ILjava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)]
public void Answer (Android.Telecom.CallType videoState, Java.Util.Concurrent.IExecutor executor, Android.OS.IOutcomeReceiver callback);
[<Android.Runtime.Register("answer", "(ILjava/util/concurrent/Executor;Landroid/os/OutcomeReceiver;)V", "", ApiSince=34)>]
member this.Answer : Android.Telecom.CallType * Java.Util.Concurrent.IExecutor * Android.OS.IOutcomeReceiver -> unit

매개 변수

videoState
CallType

를 클릭하여 Telecom에 보고합니다. Telecom은 다른 서비스/디바이스가 다른 화면에서 통화를 계속하기 위해 요청하는 경우에 VideoState를 저장합니다.

executor
IExecutor

Executor 콜백이 OutcomeReceiver 호출될 것입니다.

callback
IOutcomeReceiver

요청된 작업의 성공 또는 실패를 자세히 설명한 Telecom 쪽에서 완료됩니다.

                          <code data-dev-comment-type="c">OutcomeReceiver#onResult</code> will be called if Telecom has successfully
                          switched the call state to active

                          <code data-dev-comment-type="c">OutcomeReceiver#onError</code> will be called if Telecom has failed to set
                          the call state to active.  A <code data-dev-comment-type="c">CallException</code> will be passed
                          that details why the operation failed.
특성

설명

Telecom이 수신 전화에 응답하도록 요청합니다. 대기 CallControl#setActive(Executor, OutcomeReceiver)중인 발신 호출 및 호출의 경우 .

에 대한 android.telecom.CallControl.answer(int, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.Void, android.telecom.CallException>)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상