-
public final class RumVitalEvent.ConnectivityDevice connectivity properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRumVitalEvent.Connectivity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final RumVitalEvent.Statusstatusprivate final List<RumVitalEvent.Interface>interfacesprivate final RumVitalEvent.EffectiveTypeeffectiveTypeprivate final RumVitalEvent.Cellularcellular
-
Constructor Summary
Constructors Constructor Description RumVitalEvent.Connectivity(RumVitalEvent.Status status, List<RumVitalEvent.Interface> interfaces, RumVitalEvent.EffectiveType effectiveType, RumVitalEvent.Cellular cellular)
-
Method Summary
Modifier and Type Method Description final RumVitalEvent.StatusgetStatus()final List<RumVitalEvent.Interface>getInterfaces()final RumVitalEvent.EffectiveTypegetEffectiveType()final RumVitalEvent.CellulargetCellular()final JsonElementtoJson()-
-
Constructor Detail
-
RumVitalEvent.Connectivity
RumVitalEvent.Connectivity(RumVitalEvent.Status status, List<RumVitalEvent.Interface> interfaces, RumVitalEvent.EffectiveType effectiveType, RumVitalEvent.Cellular cellular)
- Parameters:
status- Status of the device connectivityinterfaces- The list of available network interfaceseffectiveType- Cellular connection type reflecting the measured network performancecellular- Cellular connectivity properties
-
-
Method Detail
-
getStatus
final RumVitalEvent.Status getStatus()
-
getInterfaces
final List<RumVitalEvent.Interface> getInterfaces()
-
getEffectiveType
final RumVitalEvent.EffectiveType getEffectiveType()
-
getCellular
final RumVitalEvent.Cellular getCellular()
-
toJson
final JsonElement toJson()
-
-
-
-