Implemented interface member:
property
IsSupported
Microsoft.Maui.Devices.Sensors.IAccelerometer.IsSupported
4 references to IsSupported
Microsoft.Maui.Essentials (4)
Accelerometer\Accelerometer.shared.cs (4)
217
/// <exception cref="FeatureNotSupportedException">Thrown if <see cref="
IsSupported
"/> returns <see langword="false"/>.</exception>
221
if (!
IsSupported
)
242
/// <exception cref="FeatureNotSupportedException">Thrown if <see cref="
IsSupported
"/> returns <see langword="false"/>.</exception>
245
if (!
IsSupported
)