Magnetometer.Start(SensorSpeed) Method

Definition

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.

Applies to