Implemented interface member:
property
IsSupported
Microsoft.Maui.Devices.Sensors.IBarometer.IsSupported
4 references to IsSupported
Microsoft.Maui.Essentials (4)
Barometer\Barometer.shared.cs (4)
196
/// <exception cref="FeatureNotSupportedException">Thrown if <see cref="
IsSupported
"/> returns <see langword="false"/>.</exception>
200
if (!
IsSupported
)
221
/// <exception cref="FeatureNotSupportedException">Thrown if <see cref="
IsSupported
"/> returns <see langword="false"/>.</exception>
224
if (!
IsSupported
)