java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.EnterpriseBatterySaverActivationItems.ActivationItem.Type |
An activation item is used to trigger a profile when a condition is met. The condition is dependent on the type, which can be one of the following (in decreasing order of priority):
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
EnterpriseBatterySaverActivationItems.ActivationItem.Type | ALWAYS_ON | The activation item is automatically triggered and represents the default state of the device. | |||||||||
EnterpriseBatterySaverActivationItems.ActivationItem.Type | BATTERY_LEVEL | The activation item is triggered when the battery level is below or equal to the specified value. | |||||||||
EnterpriseBatterySaverActivationItems.ActivationItem.Type | CONNECTION | The activation item is triggered when the device is connected to one of the connection types specified in the `FLAG_CONNECTED_XXX` mask. | |||||||||
EnterpriseBatterySaverActivationItems.ActivationItem.Type | POCKET_MODE | The activation item is triggered when the pocket mode is in the state described by the `active` parameter. | |||||||||
EnterpriseBatterySaverActivationItems.ActivationItem.Type | POWER_SOURCE | The activation item is triggered when the power source is one of the ones specified in the `FLAG_POWER_SOURCE_XXX` mask. | |||||||||
EnterpriseBatterySaverActivationItems.ActivationItem.Type | TIME_INTERVAL | The activation item is triggered when the device is in a specific time interval. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
The activation item is automatically triggered and represents the default state of the device.
The activation item is triggered when the battery level is below or equal to the specified value.
The activation item is triggered when the device is connected to one of the connection types specified in the `FLAG_CONNECTED_XXX` mask.
The activation item is triggered when the pocket mode is in the state described by the `active` parameter.
The activation item is triggered when the power source is one of the ones specified in the `FLAG_POWER_SOURCE_XXX` mask.
The activation item is triggered when the device is in a specific time interval.