1 implementation of IMagnetometer
Microsoft.Maui.Essentials (1)
Magnetometer\Magnetometer.shared.cs (1)
193
partial class MagnetometerImplementation :
IMagnetometer
4 references to IMagnetometer
Microsoft.Maui.Essentials (4)
Magnetometer\Magnetometer.shared.cs (4)
83
static
IMagnetometer
Current => Devices.Sensors.Magnetometer.Default;
85
static
IMagnetometer
? defaultImplementation;
90
public static
IMagnetometer
Default =>
93
internal static void SetDefault(
IMagnetometer
? implementation) =>