Метод | Описание | |
---|---|---|
SessionStarted ( string appKey, string channelId ) : void | ||
SessionStoped ( ) : void | ||
SetExceptionReportEnabled ( bool enable ) : void | ||
SetLocation ( double latitude, double longitude ) : void | ||
SetLogEnabled ( bool enable ) : void | ||
TrackEvent ( string eventId ) : void | ||
TrackEventWithLabel ( string eventId, string eventLabel ) : void | ||
TrackEventWithParameters ( string eventId, string eventLabel, object>.Dictionary |
||
TrackPageBegin ( string pageName ) : void | ||
TrackPageEnd ( string pageName ) : void |
Метод | Описание | |
---|---|---|
_tdSessionStarted ( string appKey, string channelId ) : void | ||
_tdSetExceptionReportEnabled ( bool enable ) : void | ||
_tdSetLatitude ( double latitude, double longitude ) : void | ||
_tdSetLogEnabled ( bool enable ) : void | ||
_tdTrackEvent ( string eventId ) : void | ||
_tdTrackEventLabel ( string eventId, string eventLabel ) : void | ||
_tdTrackEventParameters ( string eventId, string eventLabel, string keys, string stringValues, double numberValues, int count ) : void | ||
_tdTrackPageBegin ( string pageName ) : void | ||
_tdTrackPageEnd ( string pageName ) : void |
public static SessionStarted ( string appKey, string channelId ) : void | ||
appKey | string | |
channelId | string | |
Результат | void |
public static SetExceptionReportEnabled ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public static SetLocation ( double latitude, double longitude ) : void | ||
latitude | double | |
longitude | double | |
Результат | void |
public static SetLogEnabled ( bool enable ) : void | ||
enable | bool | |
Результат | void |
public static TrackEvent ( string eventId ) : void | ||
eventId | string | |
Результат | void |
public static TrackEventWithLabel ( string eventId, string eventLabel ) : void | ||
eventId | string | |
eventLabel | string | |
Результат | void |
public static TrackEventWithParameters ( string eventId, string eventLabel, object>.Dictionary |
||
eventId | string | |
eventLabel | string | |
parameters | object>.Dictionary | |
Результат | void |
public static TrackPageBegin ( string pageName ) : void | ||
pageName | string | |
Результат | void |
public static TrackPageEnd ( string pageName ) : void | ||
pageName | string | |
Результат | void |