init(call:digits:type:)
Initializes a new action for a call identified by a given UUID, as well as a specified type and sequence of digits.
Declaration
init(call callUUID: UUID, digits: String, type: CXPlayDTMFCallAction.ActionType)Parameters
- callUUID:
The unique identifier for the associated Cxcall object.
- digits:
A sequence of digits.
- type:
The type of the call action. For possible values, see Actiontype.
Return Value
Discussion
A new action for the specified call UUID, type, and digits.