CXProviderDelegate.PerformEndCallAction(CXProvider, CXEndCallAction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs an end call action.
[Foundation.Export("provider:performEndCallAction:")]
public virtual void PerformEndCallAction (CallKit.CXProvider provider, CallKit.CXEndCallAction action);
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