---
title: HKActivityMoveMode
framework: healthkit
role: symbol
role_heading: Enumeration
path: healthkit/hkactivitymovemode
---

# HKActivityMoveMode

Constants that specify the value measured by the Move ring on the user’s device.

## Declaration

```swift
enum HKActivityMoveMode
```

## Overview

Overview For younger users, HealthKit’s activity summary can track move time instead of active energy burned: HealthKit encourages users under 13 years old to track move time. Users 13 to 18 years old can choose to track move time or active energy burned. All users over 18 years old track active energy burned.

## Topics

### Move Modes

- [HKActivityMoveMode.activeEnergy](healthkit/hkactivitymovemode/activeenergy.md)
- [HKActivityMoveMode.appleMoveTime](healthkit/hkactivitymovemode/applemovetime.md)

### Initializers

- [init(rawValue:)](healthkit/hkactivitymovemode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing the summary’s data

- [activityMoveMode](healthkit/hkactivitysummary/activitymovemode.md)
- [activeEnergyBurned](healthkit/hkactivitysummary/activeenergyburned.md)
- [activeEnergyBurnedGoal](healthkit/hkactivitysummary/activeenergyburnedgoal.md)
- [appleMoveTime](healthkit/hkactivitysummary/applemovetime.md)
- [appleMoveTimeGoal](healthkit/hkactivitysummary/applemovetimegoal.md)
- [appleExerciseTime](healthkit/hkactivitysummary/appleexercisetime.md)
- [appleExerciseTimeGoal](healthkit/hkactivitysummary/appleexercisetimegoal.md)
- [exerciseTimeGoal](healthkit/hkactivitysummary/exercisetimegoal.md)
- [appleStandHours](healthkit/hkactivitysummary/applestandhours.md)
- [standHoursGoal](healthkit/hkactivitysummary/standhoursgoal.md)
- [appleStandHoursGoal](healthkit/hkactivitysummary/applestandhoursgoal.md)
- [HKCategoryValueAppleStandHour](healthkit/hkcategoryvalueapplestandhour.md)
- [dateComponents(for:)](healthkit/hkactivitysummary/datecomponents(for:).md)
