Click or drag to resize

AnalyticsOptions Constructor

Creates a customized Openfin analytics configuration using the specified activation key, client hash options, and selected services to report.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public AnalyticsOptions(
	Guid key,
	AnalyticsOptionsAnalyticsHashOptions hashOptions,
	AnalyticsOptionsAnalyticsServices services
)

Parameters

key
Type: SystemGuid
The GUID activation key to enable analytics customization
hashOptions
Type: Openfin.DesktopAnalyticsOptionsAnalyticsHashOptions
The client information which is used when reporting an Openfin analytics event
services
Type: Openfin.DesktopAnalyticsOptionsAnalyticsServices
The set of services which are reported to Openfin analytics
See Also