public static abstract @interface RangingParameters.RangingUpdateRate implements
Annotation
Update rate settings.
Constant Summary
int | AUTOMATIC | Automatically changing the reporting rate when screen is on or off. |
int | FREQUENT | Reports ranging data in hundreds of milliseconds (depending on the ranging interval setting of the config) |
int | INFREQUENT | Reports ranging data in couple of seconds (default to 4 seconds). |
int | UNKNOWN | Invalid Update Rate Setting |
Inherited Method Summary
Constants
public static final int AUTOMATIC
Automatically changing the reporting rate when screen is on or off.
Constant Value: 1
public static final int FREQUENT
Reports ranging data in hundreds of milliseconds (depending on the ranging interval setting of the config)
Constant Value: 3
public static final int INFREQUENT
Reports ranging data in couple of seconds (default to 4 seconds).
Constant Value: 2
public static final int UNKNOWN
Invalid Update Rate Setting
Constant Value: 0