<!--
{
  "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/ActionType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CallKit"
    ],
    "preciseIdentifier" : "c:@E@CXPlayDTMFCallActionType"
  },
  "title" : "CXPlayDTMFCallAction.ActionType"
}
-->

# CXPlayDTMFCallAction.ActionType

The types of events that generate dial tones.

```
enum ActionType
```

## Topics

### Constants

[`CXPlayDTMFCallAction.ActionType.singleTone`](/documentation/CallKit/CXPlayDTMFCallAction/ActionType/singleTone)

Indicates that the user tapped a digit on the in-call keypad.

[`CXPlayDTMFCallAction.ActionType.softPause`](/documentation/CallKit/CXPlayDTMFCallAction/ActionType/softPause)

Indicates that the user included digits after a soft pause in their dial string. A soft pause is indicated by a comma (`,`) and waits a few seconds before dialing the additional digits.

[`CXPlayDTMFCallAction.ActionType.hardPause`](/documentation/CallKit/CXPlayDTMFCallAction/ActionType/hardPause)

Indicates that the user included digits after a hard pause in their dial string. A hard pause is indicated by a semicolon (`;`) and waits for further user interaction before dialing the additional 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)