Method | Description | |
---|---|---|
TrackEvent ( string category, string action ) : void |
Track event.
|
|
TrackEvent ( string category, string action, string label, string value ) : void |
Track event.
|
|
TrackException ( string description, bool isFatal ) : void |
Track exception event.
|
|
TrackScreen ( ) : void |
Track current screen.
|
|
TrackScreen ( string screenName ) : void |
Track screen with custom name.
|
Method | Description | |
---|---|---|
OnConstruct ( ) : void |
Method | Description | |
---|---|---|
EnqueueRequest ( string url ) : void | ||
Start ( ) : IEnumerator |
public TrackEvent ( string category, string action ) : void | ||
category | string | Category name. |
action | string | Action name. |
return | void |
public TrackEvent ( string category, string action, string label, string value ) : void | ||
category | string | Category name. |
action | string | Action name. |
label | string | Label name. |
value | string | Value. |
return | void |
public TrackException ( string description, bool isFatal ) : void | ||
description | string | Description of exception. |
isFatal | bool | Is exception fatal. |
return | void |
public TrackScreen ( string screenName ) : void | ||
screenName | string | Custom screen name. |
return | void |