---
title: CXPlayDTMFCallAction.ActionType
framework: callkit
role: symbol
role_heading: Enumeration
path: callkit/cxplaydtmfcallaction/actiontype
---

# CXPlayDTMFCallAction.ActionType

The types of events that generate dial tones.

## Declaration

```swift
enum ActionType
```

## Topics

### Constants

- [CXPlayDTMFCallAction.ActionType.singleTone](callkit/cxplaydtmfcallaction/actiontype/singletone.md)
- [CXPlayDTMFCallAction.ActionType.softPause](callkit/cxplaydtmfcallaction/actiontype/softpause.md)
- [CXPlayDTMFCallAction.ActionType.hardPause](callkit/cxplaydtmfcallaction/actiontype/hardpause.md)

### Initializers

- [init(rawValue:)](callkit/cxplaydtmfcallaction/actiontype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
