effectiveConnectionType property

String? effectiveConnectionType
getter/setter pair

The effective connection type is the general connection class that all users experienced for this record.

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

Implementation

core.String? effectiveConnectionType;