ClientConfigurationAnalyticsEnabled Property |
Used to control the collection of analytics data by the SDK.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic 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