Click or drag to resize

DLBatteryManagerCurrentChargingProfile Property

Gets the current charging profile setup in this device.

Namespace:  Com.Datalogic.Device.Battery
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChargingProfile CurrentChargingProfile { get; set; }

Property Value

Type: ChargingProfile
The ChargingProfile currently setup in this device.
Remarks

Get method documentation[Android Documentation]
Gets the current charging profile setup in this device.

Set method documentation[Android Documentation]
Sets the current charging profile. This setting is persistent to device reboots or even factory resets.

See Also