Relay.Calling.SendDigitsAction
Relay.Calling.SendDigitsAction
This object is returned by sendDigitsAsync method that represents a send digits operation currently active on a call.
Methods-submenu
GetResult
Returns the final result of the send digits operation.
Parameters
None
Returns
Relay.Calling.SendDigitsResult - Final result of the operation.
Examples
Show the Result.
GetCompleted
Return true if the operation has finished, false otherwise.
Parameters
None
Returns
Boolean - True/False accordingly to the state.
Examples
Send some digits and check if it has finished.
GetControlID
Return the UUID to identify the action.
Parameters
None
Returns
string - UUID to identify the action.