C# Class TalkingDataPlugin, CapsUnity

Afficher le fichier Open project: kofight/CapsUnity Class Usage Examples

Méthodes publiques

Méthode Description
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 parameters ) : void
TrackPageBegin ( string pageName ) : void
TrackPageEnd ( string pageName ) : void

Private Methods

Méthode Description
_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

Method Details

SessionStarted() public static méthode

public static SessionStarted ( string appKey, string channelId ) : void
appKey string
channelId string
Résultat void

SessionStoped() public static méthode

public static SessionStoped ( ) : void
Résultat void

SetExceptionReportEnabled() public static méthode

public static SetExceptionReportEnabled ( bool enable ) : void
enable bool
Résultat void

SetLocation() public static méthode

public static SetLocation ( double latitude, double longitude ) : void
latitude double
longitude double
Résultat void

SetLogEnabled() public static méthode

public static SetLogEnabled ( bool enable ) : void
enable bool
Résultat void

TrackEvent() public static méthode

public static TrackEvent ( string eventId ) : void
eventId string
Résultat void

TrackEventWithLabel() public static méthode

public static TrackEventWithLabel ( string eventId, string eventLabel ) : void
eventId string
eventLabel string
Résultat void

TrackEventWithParameters() public static méthode

public static TrackEventWithParameters ( string eventId, string eventLabel, object>.Dictionary parameters ) : void
eventId string
eventLabel string
parameters object>.Dictionary
Résultat void

TrackPageBegin() public static méthode

public static TrackPageBegin ( string pageName ) : void
pageName string
Résultat void

TrackPageEnd() public static méthode

public static TrackPageEnd ( string pageName ) : void
pageName string
Résultat void