CXProviderDelegate.PerformAnswerCallAction 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 answer call action.
[Foundation.Export("provider:performAnswerCallAction:")]
public virtual void PerformAnswerCallAction (CallKit.CXProvider provider, CallKit.CXAnswerCallAction action);
abstract member PerformAnswerCallAction : CallKit.CXProvider * CallKit.CXAnswerCallAction -> unit
override this.PerformAnswerCallAction : 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