| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.datalogic.device.configuration.PoseManager.ActivationOption.Type | |
The type of activation option.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PoseManager.ActivationOption.Type | IN_CRADLE | Activation option that verifies if the device is inside or outside the cradle. | |||||||||
| PoseManager.ActivationOption.Type | STATIONARY | Activation option that verifies if the device is stationary or not. | |||||||||
| PoseManager.ActivationOption.Type | UNOBSTRUCTED | Activation option that verifies if the device proximity sensor detects an object nearby or not. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Activation option that verifies if the device is inside or outside the cradle.
Activation option that verifies if the device is stationary or not.
Activation option that verifies if the device proximity sensor detects an object nearby or not.