| Interface | Description |
|---|---|
| Connection |
Connection interface specifies API through which an actual information about the Android device's
screen may be accessed.
|
| Connection.OnConnectionListener |
Listener that may be used to receive callback with info about changed network connection.
|
| Connection.Provider |
Interface for provider that may be used to access implementation of
Connection. |
| Class | Description |
|---|---|
| ConnectionStateReceiver |
A
BroadcastReceiver used by Connection implementation to receive actual information
about network connection state. |
| ConnectionUtils |
Connection utility class specifying API allowing to check whether the Android device has some network
connection established or to access info of the current established network connection.
|
| Enum | Description |
|---|---|
| Connection.ConnectionType |
Represents type of the Android device's connection.
|