effectiveConnectionType property

String? effectiveConnectionType
getter/setter pair

The effective connection type is a query dimension that specifies the effective network class that the record's data should belong to.

This field uses the values ["offline", "slow-2G", "2G", "3G", "4G"] as specified in: https://wicg.github.io/netinfo/#effective-connection-types Note: If no effective connection type is specified, then a special record with aggregated data over all effective connection types will be returned.

Implementation

core.String? effectiveConnectionType;