Property | Type | Description | |
---|---|---|---|
AnalyticsHelper | System | ||
LoadAnalyticsJson | Newtonsoft.Json.Linq.JObject |
Method | Description | |
---|---|---|
SendEvent ( string category, string action ) : void | ||
SendException ( string description, bool isFatal ) : void | ||
SendView ( string viewName ) : void |
Method | Description | |
---|---|---|
AnalyticsHelper ( ) : System | ||
LoadAnalyticsJson ( ) : Newtonsoft.Json.Linq.JObject |
public static SendEvent ( string category, string action ) : void | ||
category | string | |
action | string | |
return | void |
public static SendException ( string description, bool isFatal ) : void | ||
description | string | |
isFatal | bool | |
return | void |
public static SendView ( string viewName ) : void | ||
viewName | string | |
return | void |