Свойство | Type | Description | |
---|---|---|---|
TrackingId | string |
Méthode | Description | |
---|---|---|
GetInstance ( ) : |
||
Initialize ( ) : void | ||
TrackEvent ( string category, string eventName, string label ) : void | ||
TrackException ( string exception, bool isFatal ) : void | ||
TrackPage ( string pageName ) : void |
Méthode | Description | |
---|---|---|
AnalyticsService ( ) : Integreat.Shared.Services.Tracking |
public static GetInstance ( ) : |
||
Résultat |
public TrackEvent ( string category, string eventName, string label ) : void | ||
category | string | |
eventName | string | |
label | string | |
Résultat | void |
public TrackException ( string exception, bool isFatal ) : void | ||
exception | string | |
isFatal | bool | |
Résultat | void |
public TrackPage ( string pageName ) : void | ||
pageName | string | |
Résultat | void |