Share via


CXProviderDelegate_Extensions.PerformAnswerCallAction Method

Definition

Performs an answer call action.

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

Parameters

provider
CXProvider

The provider to which the provider delegate belongs.

action
CXAnswerCallAction

The answer call action to perform.

Attributes

Applies to