---
title: CXAnswerCallAction
framework: callkit
role: symbol
role_heading: Class
path: callkit/cxanswercallaction
---

# CXAnswerCallAction

An encapsulation of the act of answering an incoming call.

## Declaration

```swift
class CXAnswerCallAction
```

## Overview

Overview CXAnswerCallAction is a concrete subclass of CXCallAction. When an incoming call is allowed by the system and approved by the user, the provider sends provider(_:perform:) to its delegate. The provider’s delegate calls the 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:).

## Topics

### Completing Actions

- [fulfill(withDateConnected:)](callkit/cxanswercallaction/fulfill(withdateconnected:).md)

## Relationships

### Inherits From

- [CXCallAction](callkit/cxcallaction.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Incoming calls

- [Responding to VoIP Notifications from PushKit](pushkit/responding-to-voip-notifications-from-pushkit.md)
- [CXCallUpdate](callkit/cxcallupdate.md)
