C# 클래스 MonocleGiraffe.Android.AnalyticsHelper

파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe

Private Properties

프로퍼티 타입 설명
AnalyticsHelper System
LoadAnalyticsJson Newtonsoft.Json.Linq.JObject

공개 메소드들

메소드 설명
SendEvent ( string category, string action ) : void
SendException ( string description, bool isFatal ) : void
SendView ( string viewName ) : void

비공개 메소드들

메소드 설명
AnalyticsHelper ( ) : System
LoadAnalyticsJson ( ) : Newtonsoft.Json.Linq.JObject

메소드 상세

SendEvent() 공개 정적인 메소드

public static SendEvent ( string category, string action ) : void
category string
action string
리턴 void

SendException() 공개 정적인 메소드

public static SendException ( string description, bool isFatal ) : void
description string
isFatal bool
리턴 void

SendView() 공개 정적인 메소드

public static SendView ( string viewName ) : void
viewName string
리턴 void