Connection.OnStopDtmfTone 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.
Notifies this Connection of a request to stop any currently playing DTMF tones.
[Android.Runtime.Register("onStopDtmfTone", "()V", "GetOnStopDtmfToneHandler", ApiSince=23)]
public virtual void OnStopDtmfTone ();
[<Android.Runtime.Register("onStopDtmfTone", "()V", "GetOnStopDtmfToneHandler", ApiSince=23)>]
abstract member OnStopDtmfTone : unit -> unit
override this.OnStopDtmfTone : unit -> unit
- Attributes
Remarks
Notifies this Connection of a request to stop any currently playing DTMF tones.
Java documentation for android.telecom.Connection.onStopDtmfTone()
.
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.