2 implementations of IBattery
Microsoft.Maui.Essentials (2)
Battery\Battery.ios.watchos.cs (1)
13
partial class BatteryImplementation :
IBattery
Battery\Battery.shared.cs (1)
105
partial class BatteryImplementation :
IBattery
4 references to IBattery
Microsoft.Maui.Essentials (4)
Battery\Battery.shared.cs (4)
93
static
IBattery
? defaultImplementation;
98
public static
IBattery
Default =>
101
internal static void SetDefault(
IBattery
? implementation) =>
242
/// Event arguments containing the current reading of <see cref="
IBattery
"/>.