RemoteConnection.PlayDtmfTone(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.
Instructs this RemoteConnection
to play a dual-tone multi-frequency signaling
(DTMF) tone.
[Android.Runtime.Register("playDtmfTone", "(C)V", "", ApiSince=23)]
public void PlayDtmfTone (char digit);
[<Android.Runtime.Register("playDtmfTone", "(C)V", "", ApiSince=23)>]
member this.PlayDtmfTone : char -> unit
Parameters
- digit
- Char
A character representing the DTMF digit for which to play the tone. This
value must be one of '0'
through '9'
, '*'
or '#'
.
- Attributes
Remarks
Instructs this RemoteConnection
to play a dual-tone multi-frequency signaling (DTMF) tone.
Any other currently playing DTMF tone in the specified call is immediately stopped.
Java documentation for android.telecom.RemoteConnection.playDtmfTone(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.