C# Class PocketCampus.Main.Services.GoogleAnalyticsLogger

Logs navigations with Google Analytics.
Inheritance: Logger
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
GoogleAnalyticsLogger ( INavigationService navigationService ) : System.Diagnostics

Méthodes protégées

Méthode Description
LogAction ( string viewModelId, LoggedSpecialAction action ) : void
LogCommand ( string viewModelId, string eventId, string label ) : void

Method Details

GoogleAnalyticsLogger() public méthode

public GoogleAnalyticsLogger ( INavigationService navigationService ) : System.Diagnostics
navigationService INavigationService
Résultat System.Diagnostics

LogAction() protected méthode

protected LogAction ( string viewModelId, LoggedSpecialAction action ) : void
viewModelId string
action LoggedSpecialAction
Résultat void

LogCommand() protected méthode

protected LogCommand ( string viewModelId, string eventId, string label ) : void
viewModelId string
eventId string
label string
Résultat void