Click or drag to resize

DLBatteryManagerSupportedChargingProfiles Property

Gets the supported charging profiles 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 IList<ChargingProfile> SupportedChargingProfiles { get; }

Property Value

Type: IListChargingProfile
A list of ChargingProfile objects, each representing one of the supported charging profile. The list can be empty in case no charging profile is supported in the current device.
Remarks

Gets the supported charging profiles in this device. You can use one of the returning objects to setup the desired charging profile.

[Android Documentation]

See Also