java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.NotificationPanelPolicy |
The NotificationPanelPolicy
enumeration defines the notifications to be displayed on the Notification Panel.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
NotificationPanelPolicy | ALL | All notifications are displayed on the Notification Panel. | |||||||||
NotificationPanelPolicy | NONE | No notifications are displayed on the Notification Panel. | |||||||||
NotificationPanelPolicy | SILENT_HIDDEN | The silent notifications are not displayed on the Notification Panel. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding NotificationPanelPolicy value, from a valid integer.
| |||||||||||
Converts the NotificationPanelPolicy to its integer corresponding value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
All notifications are displayed on the Notification Panel.
No notifications are displayed on the Notification Panel.
The silent notifications are not displayed on the Notification Panel.
Retrieves the corresponding NotificationPanelPolicy value, from a valid integer.
n | int |
---|
Converts the NotificationPanelPolicy to its integer corresponding value.