RemoteConference.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.
Requests that the conference start playing the specified 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
The digit for which to play a DTMF tone.
- Attributes
Remarks
Requests that the conference start playing the specified DTMF tone.
Java documentation for android.telecom.RemoteConference.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.