---
title: delegate
framework: coremotion
role: symbol
role_heading: Instance Property
path: coremotion/cmfalldetectionmanager/delegate
---

# delegate

A delegate that can receive notifications about fall detection events.

## Declaration

```swift
weak var delegate: (any CMFallDetectionDelegate)? { get set }
```

## See Also

### Handling Events

- [CMFallDetectionDelegate](coremotion/cmfalldetectiondelegate.md)
