| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.WifiNoInternetExpected | |
The WifiNoInternetExpected enumeration defines the behaviour when the current
connection doesn't have an Internet connection.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WifiNoInternetExpected | DONT_RECONNECT | Don't reconnect and show a notification to the user. | |||||||||
| WifiNoInternetExpected | RECONNECT_QUIET | Reconnect and don't show a notification to the user. | |||||||||
| WifiNoInternetExpected | RECONNECT_VERBOSE | Reconnect but show a notification to the user. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding WifiNoInternetExpected value, from a valid integer.
| |||||||||||
Converts the WifiNoInternetExpected to its integer corresponding value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Don't reconnect and show a notification to the user.
Reconnect and don't show a notification to the user.
Reconnect but show a notification to the user.
Retrieves the corresponding WifiNoInternetExpected value, from a valid integer.
| n | int |
|---|
Converts the WifiNoInternetExpected to its integer corresponding value.