C# 클래스 com.honcheng.appenginemobileanalytics.WP.Logger

파일 보기 프로젝트 열기: honcheng/GAEMobileAnalytics

공개 메소드들

메소드 설명
GenerateUrl ( string baseUrl, object>.Dictionary parameters ) : string
GetSHA256Hash ( string input ) : string
LogEvent ( string eventName, object>.Dictionary parameters ) : void
OnApplicationStarted ( string apiKey, string basicURL, string eventsURL ) : void

비공개 메소드들

메소드 설명
webClient_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

메소드 상세

GenerateUrl() 공개 정적인 메소드

public static GenerateUrl ( string baseUrl, object>.Dictionary parameters ) : string
baseUrl string
parameters object>.Dictionary
리턴 string

GetSHA256Hash() 공개 정적인 메소드

public static GetSHA256Hash ( string input ) : string
input string
리턴 string

LogEvent() 공개 정적인 메소드

public static LogEvent ( string eventName, object>.Dictionary parameters ) : void
eventName string
parameters object>.Dictionary
리턴 void

OnApplicationStarted() 공개 정적인 메소드

public static OnApplicationStarted ( string apiKey, string basicURL, string eventsURL ) : void
apiKey string
basicURL string
eventsURL string
리턴 void