RemoteConference.PlayDtmfTone(Char) Method

Definition

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.

Applies to