CXProvider.Configuration Property
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.
Gets or sets an object that contains values that control miscellaneous call properties, such as the ringtone, whether the call supports video, the maximum number of callers, and so on.
public virtual CallKit.CXProviderConfiguration Configuration { [Foundation.Export("configuration", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setConfiguration:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Configuration : CallKit.CXProviderConfiguration with get, set
Property Value
The configuration object for the call.
- Attributes