Share via


CXProviderDelegate_Extensions.PerformSetHeldCallAction Method

Definition

Performs a hold call action.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void PerformSetHeldCallAction(this CallKit.ICXProviderDelegate This, CallKit.CXProvider provider, CallKit.CXSetHeldCallAction action);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PerformSetHeldCallAction : CallKit.ICXProviderDelegate * CallKit.CXProvider * CallKit.CXSetHeldCallAction -> unit

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXSetHeldCallAction

The hold call action to perform.

Attributes

Remarks

This method can also be used to resume, or unhold, a call.

Applies to