JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Search
Help
elemental2.dom
RTCDTMFToneChangeEventInit
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
create()
getTone()
setTone(String)
Interface RTCDTMFToneChangeEventInit
@JsType(isNative=true, namespace="<global>")
public interface
RTCDTMFToneChangeEventInit
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
static
RTCDTMFToneChangeEventInit
create
()
String
getTone
()
void
setTone
(
String
tone)
Method Details
create
@JsOverlay
static
RTCDTMFToneChangeEventInit
create
()
getTone
@JsProperty
String
getTone
()
setTone
@JsProperty
void
setTone
(
String
tone)