---
title: "pendingCallActions(of:withCall:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxprovider/pendingcallactions(of:withcall:)"
---

# pendingCallActions(of:withCall:)

Returns all call actions in any pending transactions of the specified class for the specified call identifier that are incomplete.

## Declaration

```swift
func pendingCallActions(of callActionClass: AnyClass, withCall callUUID: UUID) -> [CXCallAction]
```

## Parameters

- `callActionClass`: The desired doc://com.apple.callkit/documentation/CallKit/CXCallAction subclass of returned actions.
- `callUUID`: The desired call identifier for returned actions.

## Return Value

Return Value An array of call actions of the specified class for the specified call identifier.

## See Also

### Accessing Pending Transaction and Call Actions

- [pendingTransactions](callkit/cxprovider/pendingtransactions.md)
