CXProviderDelegate.PerformPlayDtmfCallAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs a DTMF play call action.
[Foundation.Export("provider:performPlayDTMFCallAction:")]
public virtual void PerformPlayDtmfCallAction (CallKit.CXProvider provider, CallKit.CXPlayDtmfCallAction action);
abstract member PerformPlayDtmfCallAction : CallKit.CXProvider * CallKit.CXPlayDtmfCallAction -> unit
override this.PerformPlayDtmfCallAction : CallKit.CXProvider * CallKit.CXPlayDtmfCallAction -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- action
- CXPlayDtmfCallAction
The DTMF play call action to perform.
- Attributes