Click or drag to resize

PropertyID.PowerBatteryChargingProfilePersistencePolicy Field

Selects the battery charging profile persistence policy.

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

Field Value

Type: Int32
Remarks
Selects the battery charging profile persistence policy. This parameter controls the policy for configuring the battery charging profile. Depending on this property, when the user changes the battery, that battery will be charged with the profile configured by the device or the profile stored in the battery memory. The behaviour is the same regardless of whether the battery is changed with a battery swap or during a device power-off.

The class of the property is EnumProperty. The allowed values are defined by enum BatteryChargingProfilePersistencePolicy.

[Android Documentation]

See Also