Class DtmfResult

java.lang.Object
com.vonage.client.incoming.DtmfResult

@Deprecated public class DtmfResult extends Object
Deprecated.
  • Constructor Details

  • Method Details

    • getDigits

      public String getDigits()
      Deprecated.
      The button sequence pressed by the user.
      Returns:
      The buttons pressed as a String.
    • isTimedOut

      public boolean isTimedOut()
      Deprecated.
      Whether the DTMF input timed out.
      Returns:
      true if the DTMF timed out, false otherwise.