|
1 | 1 | enum FitnessDataType { |
2 | | - StepCount = 'HKQuantityTypeIdentifierStepCount', |
3 | | - DistanceWalkingRunning = 'HKQuantityTypeIdentifierDistanceWalkingRunning' |
| 2 | + WORKOUT = "Workout", |
| 3 | + STEP_COUNT = "HKQuantityTypeIdentifierStepCount", |
| 4 | + DISTANCE_WALKING_RUNNING = "HKQuantityTypeIdentifierDistanceWalkingRunning", |
| 5 | + RUNNING_SPEED = "HKQuantityTypeIdentifierRunningSpeed", |
| 6 | + RUNNING_STRIDE_LENGTH = "HKQuantityTypeIdentifierRunningStrideLength", |
| 7 | + RUNNING_POWER = "HKQuantityTypeIdentifierRunningPower", |
| 8 | + RUNNING_GROUND_CONTACT_TIME = "HKQuantityTypeIdentifierRunningGroundContactTime", |
| 9 | + RUNNING_VERTICAL_OSCILLATION = "HKQuantityTypeIdentifierRunningVerticalOscillation", |
| 10 | + DISTANCE_CYCLING = "HKQuantityTypeIdentifierDistanceCycling", |
| 11 | + PUSH_COUNT = "HKQuantityTypeIdentifierPushCount", |
| 12 | + DISTANCE_WHEEL_CHAIR = "HKQuantityTypeIdentifierDistanceWheelchair", |
| 13 | + SWIMMING_STROKE_COUNT = "HKQuantityTypeIdentifierSwimmingStrokeCount", |
| 14 | + DISTANCE_SWIMMING = "HKQuantityTypeIdentifierDistanceSwimming", |
| 15 | + DISTANCE_DOWNHILL_SNOW_SPORTS = "HKQuantityTypeIdentifierDistanceDownhillSnowSports", |
| 16 | + BASAL_ENERGY_BURNED = "HKQuantityTypeIdentifierBasalEnergyBurned", |
| 17 | + ACTIVE_ENERGY_BURNED = "HKQuantityTypeIdentifierActiveEnergyBurned", |
| 18 | + FLIGHT_SCLIMBED = "HKQuantityTypeIdentifierFlightsClimbed", |
| 19 | + NIKE_FUEL = "HKQuantityTypeIdentifierNikeFuel", |
| 20 | + APPLE_EXERCISE_TIME = "HKQuantityTypeIdentifierAppleExerciseTime", |
| 21 | + APPLE_MOVE_TIME = "HKQuantityTypeIdentifierAppleMoveTime", |
| 22 | + APPLE_STAND_HOUR = "HKCategoryTypeIdentifierAppleStandHour", |
| 23 | + APPLE_STAND_TIME = "HKQuantityTypeIdentifierAppleStandTime", |
| 24 | + VO2_MAX = "HKQuantityTypeIdentifierVO2Max", |
| 25 | + LOW_CARDIO_FITNES_SEVENT = "HKCategoryTypeIdentifierLowCardioFitnessEvent" |
4 | 26 | } |
5 | 27 |
|
6 | 28 | export default FitnessDataType |
0 commit comments