| AnalyticsVisitEngagementNotificationArgs Constructor (Double) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public VisitEngagementNotificationArgs(
double engagement
)
Public Sub New (
engagement As Double
)
Parameters
- engagement
- Type: SystemDouble
The corresponding visitor engagement index.
See Also