public interface TestNetworkResult
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TestNetworkResult.TestNetworkResultDetails
The details information of test network result.
|
| Modifier and Type | Method and Description |
|---|---|
TestNetworkResult.TestNetworkResultDetails |
getDetails()
get test network details.
|
boolean |
getNetworkConnectivity()
get network connectivity.
|
void |
setNetworkConnectivity(boolean isConnected)
set network connectivity.
|
boolean getNetworkConnectivity()
TestNetworkResult.TestNetworkResultDetails getDetails()
void setNetworkConnectivity(boolean isConnected)
isConnected - true if connected, false if not.