Info
public enum Info
Encapsulates the measurement of device motion.
-
The device motion measurement at a moment of time.
Declaration
Swift
case data(CMDeviceMotion) -
The error encountered in attempting to obtain the device motion measurement.
Declaration
Swift
case error(Error) -
No device motion measurement is available.
Declaration
Swift
case unknown
View on GitHub
Install in Dash
Info Enumeration Reference