C# Class MonocleGiraffe.Android.AnalyticsHelper

Mostra file Open project: akshay2000/MonocleGiraffe

Private Properties

Property Type Description
AnalyticsHelper System
LoadAnalyticsJson Newtonsoft.Json.Linq.JObject

Public Methods

Method Description
SendEvent ( string category, string action ) : void
SendException ( string description, bool isFatal ) : void
SendView ( string viewName ) : void

Private Methods

Method Description
AnalyticsHelper ( ) : System
LoadAnalyticsJson ( ) : Newtonsoft.Json.Linq.JObject

Method Details

SendEvent() public static method

public static SendEvent ( string category, string action ) : void
category string
action string
return void

SendException() public static method

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

SendView() public static method

public static SendView ( string viewName ) : void
viewName string
return void