![]() |
Speedify SDK for Android
15.3.0
|
Results of a speed test.
Public Attributes | |
Date | testTime |
time of the test More... | |
String | country |
2-character ISO country code, ie: 'us'. More... | |
String | city |
City code, ie: 'atlanta'. More... | |
int | numConnections |
How many connections were used during this test. More... | |
double | downloadSpeed |
tested download speed, bits per second More... | |
double | uploadSpeed |
tested upload speed, bits per second More... | |
boolean | isError |
is this test errored More... | |
String | errorMessage |
error message for this test More... | |
SpeedTestType | testType |
type of test More... | |
String | resolution |
supported streaming resolution, only valid for streaming tests More... | |
int | fps |
supported streaming frames per second (fps), only valid for streaming tests More... | |
int | jitter |
jitter during test in ms, only valid for streaming tests More... | |
int | latency |
baseline latency in ms More... | |
double | loss |
packet loss percent during test, only valid for streaming tests More... | |
String com.speedify.speedifysdk.Types.SpeedTestResultData.city |
City code, ie: 'atlanta'.
String com.speedify.speedifysdk.Types.SpeedTestResultData.country |
2-character ISO country code, ie: 'us'.
double com.speedify.speedifysdk.Types.SpeedTestResultData.downloadSpeed |
tested download speed, bits per second
String com.speedify.speedifysdk.Types.SpeedTestResultData.errorMessage |
error message for this test
int com.speedify.speedifysdk.Types.SpeedTestResultData.fps |
supported streaming frames per second (fps), only valid for streaming tests
boolean com.speedify.speedifysdk.Types.SpeedTestResultData.isError |
is this test errored
int com.speedify.speedifysdk.Types.SpeedTestResultData.jitter |
jitter during test in ms, only valid for streaming tests
int com.speedify.speedifysdk.Types.SpeedTestResultData.latency |
baseline latency in ms
double com.speedify.speedifysdk.Types.SpeedTestResultData.loss |
packet loss percent during test, only valid for streaming tests
int com.speedify.speedifysdk.Types.SpeedTestResultData.numConnections |
How many connections were used during this test.
String com.speedify.speedifysdk.Types.SpeedTestResultData.resolution |
supported streaming resolution, only valid for streaming tests
Date com.speedify.speedifysdk.Types.SpeedTestResultData.testTime |
time of the test
SpeedTestType com.speedify.speedifysdk.Types.SpeedTestResultData.testType |
type of test
double com.speedify.speedifysdk.Types.SpeedTestResultData.uploadSpeed |
tested upload speed, bits per second