OpenTelemetry SDK
    Preparing search index...

    Identifies the Values for NetHostConnectionTypeValues enum definition

    The internet connection type currently being used by the host.

    Use the NETHOSTCONNECTIONTYPEVALUES_XXXXX constants rather than the NetHostConnectionTypeValues.XXXXX for bundle minification.

    type NetHostConnectionTypeValues = {
        CELL: "cell";
        UNAVAILABLE: "unavailable";
        UNKNOWN: "unknown";
        WIFI: "wifi";
        WIRED: "wired";
    }
    Index
    CELL: "cell"

    cell.

    UNAVAILABLE: "unavailable"

    unavailable.

    UNKNOWN: "unknown"

    unknown.

    WIFI: "wifi"

    wifi.

    WIRED: "wired"

    wired.