Info

public enum Info

Encapsulates the measurement of the acceleration along the three spatial axes at a moment of time.

  • The acceleration measurement.

    Declaration

    Swift

    case data(CMAccelerometerData)
  • The error encountered in attempting to obtain the acceleration measurement.

    Declaration

    Swift

    case error(Error)
  • No acceleration measurement is available.

    Declaration

    Swift

    case unknown