<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "watchOS: 10.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafetyKit",
  "identifier" : "/documentation/SafetyKit/SAEmergencyResponseManager",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "SafetyKit"
    ],
    "preciseIdentifier" : "c:objc(cs)SAEmergencyResponseManager"
  },
  "title" : "SAEmergencyResponseManager"
}
-->

# SAEmergencyResponseManager

Provides actions in response to a Crash Detection event.

```
class SAEmergencyResponseManager
```

## Overview

Use the manager to place a voice call to an emergency contact upon receipt of a Crash Detection event. Provide an object that adopts [`SAEmergencyResponseDelegate`](/documentation/SafetyKit/SAEmergencyResponseDelegate) in order to respond to the status of the voice call.

## Topics

### Placing a voice call

[`VoiceCallStatus`](/documentation/SafetyKit/SAEmergencyResponseManager/VoiceCallStatus)

An enumeration that defines the status of a requested voice call.

[`-  dialVoiceCallToPhoneNumber:completionHandler:`](/documentation/SafetyKit/SAEmergencyResponseManager/dialVoiceCall(toPhoneNumber:completionHandler:))

Request the system to dial a voice call on behalf of someone involved in a crash.

[`delegate`](/documentation/SafetyKit/SAEmergencyResponseManager/delegate)

The object that receives voice call status updates and requested emergency response actions.

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)