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