C# Class PocketCampus.Main.Services.GoogleAnalyticsLogger

Logs navigations with Google Analytics.
Inheritance: Logger
Datei anzeigen Open project: accandme/pocketcampus

Public Methods

Method Description
GoogleAnalyticsLogger ( INavigationService navigationService ) : System.Diagnostics

Protected Methods

Method Description
LogAction ( string viewModelId, LoggedSpecialAction action ) : void
LogCommand ( string viewModelId, string eventId, string label ) : void

Method Details

GoogleAnalyticsLogger() public method

public GoogleAnalyticsLogger ( INavigationService navigationService ) : System.Diagnostics
navigationService INavigationService
return System.Diagnostics

LogAction() protected method

protected LogAction ( string viewModelId, LoggedSpecialAction action ) : void
viewModelId string
action LoggedSpecialAction
return void

LogCommand() protected method

protected LogCommand ( string viewModelId, string eventId, string label ) : void
viewModelId string
eventId string
label string
return void