AnalyticsOptionsAnalyticsServices Enumeration |
Specifies the services which will be reported by the Openfin analytics
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax [FlagsAttribute]
public enum AnalyticsServices
Members
| Member name | Value | Description |
---|
| None | 0 |
No configurable events will be reported to Openfin analytics.
|
| ApplicationEvent | 1 |
Application start, close, and crash events will be reported to Openfin analytics.
|
| InstallApplication | 2 |
Application installation events will be reported to Openfin analytics.
|
| InstallRuntime | 4 |
Runtime installation events will be reported to Openfin analytics.
|
| InstallRvm | 8 |
RVM installation events will be reported to Openfin analytics.
|
| LaunchApplication | 16 |
Application launch events will be reported to Openfin analytics.
|
| UninstallApplication | 32 |
Application uninstall events will be reported to Openfin analytics.
|
| UninstallRuntime | 64 |
Runtime uninstall events will be reported to Openfin analytics.
|
| All | 127 |
All configuratble events will be reported to Openfin analytics.
|
See Also