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; }
Public Property CurrentChargingProfile As ChargingProfile
Get
Set
Property Value
Type:
ChargingProfileThe
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