Click or drag to resize
ClientConfigurationAnalyticsEnabled Property
Used to control the collection of analytics data by the SDK.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public bool AnalyticsEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The analytics information collected by the SDK is for internal Avaya use only and contains no personally identifiable information. These analytics are used solely by Avaya for the purposes of improving its products and will not be shared with anyone outside of Avaya.

Note that changes to this setting are not effective after the Client object has been created.

Remarks
The default value is false (the collection of analytics is disabled).
See Also