java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.UnlockPolicy |
Enumerative representing the Policy to unlock the Cradle.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UnlockPolicy | UNLOCK_POLICY_BOTH | Cradle can be unlocked both from power menu and notification. | |||||||||
UnlockPolicy | UNLOCK_POLICY_NONE | Unlock feature is disabled. | |||||||||
UnlockPolicy | UNLOCK_POLICY_NOTIFICATION | A notification with unlock button is shown to the user if the cradle is locked. | |||||||||
UnlockPolicy | UNLOCK_POLICY_NOT_SUPPORTED | Unlock policy not supported. | |||||||||
UnlockPolicy | UNLOCK_POLICY_POWER | Cradle can be unlocked from power menu. | |||||||||
UnlockPolicy | UNLOCK_POLICY_UNKNOWN | Unknown unlock policy. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the corresponding UnlockPolicy value, from a valid integer.
| |||||||||||
Converts the UnlockPolicy enum to its integer representing value.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Cradle can be unlocked both from power menu and notification.
Unlock feature is disabled.
A notification with unlock button is shown to the user if the cradle is locked.
Unlock policy not supported.
Cradle can be unlocked from power menu.
Retrieves the corresponding UnlockPolicy value, from a valid integer.
n | int |
---|
Converts the UnlockPolicy enum to its integer representing value.