RemoteConnection.Callback.OnPostDialChar(RemoteConnection, Char) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.