enum class SxConnectionType
Type of internet connection.
| UNKNOWN | Unknown connection type. | 
| ETHERNET | Connected via ethernet. | 
| WIFI | Wireless Network | 
| WWAN | Connection over a cellular network of unknown generation | 
| WWAN_2G | Connection over a cellular network 2nd generation | 
| WWAN_3G | Connection over a cellular network 3rd generation | 
| WWAN_4G | Connection over a cellular network 4th. generation | 
| connectionType | val Context.connectionType: SxConnectionType |