C# Class com.honcheng.appenginemobileanalytics.WP.Logger

显示文件 Open project: honcheng/GAEMobileAnalytics

Public Methods

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

Private Methods

Method Description
webClient_DownloadStringCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

GenerateUrl() public static method

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

GetSHA256Hash() public static method

public static GetSHA256Hash ( string input ) : string
input string
return string

LogEvent() public static method

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

OnApplicationStarted() public static method

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