Magnetometer.Start(SensorSpeed) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Start monitoring for changes to magnetometer.
public static void Start (Xamarin.Essentials.SensorSpeed sensorSpeed);
Parameters
- sensorSpeed
- SensorSpeed
Speed to get sensor information.
Remarks
Will throw FeatureNotSupportedException if not supported on device. Will throw ArgumentNullException if handler is null.