Implemented interface member:
property
ChargeLevel
Microsoft.Maui.Devices.IBattery.ChargeLevel
4 references to ChargeLevel
Microsoft.Maui.Essentials (4)
Battery\Battery.shared.cs (2)
151
currentLevel =
ChargeLevel
;
160
=> OnBatteryInfoChanged(
ChargeLevel
, State, PowerSource);
Battery\Battery.uwp.cs (2)
59
if (
ChargeLevel
>= 1.0)
66
if (
ChargeLevel
>= 1.0)