Are you an LLM? You can read better optimized documentation at /api/namespaces/Connectivity.md for this page in Markdown format
Enumerations
| Enumeration | Description |
|---|
| connectionType | Defines the different connection types. |
Functions
| Function | Description |
|---|
| getConnectionType | Gets the type of connection. Returns a value from the connectivity.connectionType enumeration. To use this method on Android you need to have the android.permission.ACCESS_NETWORK_STATE permission added to the AndroidManifest.xml file. |
| startMonitoring | Starts monitoring the connection type. |
| stopMonitoring | Stops monitoring the connection type. |