Click or drag to resize

EventActivity Constructor

Namespace:  CSharpAnalytics.Activities
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public EventActivity(
	string action,
	string category,
	string label = null,
	Nullable<int> value = null,
	bool nonInteraction = false
)

Parameters

action
Type: SystemString
category
Type: SystemString
label (Optional)
Type: SystemString
value (Optional)
Type: SystemNullableInt32
nonInteraction (Optional)
Type: SystemBoolean
See Also