C# 클래스 Xamalytics.Services.iOS.GoogleAnalyticsAnalytics

상속: Interfaces.IAnalytics
파일 보기 프로젝트 열기: TheEightBot/Xamalytics

공개 메소드들

메소드 설명
GoogleAnalyticsAnalytics ( ) : System
GoogleAnalyticsAnalytics ( string trackingId ) : System
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 values = null ) : void
LogViewDisplayed ( string name ) : void
LogViewHidden ( string name ) : void
LogViewLoaded ( string name ) : void
LogViewUnloaded ( string name ) : void
SetUser ( string identifier, string>.Dictionary userProperties ) : void Google is super not cool with tracking people with our own custom information...

메소드 상세

GoogleAnalyticsAnalytics() 공개 메소드

public GoogleAnalyticsAnalytics ( ) : System
리턴 System

GoogleAnalyticsAnalytics() 공개 메소드

public GoogleAnalyticsAnalytics ( string trackingId ) : System
trackingId string
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void

LogError() 공개 메소드

public LogError ( string name, string title, string message ) : void
name string
title string
message string
리턴 void

LogEvent() 공개 메소드

public LogEvent ( string name, string category, string eventName, string eventData ) : void
name string
category string
eventName string
eventData string
리턴 void

LogPerformance() 공개 메소드

public LogPerformance ( string category, System.TimeSpan performanceCounter, string>.Dictionary values = null ) : void
category string
performanceCounter System.TimeSpan
values string>.Dictionary
리턴 void

LogViewDisplayed() 공개 메소드

public LogViewDisplayed ( string name ) : void
name string
리턴 void

LogViewHidden() 공개 메소드

public LogViewHidden ( string name ) : void
name string
리턴 void

LogViewLoaded() 공개 메소드

public LogViewLoaded ( string name ) : void
name string
리턴 void

LogViewUnloaded() 공개 메소드

public LogViewUnloaded ( string name ) : void
name string
리턴 void

SetUser() 공개 메소드

Google is super not cool with tracking people with our own custom information...
public SetUser ( string identifier, string>.Dictionary userProperties ) : void
identifier string
userProperties string>.Dictionary
리턴 void