IAccelerometer.Start(SensorSpeed) Method

Definition

Start monitoring for changes to accelerometer.

public:
 void Start(Microsoft::Maui::Devices::Sensors::SensorSpeed sensorSpeed);
public void Start (Microsoft.Maui.Devices.Sensors.SensorSpeed sensorSpeed);
abstract member Start : Microsoft.Maui.Devices.Sensors.SensorSpeed -> unit
Public Sub Start (sensorSpeed As SensorSpeed)

Parameters

sensorSpeed
SensorSpeed

Speed to monitor the sensor.

Remarks

Will throw FeatureNotSupportedException if IsSupported is false. Will throw InvalidOperationException if IsMonitoring is true.

Applies to