Connection.SetPostDialWait(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.
Informs listeners that this Connection
is in a post-dial wait state.
[Android.Runtime.Register("setPostDialWait", "(Ljava/lang/String;)V", "", ApiSince=23)]
public void SetPostDialWait (string? remaining);
[<Android.Runtime.Register("setPostDialWait", "(Ljava/lang/String;)V", "", ApiSince=23)>]
member this.SetPostDialWait : string -> unit
Parameters
- remaining
- String
The DTMF character sequence remaining to be emitted once the
#onPostDialContinue(boolean)
is received, including any "wait" characters
that remaining sequence may contain.
- Attributes
Remarks
Informs listeners that this Connection
is in a post-dial wait state. This is done when (a) the Connection
is issuing a DTMF sequence; (b) it has encountered a "wait" character; and (c) it wishes to inform the In-Call app that it is waiting for the end-user to send an #onPostDialContinue(boolean)
signal.
Java documentation for android.telecom.Connection.setPostDialWait(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.