---
title: "init(call:digits:type:)"
framework: callkit
role: symbol
role_heading: Initializer
path: "callkit/cxplaydtmfcallaction/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.

## Declaration

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

## Parameters

- `callUUID`: The unique identifier for the associated doc://com.apple.callkit/documentation/CallKit/CXCall object.
- `digits`: A sequence of digits.
- `type`: The type of the call action. For possible values, see doc://com.apple.callkit/documentation/CallKit/CXPlayDTMFCallAction/ActionType.

## Return Value

Return Value

## Discussion

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

## See Also

### Creating New Actions

- [init(coder:)](callkit/cxplaydtmfcallaction/init(coder:).md)
