RemoteConnection.Callback.OnPostDialChar(RemoteConnection, Char) Method

Definition

Invoked when the post-dial sequence in the outgoing Connection has processed a character.

[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

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

nextChar
Char

The character being processed.

Attributes

Remarks

Invoked when the post-dial sequence in the outgoing Connection has processed a character.

Java documentation for android.telecom.RemoteConnection.Callback.onPostDialChar(android.telecom.RemoteConnection, char).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to