EXTRA_BATTERY_EVENT_ID - int that indicates the type of event." name="Description"/>
Click or drag to resize

Intents.ActionBatterySwap Field

ACTION_BATTERY_SWAP Broadcast Action: Sent to notify a battery swap event

The intent will have the following extra values:

EXTRA_BATTERY_EVENT_ID - int that indicates the type of event.

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 ActionBatterySwap = "value"

Field Value

Type: String
Remarks
ACTION_BATTERY_SWAP Broadcast Action: Sent to notify a battery swap event

The intent will have the following extra values:

EXTRA_BATTERY_EVENT_ID - int that indicates the type of event.
EXTRA_BATTERY_EVENT_TIMESTAMP - long the indicates when the events happens.

[Android Documentation]

See Also