We are probably going to need a way to re-interpret the meaning of accelerometer values depending on the orientation of the device (at least portrait vs. landscape). Until we have a use case, we'll just anticipate as best we can by having this enum to pass to the constructor.

TODO: This is only tested on Android phones, not tablets. iOS is not tested.

Enumeration Members

ANDROID_LANDSCAPE: 0
ANDROID_PORTRAIT: 1
DISABLED: 4
IOS_LANDSCAPE: 2
IOS_PORTRAIT: 3