C# Class TalkingDataPlugin, CapsUnity

Mostra file Open project: kofight/CapsUnity Class Usage Examples

Public Methods

Method 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

Method 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 method

public static SessionStarted ( string appKey, string channelId ) : void
appKey string
channelId string
return void

SessionStoped() public static method

public static SessionStoped ( ) : void
return void

SetExceptionReportEnabled() public static method

public static SetExceptionReportEnabled ( bool enable ) : void
enable bool
return void

SetLocation() public static method

public static SetLocation ( double latitude, double longitude ) : void
latitude double
longitude double
return void

SetLogEnabled() public static method

public static SetLogEnabled ( bool enable ) : void
enable bool
return void

TrackEvent() public static method

public static TrackEvent ( string eventId ) : void
eventId string
return void

TrackEventWithLabel() public static method

public static TrackEventWithLabel ( string eventId, string eventLabel ) : void
eventId string
eventLabel string
return void

TrackEventWithParameters() public static method

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

TrackPageBegin() public static method

public static TrackPageBegin ( string pageName ) : void
pageName string
return void

TrackPageEnd() public static method

public static TrackPageEnd ( string pageName ) : void
pageName string
return void