Connection.SetNextPostDialChar(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.
Informs listeners that this Connection
has processed a character in the post-dial
started state.
[Android.Runtime.Register("setNextPostDialChar", "(C)V", "", ApiSince=23)]
public void SetNextPostDialChar (char nextChar);
[<Android.Runtime.Register("setNextPostDialChar", "(C)V", "", ApiSince=23)>]
member this.SetNextPostDialChar : char -> unit
Parameters
- nextChar
- Char
The DTMF character that was just processed by the Connection
.
- Attributes
Remarks
Informs listeners that this Connection
has processed a character in the post-dial started state. This is done when (a) the Connection
is issuing a DTMF sequence; and (b) it wishes to signal Telecom to play the corresponding DTMF tone locally.
Java documentation for android.telecom.Connection.setNextPostDialChar(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.