C# 클래스 TalkingDataPlugin, CapsUnity

파일 보기 프로젝트 열기: kofight/CapsUnity 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
_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

메소드 상세

SessionStarted() 공개 정적인 메소드

public static SessionStarted ( string appKey, string channelId ) : void
appKey string
channelId string
리턴 void

SessionStoped() 공개 정적인 메소드

public static SessionStoped ( ) : void
리턴 void

SetExceptionReportEnabled() 공개 정적인 메소드

public static SetExceptionReportEnabled ( bool enable ) : void
enable bool
리턴 void

SetLocation() 공개 정적인 메소드

public static SetLocation ( double latitude, double longitude ) : void
latitude double
longitude double
리턴 void

SetLogEnabled() 공개 정적인 메소드

public static SetLogEnabled ( bool enable ) : void
enable bool
리턴 void

TrackEvent() 공개 정적인 메소드

public static TrackEvent ( string eventId ) : void
eventId string
리턴 void

TrackEventWithLabel() 공개 정적인 메소드

public static TrackEventWithLabel ( string eventId, string eventLabel ) : void
eventId string
eventLabel string
리턴 void

TrackEventWithParameters() 공개 정적인 메소드

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

TrackPageBegin() 공개 정적인 메소드

public static TrackPageBegin ( string pageName ) : void
pageName string
리턴 void

TrackPageEnd() 공개 정적인 메소드

public static TrackPageEnd ( string pageName ) : void
pageName string
리턴 void