CXProvider.Configuration Property

Definition

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

Applies to