@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="RTCStatsReport")
public class RTCStatsReport
extends JsObject
implements JsIterable<RTCStatsReport.Entry>
| Modifier and Type | Class and Description |
|---|---|
static class |
RTCStatsReport.Entry |
static interface |
RTCStatsReport.ForEachCallback |
static interface |
RTCStatsReport.ForEachCallback2 |
static interface |
RTCStatsReport.ForEachCallback3 |
| Modifier | Constructor and Description |
|---|---|
protected |
RTCStatsReport() |
| Modifier and Type | Method and Description |
|---|---|
@JsNonNull JsIterator<RTCStatsReport.Entry> |
entries() |
void |
forEach(@JsNonNull RTCStatsReport.ForEachCallback callback) |
void |
forEach(@JsNonNull RTCStatsReport.ForEachCallback2 callback) |
void |
forEach(@JsNonNull RTCStatsReport.ForEachCallback3 callback) |
@JsNullable JsObject |
get(@JsNonNull java.lang.String key) |
boolean |
has(@JsNonNull java.lang.String key) |
@JsNonNull JsIterator<java.lang.String> |
keys() |
int |
size() |
@JsNonNull JsIterator<JsObject> |
values() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator@JsProperty(name="size") public int size()
public boolean has(@JsNonNull java.lang.String key)
public @JsNullable JsObject get(@JsNonNull java.lang.String key)
public @JsNonNull JsIterator<java.lang.String> keys()
public @JsNonNull JsIterator<JsObject> values()
public @JsNonNull JsIterator<RTCStatsReport.Entry> entries()
public void forEach(@JsNonNull RTCStatsReport.ForEachCallback callback)
public void forEach(@JsNonNull RTCStatsReport.ForEachCallback2 callback)
public void forEach(@JsNonNull RTCStatsReport.ForEachCallback3 callback)