Share via


CXProviderDelegate_Extensions.PerformPlayDtmfCallAction Method

Definition

Performs a DTMF play call action.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PerformPlayDtmfCallAction(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXPlayDtmfCallAction action);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformPlayDtmfCallAction : CallKit.ICXProviderDelegate * 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

Applies to