Click or drag to resize

PropertyID.BatteryFailureLedEnabled Field

Administrative Settings: For devices managed by an organization, administrative policies might require to provide visual feedback to the user about battery failures.

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

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to provide visual feedback to the user about battery failures.

Battery failure LED property refers to enabling or disabling the LED that indicates a battery failure or malfunction.

When enabled, the LED will blink red repeatedly to notify the user of a battery issue. This can help users quickly identify hardware problems related to the battery.

The class of the property is BooleanProperty.

[Android Documentation]

See Also