<!--
{
  "availability" : [
    "watchOS: 7.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreMotion",
  "identifier" : "/documentation/CoreMotion/CMFallDetectionEvent",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Motion"
    ],
    "preciseIdentifier" : "c:objc(cs)CMFallDetectionEvent"
  },
  "title" : "CMFallDetectionEvent"
}
-->

# CMFallDetectionEvent

An object that contains data about a fall detection event.

```
class CMFallDetectionEvent
```

## Topics

### Accessing Fall Data

[`var resolution: CMFallDetectionEvent.UserResolution`](/documentation/CoreMotion/CMFallDetectionEvent/resolution)

The event’s resolution.

[`enum UserResolution`](/documentation/CoreMotion/CMFallDetectionEvent/UserResolution)

User resolutions for fall detection events.

### Getting the event date

[`var date: Date`](/documentation/CoreMotion/CMFallDetectionEvent/date)

The event’s time and date.

## Relationships

### Conforms To

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)