ACTION_BATTERY_SWAP, It specifies the time in milliseconds when event happens." name="Description"/>
Click or drag to resize

Intents.ExtraBatteryEventTimestamp Field

EXTRA_BATTERY_EVENT_TIMESTAMP Used as a long extra field in ACTION_BATTERY_SWAP, It specifies the time in milliseconds when event happens.

Namespace: Com.Datalogic.Device
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const String ExtraBatteryEventTimestamp = "value"

Field Value

Type: String
Remarks
EXTRA_BATTERY_EVENT_TIMESTAMP Used as a long extra field in ACTION_BATTERY_SWAP, It specifies the time in milliseconds when event happens. Time is calculated by System.currentTimeMillis().

[Android Documentation]

See Also