SensorAccuracyListener

public protocol SensorAccuracyListener : AnyObject

Listener for changes in sensor accuracy

  • Called when accuracy has changed for a sensor

    Declaration

    Swift

    func accuracyChanged(sensorType: EnumSensorType, newValue: Int)

    Parameters

    sensorType

    The sensor in question