Constants | ||
---|---|---|
int | SENSOR_DELAY_FASTEST | Get sensor data as fast as possible |
int | SENSOR_DELAY_GAME | Rate suitable for games |
int | SENSOR_DELAY_NORMAL | Rate suitable for screen orientation changes |
int | SENSOR_DELAY_UI | Rate suitable for user interface |
Get sensor data as fast as possible
Constant Value: 1 (0x00000001)
Rate suitable for games
Constant Value: 2 (0x00000002)
Rate suitable for screen orientation changes
Constant Value: 3 (0x00000003)
Rate suitable for user interface
Constant Value: 4 (0x00000004)
Interface used to define constants for sensor rates. The extension can chose from one of the constants defined in this interface.