---
title: CMPedometerEventType
framework: coremotion
role: symbol
role_heading: Enumeration
path: coremotion/cmpedometereventtype
---

# CMPedometerEventType

Constants indicating the change that occurred to the user’s pedestrian activity.

## Declaration

```swift
enum CMPedometerEventType
```

## Topics

### Enumeration Cases

- [CMPedometerEventType.pause](coremotion/cmpedometereventtype/pause.md)
- [CMPedometerEventType.resume](coremotion/cmpedometereventtype/resume.md)

### Initializers

- [init(rawValue:)](coremotion/cmpedometereventtype/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

### Pedometer Data

- [date](coremotion/cmpedometerevent/date.md)
- [type](coremotion/cmpedometerevent/type.md)
