Intents.ExtraBatteryLogPeriod Field
|
EXTRA_BATTERY_LOG_PERIOD
Used as an int extra field in
ACTION_BATTERY_START_LOG
,
It selects the logging period expressed in seconds.
Namespace:
Com.Datalogic.Device
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const String ExtraBatteryLogPeriod = "value"
Public Const ExtraBatteryLogPeriod As String = "value"
Field Value
Type:
String
Remarks
EXTRA_BATTERY_LOG_PERIOD
Used as an int extra field in
ACTION_BATTERY_START_LOG
,
It selects the logging period expressed in seconds.
If
EXTRA_BATTERY_LOG_IN_IDLE_MODE
is enabled, allowed values are (60, 120, 300, 600, 1800, 3600) with 300 as default.
If
EXTRA_BATTERY_LOG_IN_IDLE_MODE
is disabled, allowed values are (10,30, 60, 120, 300, 600, 1800, 3600) with 60 as default.
[Android Documentation]
See Also