public static interface ArchitectView.SensorAccuracyChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onCompassAccuracyChanged(int accuracy)
Callback Method of the Interface SensorAccuracyChangeListener.
|
void onCompassAccuracyChanged(int accuracy)
Callback Method of the Interface SensorAccuracyChangeListener.
Register an instance of this interface as listener at ArchitectWebView
. This Method is called when
the accuracy of the Compass has changed
See
SensorEventListener.onAccuracyChanged(Sensor, int)
for details.
accuracy
- The Compass Accuracy:
SENSOR_STATUS_UNRELIABLE
,
SENSOR_STATUS_ACCURACY_LOW
,
SENSOR_STATUS_ACCURACY_MEDIUM
,
SENSOR_STATUS_ACCURACY_HIGH