public abstract static class VideoBandwidthTester.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 bandwidth)
Invoked when get video bandwidth succeeded.
|
public abstract void onSuccess(int bandwidth)
bandwidth - video bandwidthpublic abstract void onError(TestNetworkException e)
e - test network exception.