1 implementation of IsMonitoring
Microsoft.Maui.Essentials (1)
Accelerometer\Accelerometer.shared.cs (1)
214
public bool
IsMonitoring
{ get; private set; }
2 references to IsMonitoring
Microsoft.Maui.Essentials (2)
Accelerometer\Accelerometer.shared.cs (2)
38
/// Will throw <see cref="InvalidOperationException"/> if <see cref="
IsMonitoring
"/> is <see langword="true"/>.</remarks>
80
public static bool IsMonitoring => Default.
IsMonitoring
;