---
title: CMFallDetectionEvent.UserResolution
framework: coremotion
role: symbol
role_heading: Enumeration
path: coremotion/cmfalldetectionevent/userresolution
---

# CMFallDetectionEvent.UserResolution

User resolutions for fall detection events.

## Declaration

```swift
enum UserResolution
```

## Overview

Overview The resolution of an event reflects the user’s action in response to the fall detection notification. For example, the user might tap a button to respond inside the notification, or press the digital crown to dismiss the notification.

## Topics

### Resolutions

- [CMFallDetectionEvent.UserResolution.confirmed](coremotion/cmfalldetectionevent/userresolution/confirmed.md)
- [CMFallDetectionEvent.UserResolution.dismissed](coremotion/cmfalldetectionevent/userresolution/dismissed.md)
- [CMFallDetectionEvent.UserResolution.rejected](coremotion/cmfalldetectionevent/userresolution/rejected.md)
- [CMFallDetectionEvent.UserResolution.unresponsive](coremotion/cmfalldetectionevent/userresolution/unresponsive.md)

### Initializers

- [init(rawValue:)](coremotion/cmfalldetectionevent/userresolution/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 Fall Data

- [resolution](coremotion/cmfalldetectionevent/resolution.md)
