Contents

provider(_:perform:)

Called when the provider performs the specified play DTMF (dual tone multifrequency) call action.

Declaration

optional func provider(_ provider: CXProvider, perform action: CXPlayDTMFCallAction)

Parameters

  • provider:

    The telephony provider.

  • action:

    The play DTMF call action.

See Also

Handling Call Actions