-
public final class TelemetryConfigurationEvent.DeviceDevice properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTelemetryConfigurationEvent.Device.Companion
-
Method Summary
Modifier and Type Method Description final StringgetArchitecture()final StringgetBrand()final StringgetModel()final NumbergetLogicalCpuCount()final NumbergetTotalRam()final BooleangetIsLowRam()final JsonElementtoJson()-
-
Constructor Detail
-
TelemetryConfigurationEvent.Device
TelemetryConfigurationEvent.Device(String architecture, String brand, String model, Number logicalCpuCount, Number totalRam, Boolean isLowRam)
- Parameters:
architecture- Architecture of the devicebrand- Brand of the devicemodel- Model of the devicelogicalCpuCount- Number of logical CPU cores available for scheduling on the device at runtime, as reported by the operating system.totalRam- Total RAM in megabytesisLowRam- Whether the device is considered a low RAM device (Android)
-
-
Method Detail
-
getArchitecture
final String getArchitecture()
-
getLogicalCpuCount
final Number getLogicalCpuCount()
-
getTotalRam
final Number getTotalRam()
-
getIsLowRam
final Boolean getIsLowRam()
-
toJson
final JsonElement toJson()
-
-
-
-