Package apple.callkit.enums
Class CXPlayDTMFCallActionType
- java.lang.Object
-
- apple.callkit.enums.CXPlayDTMFCallActionType
-
public final class CXPlayDTMFCallActionType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longHardPauseThe user included digits after a hard pause in their dial stringstatic longSingleToneThe user tapped a digit on the in-call keypadstatic longSoftPauseThe user included digits after a soft pause in their dial string
-
-
-
Field Detail
-
SingleTone
public static final long SingleTone
The user tapped a digit on the in-call keypad- See Also:
- Constant Field Values
-
SoftPause
public static final long SoftPause
The user included digits after a soft pause in their dial string- See Also:
- Constant Field Values
-
HardPause
public static final long HardPause
The user included digits after a hard pause in their dial string- See Also:
- Constant Field Values
-
-