public abstract static class DataChannelThroughputTester.Observer extends Object
Constructor and Description |
---|
Observer() |
Modifier and Type | Method and Description |
---|---|
abstract void |
onError(TestNetworkException e)
Invoked get video bandwidth failed.
|
abstract void |
onSuccess(int bitrate)
Invoked when get video bandwidth succeeded.
|
public abstract void onSuccess(int bitrate)
bitrate
- bitratepublic abstract void onError(TestNetworkException e)
e
- test network exception.