ORKSpatialSpanMemoryGameStatus Constants Reference
Declared in | ORKSpatialSpanMemoryResult.h |
---|
ORKSpatialSpanMemoryGameStatus
An enumeration of values that describe the status of a round of the spatial span memory game.
Definition
typedef NS_ENUM(NSInteger, ORKSpatialSpanMemoryGameStatus ) {
ORKSpatialSpanMemoryGameStatusUnknown,
ORKSpatialSpanMemoryGameStatusSuccess,
ORKSpatialSpanMemoryGameStatusFailure,
ORKSpatialSpanMemoryGameStatusTimeout,
};
Constants
ORKSpatialSpanMemoryGameStatusUnknown
-
Unknown status. The game is still in progress or has not started.
Declared In
ORKSpatialSpanMemoryResult.h
. ORKSpatialSpanMemoryGameStatusSuccess
-
Success. The user has completed the sequence.
Declared In
ORKSpatialSpanMemoryResult.h
. ORKSpatialSpanMemoryGameStatusFailure
-
Failure. The user has completed the sequence incorrectly.
Declared In
ORKSpatialSpanMemoryResult.h
. ORKSpatialSpanMemoryGameStatusTimeout
-
Timeout. The game timed out during play.
Declared In
ORKSpatialSpanMemoryResult.h
.
Declared In
ORKSpatialSpanMemoryResult.h