C# Class MonocleGiraffe.Android.AnalyticsHelper

Afficher le fichier Open project: akshay2000/MonocleGiraffe

Private Properties

Свойство Type Description
AnalyticsHelper System
LoadAnalyticsJson Newtonsoft.Json.Linq.JObject

Méthodes publiques

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

Private Methods

Méthode Description
AnalyticsHelper ( ) : System
LoadAnalyticsJson ( ) : Newtonsoft.Json.Linq.JObject

Method Details

SendEvent() public static méthode

public static SendEvent ( string category, string action ) : void
category string
action string
Résultat void

SendException() public static méthode

public static SendException ( string description, bool isFatal ) : void
description string
isFatal bool
Résultat void

SendView() public static méthode

public static SendView ( string viewName ) : void
viewName string
Résultat void