<!--
{
  "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/CXAnswerCallAction",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXAnswerCallAction"
  },
  "title" : "CXAnswerCallAction"
}
-->

# CXAnswerCallAction

An encapsulation of the act of answering an incoming call.

```
class CXAnswerCallAction
```

## Overview

[`CXAnswerCallAction`](/documentation/CallKit/CXAnswerCallAction) is a concrete subclass of [`CXCallAction`](/documentation/CallKit/CXCallAction).

When an incoming call is allowed by the system and approved by the user, the provider sends [`provider(_:perform:)`](/documentation/CallKit/CXProviderDelegate/provider(_:perform:)-h4in) 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 connected at a time other than the current time, you can instead call the [`fulfill(withDateConnected:)`](/documentation/CallKit/CXAnswerCallAction/fulfill(withDateConnected:)).

## Topics

### Completing Actions

[`-  fulfillWithDateConnected:`](/documentation/CallKit/CXAnswerCallAction/fulfill(withDateConnected:))

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

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

[`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)