메소드 | 설명 | |
---|---|---|
Init ( ) : void | ||
LogError ( string name, string title, string message ) : void | ||
LogEvent ( string name, string category, string eventName, string eventData ) : void | ||
LogPerformance ( string category, System.TimeSpan performanceCounter, string>.Dictionary |
||
LogViewDisplayed ( string name ) : void | ||
LogViewHidden ( string name ) : void | ||
LogViewLoaded ( string name ) : void | ||
LogViewUnloaded ( string name ) : void | ||
ParseAnalyticsAnalytics ( string applicationId, string dotNetKey ) : System | ||
SetUser ( string identifier, string>.Dictionary |
Google is super not cool with tracking people with our own custom information... |
public LogError ( string name, string title, string message ) : void | ||
name | string | |
title | string | |
message | string | |
리턴 | void |
public LogEvent ( string name, string category, string eventName, string eventData ) : void | ||
name | string | |
category | string | |
eventName | string | |
eventData | string | |
리턴 | void |
public LogPerformance ( string category, System.TimeSpan performanceCounter, string>.Dictionary |
||
category | string | |
performanceCounter | System.TimeSpan | |
values | string>.Dictionary | |
리턴 | void |
public ParseAnalyticsAnalytics ( string applicationId, string dotNetKey ) : System | ||
applicationId | string | |
dotNetKey | string | |
리턴 | System |
public SetUser ( string identifier, string>.Dictionary |
||
identifier | string | |
userProperties | string>.Dictionary | |
리턴 | void |