Interface RTCStatsReport.GetTimestampUnionType

Enclosing interface:
RTCStatsReport

@JsType(isNative=true, name="?", namespace="<global>") public static interface RTCStatsReport.GetTimestampUnionType
  • Method Details

    • of

      @JsOverlay static RTCStatsReport.GetTimestampUnionType of(Object o)
    • asDouble

      @JsOverlay default double asDouble()
    • asJsDate

      @JsOverlay default elemental2.core.JsDate asJsDate()
    • isDouble

      @JsOverlay default boolean isDouble()
    • isJsDate

      @JsOverlay default boolean isJsDate()