RemoteConnection.Callback.OnPostDialWait(RemoteConnection, String) Method

Definition

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

[Android.Runtime.Register("onPostDialWait", "(Landroid/telecom/RemoteConnection;Ljava/lang/String;)V", "GetOnPostDialWait_Landroid_telecom_RemoteConnection_Ljava_lang_String_Handler", ApiSince=23)]
public virtual void OnPostDialWait (Android.Telecom.RemoteConnection connection, string remainingPostDialSequence);
[<Android.Runtime.Register("onPostDialWait", "(Landroid/telecom/RemoteConnection;Ljava/lang/String;)V", "GetOnPostDialWait_Landroid_telecom_RemoteConnection_Ljava_lang_String_Handler", ApiSince=23)>]
abstract member OnPostDialWait : Android.Telecom.RemoteConnection * string -> unit
override this.OnPostDialWait : Android.Telecom.RemoteConnection * string -> unit

Parameters

connection
RemoteConnection

The RemoteConnection invoking this method.

remainingPostDialSequence
String

The post-dial characters that remain to be sent.

Attributes

Remarks

Invoked when the post-dial sequence in the outgoing Connection has reached a pause character. This causes the post-dial signals to stop pending user confirmation. An implementation should present this choice to the user and invoke RemoteConnection#postDialContinue(boolean) when the user makes the choice.

Java documentation for android.telecom.RemoteConnection.Callback.onPostDialWait(android.telecom.RemoteConnection, java.lang.String).

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