ACTION_BATTERY_SWAP_REQUEST, It defines the type of battery swap request." name="Description"/>
Click or drag to resize

Intents.ExtraBatterySwapRequest Field

EXTRA_BATTERY_SWAP_REQUEST Used as an string extra field in ACTION_BATTERY_SWAP_REQUEST, It defines the type of battery swap request.

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

Field Value

Type: String
Remarks
EXTRA_BATTERY_SWAP_REQUEST Used as an string extra field in ACTION_BATTERY_SWAP_REQUEST, It defines the type of battery swap request. Available values are:

BatteryDefinitions.BATTERY_SWAP_REQUEST_UNATTENDED: do not ask for confirmation to the user.
BatteryDefinitions.BATTERY_SWAP_REQUEST_CONFIRMED: ask for confirmation to the user through a dialog.

[Android Documentation]

See Also