-
public final class VitalAppLaunchEvent.ConnectivityDevice connectivity properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVitalAppLaunchEvent.Connectivity.Companion
-
Field Summary
Fields Modifier and Type Field Description private final VitalAppLaunchEvent.ConnectivityStatusstatusprivate final List<VitalAppLaunchEvent.Interface>interfacesprivate final VitalAppLaunchEvent.EffectiveTypeeffectiveTypeprivate final VitalAppLaunchEvent.Cellularcellular
-
Constructor Summary
Constructors Constructor Description VitalAppLaunchEvent.Connectivity(VitalAppLaunchEvent.ConnectivityStatus status, List<VitalAppLaunchEvent.Interface> interfaces, VitalAppLaunchEvent.EffectiveType effectiveType, VitalAppLaunchEvent.Cellular cellular)
-
Method Summary
Modifier and Type Method Description final VitalAppLaunchEvent.ConnectivityStatusgetStatus()final List<VitalAppLaunchEvent.Interface>getInterfaces()final VitalAppLaunchEvent.EffectiveTypegetEffectiveType()final VitalAppLaunchEvent.CellulargetCellular()final JsonElementtoJson()-
-
Constructor Detail
-
VitalAppLaunchEvent.Connectivity
VitalAppLaunchEvent.Connectivity(VitalAppLaunchEvent.ConnectivityStatus status, List<VitalAppLaunchEvent.Interface> interfaces, VitalAppLaunchEvent.EffectiveType effectiveType, VitalAppLaunchEvent.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 VitalAppLaunchEvent.ConnectivityStatus getStatus()
-
getInterfaces
final List<VitalAppLaunchEvent.Interface> getInterfaces()
-
getEffectiveType
final VitalAppLaunchEvent.EffectiveType getEffectiveType()
-
getCellular
final VitalAppLaunchEvent.Cellular getCellular()
-
toJson
final JsonElement toJson()
-
-
-
-