Class CXPlayDTMFCallActionType


  • public final class CXPlayDTMFCallActionType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long HardPause
      The user included digits after a hard pause in their dial string
      static long SingleTone
      The user tapped a digit on the in-call keypad
      static long SoftPause
      The user included digits after a soft pause in their dial string
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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