TMDStatusName Constants Reference
Declared in | TMDStatusName.h |
---|
TMDStatusName
Enum of the possible TMDStatusNames
Definition
typedef NS_ENUM(NSInteger, TMDStatusName ) {
TMDEventNotRunning,
TMDEventIdle,
TMDEventRecording,
TMDEventStoppedCauseInsufficientPermission,
TMDEventStoppedManually,
TMDEventStartFailedCauseInsufficientMotionFitnessServices,
TMDEventStartFailedCauseInsufficientLocationServices,
TMDEventAppKilled,
TMDEventAppNotRunningCauseUnknown,
TMDEventUnknown,
};
Constants
TMDEventNotRunning
-
At Tmd init, before the services start
Declared In
TMDStatusName.h
. TMDEventIdle
-
TMD is active and monitoring motion
Declared In
TMDStatusName.h
. TMDEventRecording
-
TMD is recording
Declared In
TMDStatusName.h
. TMDEventStoppedCauseInsufficientPermission
-
TMD has stopped because location permission changed
Declared In
TMDStatusName.h
. TMDEventStoppedManually
-
TMD has been stopped manually via [TMD stop];
Declared In
TMDStatusName.h
. TMDEventStartFailedCauseInsufficientMotionFitnessServices
-
TMD could not start because of a problem with Motion & Fitness service availability/permissions
Declared In
TMDStatusName.h
. TMDEventStartFailedCauseInsufficientLocationServices
-
TMD could not start because of a problem with Location service availability/permissions
Declared In
TMDStatusName.h
. TMDEventAppKilled
-
Application was killed
Declared In
TMDStatusName.h
. TMDEventAppNotRunningCauseUnknown
-
Application was not running and the reason for that is unkown
Declared In
TMDStatusName.h
. TMDEventUnknown
-
Unkown event
Declared In
TMDStatusName.h
.
Declared In
TMDStatusName.h