SensorType Constants Reference

Declared in MotionSensor.h

SensorType

Definition

typedef NS_ENUM(NSUInteger, SensorType ) {
   ACCELEROMETER = 0,
   GYRO = 1,
   LOCATION,
};

Constants

ACCELEROMETER

Declared In MotionSensor.h.

GYRO

Declared In MotionSensor.h.

LOCATION

Declared In MotionSensor.h.