Call.Callback.OnPostDialWait(Call, String) 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 Call has reached a pause
character.
[Android.Runtime.Register("onPostDialWait", "(Landroid/telecom/Call;Ljava/lang/String;)V", "GetOnPostDialWait_Landroid_telecom_Call_Ljava_lang_String_Handler", ApiSince=23)]
public virtual void OnPostDialWait(Android.Telecom.Call call, string remainingPostDialSequence);[<Android.Runtime.Register("onPostDialWait", "(Landroid/telecom/Call;Ljava/lang/String;)V", "GetOnPostDialWait_Landroid_telecom_Call_Ljava_lang_String_Handler", ApiSince=23)>]
abstract member OnPostDialWait : Android.Telecom.Call * string -> unit
override this.OnPostDialWait : Android.Telecom.Call * string -> unitParameters
- call
- Call
The Call 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 Call 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 #postDialContinue(boolean) when the user makes the choice.
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.