다음을 통해 공유


RemoteConnection.Callback.OnPostDialChar(RemoteConnection, Char) 메서드

정의

발신 Connection 의 사후 다이얼 시퀀스가 문자를 처리했을 때 호출됩니다.

[Android.Runtime.Register("onPostDialChar", "(Landroid/telecom/RemoteConnection;C)V", "GetOnPostDialChar_Landroid_telecom_RemoteConnection_CHandler", ApiSince=23)]
public virtual void OnPostDialChar (Android.Telecom.RemoteConnection connection, char nextChar);
[<Android.Runtime.Register("onPostDialChar", "(Landroid/telecom/RemoteConnection;C)V", "GetOnPostDialChar_Landroid_telecom_RemoteConnection_CHandler", ApiSince=23)>]
abstract member OnPostDialChar : Android.Telecom.RemoteConnection * char -> unit
override this.OnPostDialChar : Android.Telecom.RemoteConnection * char -> unit

매개 변수

connection
RemoteConnection

RemoteConnection 이 메서드를 호출하는 것입니다.

nextChar
Char

처리 중인 문자입니다.

특성

설명

발신 Connection 의 사후 다이얼 시퀀스가 문자를 처리했을 때 호출됩니다.

에 대한 android.telecom.RemoteConnection.Callback.onPostDialChar(android.telecom.RemoteConnection, char)Java 설명서

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

적용 대상