<!--
{
  "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/CXPlayDTMFCallAction/init(call:digits:type:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CXPlayDTMFCallAction(im)initWithCallUUID:digits:type:"
  },
  "title" : "init(call:digits:type:)"
}
-->

# init(call:digits:type:)

Initializes a new action for a call identified by a given UUID, as well as a specified type and sequence of digits.

```
init(call callUUID: UUID, digits: String, type: CXPlayDTMFCallAction.ActionType)
```

## Parameters

`callUUID`

The unique identifier for the associated [`CXCall`](/documentation/CallKit/CXCall) object.

`digits`

A sequence of digits.

`type`

The type of the call action. For possible values, see [`CXPlayDTMFCallAction.ActionType`](/documentation/CallKit/CXPlayDTMFCallAction/ActionType).

## Return Value

## Discussion

A new action for the specified call UUID, type, and digits.

---

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)