<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CallKit",
  "identifier" : "/documentation/CallKit/CXEndCallAction",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXEndCallAction"
  },
  "title" : "CXEndCallAction"
}
-->

# CXEndCallAction

An encapsulation of the act of ending a call.

```
class CXEndCallAction
```

## Overview

[`CXEndCallAction`](/documentation/CallKit/CXEndCallAction) is a concrete subclass of [`CXCallAction`](/documentation/CallKit/CXCallAction). When the user initiates an outgoing call, the provider sends [`provider(_:perform:)`](/documentation/CallKit/CXProviderDelegate/provider(_:perform:)-9a0m) to its delegate. The provider’s delegate calls the [`fulfill()`](/documentation/CallKit/CXAction/fulfill()) method to indicate that the action was successfully performed. To indicate that the call ended at a time other than the current time, you can instead call the [`fulfill(withDateEnded:)`](/documentation/CallKit/CXEndCallAction/fulfill(withDateEnded:))

## Topics

### Completing Actions

[`-  fulfillWithDateEnded:`](/documentation/CallKit/CXEndCallAction/fulfill(withDateEnded:))

Reports the successful execution of the action at the specified time.

## Relationships

### Conforms To

[`NSSecureCoding`](/documentation/Foundation/NSSecureCoding)

[`NSCoding`](/documentation/Foundation/NSCoding)

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

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

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

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

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

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

[`NSCopying`](/documentation/Foundation/NSCopying)

### Inherits From

[`CXCallAction`](/documentation/CallKit/CXCallAction)

---

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)