C# Class CSharpAnalytics.Activities.EventActivity

Inheritance: IMeasurementActivity
Afficher le fichier Open project: TechSmith/CSharpAnalytics Class Usage Examples

Méthodes publiques

Méthode Description
EventActivity ( string action, string category, string label = null, int value = null, bool nonInteraction = false ) : System

Create a new EventActivity with various parameters to be captured.

Method Details

EventActivity() public méthode

Create a new EventActivity with various parameters to be captured.
public EventActivity ( string action, string category, string label = null, int value = null, bool nonInteraction = false ) : System
action string Action name to be assigned to the Action property.
category string Category name to be assigned to Category property.
label string Optional label to be assigned to the Label property.
value int Optional value to be assigned to the Value property.
nonInteraction bool Optional boolean value to be assigned to the NonInteraction property.
Résultat System