Enumeration: InternetState¶
domain/InternetState.InternetState
Represent the state of the internet connection
Enumeration Members¶
CONNECTED_2G¶
CONNECTED_2G = "CONNECTED_2G"
CONNECTED_3G¶
CONNECTED_3G = "CONNECTED_3G"
CONNECTED_4G¶
CONNECTED_4G = "CONNECTED_4G"
CONNECTED_5G¶
CONNECTED_5G = "CONNECTED_5G"
CONNECTED_EDGE¶
CONNECTED_EDGE = "CONNECTED_EDGE"
CONNECTED_WIFI¶
CONNECTED_WIFI = "CONNECTED_WIFI"
NO_INTERNET¶
NO_INTERNET = "NO_INTERNET"