CXProviderDelegate.DidBegin(CXProvider) 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.
The system began a call for the app.
[Foundation.Export("providerDidBegin:")]
public virtual void DidBegin (CallKit.CXProvider provider);
abstract member DidBegin : CallKit.CXProvider -> unit
override this.DidBegin : CallKit.CXProvider -> unit
Parameters
- provider
- CXProvider
The provider to which the provider delegate belongs.
- Attributes