| java.lang.Object | |
| ↳ | com.datalogic.device.configuration.PoseManager.ActivationOption |
Class representing an option of activation applied to a pose setting. The option is used to restrict the validity of the associated pose, both when the setting is used to detect when the device is inside the pose then for the outside of pose detection (but with the opposite logic).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PoseManager.ActivationOption.Builder | The builder for the PoseManager.ActivationOption. |
||||||||||
| PoseManager.ActivationOption.Type | The type of activation option. | ||||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | PARAM_TOF_THRESHOLD | The threshold used by the proximity sensor to detect when an object is close, in case the
activation option type is UNOBSTRUCTED. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the representation of the internal parameters of the activation option.
| |||||||||||
Get the activation option type.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The threshold used by the proximity sensor to detect when an object is close, in case the
activation option type is UNOBSTRUCTED.
Returns the representation of the internal parameters of the activation option.
Parameters are represented as a map of key-value pairs. Their meaning depends on the type:
IN_CRADLE, no parameters are required.STATIONARY, no parameters are required.UNOBSTRUCTED, keys include:
Get the activation option type.