<!--
{
  "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/CXProvider/pendingCallActions(of:withCall:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXProvider(im)pendingCallActionsOfClass:withCallUUID:"
  },
  "title" : "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.

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

## Parameters

`callActionClass`

The desired [`CXCallAction`](/documentation/CallKit/CXCallAction) subclass of returned actions.

`callUUID`

The desired call identifier for returned actions.

## Return Value

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

## Discussion

---

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)