Share via


ICXProviderDelegate.PerformEndCallAction(CXProvider, CXEndCallAction) Method

Definition

Performs an end call action.

[Foundation.Export("provider:performEndCallAction:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void PerformEndCallAction(CallKit.CXProvider provider, CallKit.CXEndCallAction action);
[<Foundation.Export("provider:performEndCallAction:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PerformEndCallAction : CallKit.CXProvider * CallKit.CXEndCallAction -> unit
override this.PerformEndCallAction : 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