Gyroscope.Start(SensorSpeed) Method

Definition

Start monitoring for changes to gyro.

public static void Start (Xamarin.Essentials.SensorSpeed sensorSpeed);

Parameters

sensorSpeed
SensorSpeed

Speed to monitor sensor.

Remarks

Will throw FeatureNotSupportedException if not supported on device. Will throw ArgumentNullException if handler is null.

Applies to