---
title: "fallDetectionManagerDidChangeAuthorization(_:)"
framework: coremotion
role: symbol
role_heading: Instance Method
path: "coremotion/cmfalldetectiondelegate/falldetectionmanagerdidchangeauthorization(_:)"
---

# fallDetectionManagerDidChangeAuthorization(_:)

Indicates the fall detection authorization status changed.

## Declaration

```swift
optional func fallDetectionManagerDidChangeAuthorization(_ fallDetectionManager: CMFallDetectionManager)
```

## Parameters

- `fallDetectionManager`: The fall detection manager for the event.

## Discussion

Discussion The system calls this method after the fall detection authorization status changes. Check the fall detection manager’s authorizationStatus property to determine the current status.
