| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.UnlockNotificationPolicy | |
Enumerative representing the Policy to unlock the Cradle.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| UnlockNotificationPolicy | UNLOCK_NOTIFICATION_MULTIPLE | Unlock notification is enabled only when the device is inserted in a multiple slot cradle. | |||||||||
| UnlockNotificationPolicy | UNLOCK_NOTIFICATION_NONE | Unlock notification is disabled on all cradle model. | |||||||||
| UnlockNotificationPolicy | UNLOCK_NOTIFICATION_SINGLE | Unlock notification is enabled only when the device is inserted in a single slot cradle. | |||||||||
| UnlockNotificationPolicy | UNLOCK_NOTIFICATION_SINGLE_AND_MULTIPLE | Unlock notification is enabled when the device is inserted in both single or multiple slot cradle. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding UnlockNotification Policy value, from a valid integer.
| |||||||||||
Converts the UnlockNotificationPolicy enum to its integer representing value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Unlock notification is enabled only when the device is inserted in a multiple slot cradle.
Unlock notification is disabled on all cradle model.
Unlock notification is enabled only when the device is inserted in a single slot cradle.
Unlock notification is enabled when the device is inserted in both single or multiple slot cradle.
Retrieves the corresponding UnlockNotification Policy value, from a valid integer.
| n | int |
|---|
Converts the UnlockNotificationPolicy enum to its integer representing value.