Package elemental2.dom
Interface RTCStatsReport.JsIterableTypeParameterArrayUnionType
-
- Enclosing interface:
- RTCStatsReport
@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCStatsReport.JsIterableTypeParameterArrayUnionType
-
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description default RTCStats
asRTCStats()
default java.lang.String
asString()
default boolean
isString()
static RTCStatsReport.JsIterableTypeParameterArrayUnionType
of(java.lang.Object o)
-
-
-
Method Detail
-
of
@JsOverlay static RTCStatsReport.JsIterableTypeParameterArrayUnionType of(java.lang.Object o)
-
asRTCStats
@JsOverlay default RTCStats asRTCStats()
-
asString
@JsOverlay default java.lang.String asString()
-
isString
@JsOverlay default boolean isString()
-
-