CXProvider.SetDelegate(ICXProviderDelegate, DispatchQueue) 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.
Sets the delegate that will handle call events reported by the system.
[Foundation.Export("setDelegate:queue:")]
public virtual void SetDelegate (CallKit.ICXProviderDelegate aDelegate, CoreFoundation.DispatchQueue queue);
abstract member SetDelegate : CallKit.ICXProviderDelegate * CoreFoundation.DispatchQueue -> unit
override this.SetDelegate : CallKit.ICXProviderDelegate * CoreFoundation.DispatchQueue -> unit
Parameters
- Attributes