CallControl.Answer(CallType, IExecutor, IOutcomeReceiver) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.