Show / Hide Table of Contents

Class TrackEvent

Events to be dispatched to Amplitude/Userflow.

Inheritance
Object
TrackEvent
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class TrackEvent : Object

Constructors

TrackEvent(String)

Events to be dispatched to Amplitude/Userflow.

Declaration
public TrackEvent(string eventName)
Parameters
Type Name Description
String eventName

Properties

ContextIdentifier

Cust12345

Declaration
public string ContextIdentifier { get; set; }
Property Value
Type Description
String

EventName

"sale-created" or "sale-sold"

Declaration
public string EventName { get; set; }
Property Value
Type Description
String

UserId

Cust12345.56

Declaration
public string UserId { get; set; }
Property Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top