Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

SensorSpeed Enum

Definition

Namespace:
Microsoft.Maui.Devices.Sensors
Assembly:
Microsoft.Maui.Essentials.dll
Source:
SensorSpeed.shared.cs
Source:
SensorSpeed.shared.cs
Source:
SensorSpeed.shared.cs
Source:
SensorSpeed.shared.cs

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.

Represents the sensor speed to monitor device sensors for changes.

public enum class SensorSpeed
public enum SensorSpeed
type SensorSpeed = 
Public Enum SensorSpeed
Inheritance
SensorSpeed

Fields

Name Value Description
Default 0

The device default sensor speed.

UI 1

Rate suitable for general user interface.

Game 2

Rate suitable for games.

Fastest 3

Get the sensor data as fast as possible.

Applies to


Feedback

Was this page helpful?