Share via


CXProviderDelegate_Extensions.PerformEndCallAction Method

Definition

Performs an end call action.

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

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXEndCallAction

The end call action to perform.

Attributes

Applies to