C# Class googleanalytics.GAService

Mostrar archivo Open project: MobMaxime/Xamarin_Android_Google_Analytics Class Usage Examples

Public Properties

Property Type Description
TrackingId string

Public Methods

Method Description
GAService ( ) : System
GetGASInstance ( ) : GAService
Initialize ( Android.Content.Context AppContext ) : void
Track_App_Event ( String GAEventCategory, String EventToTrack ) : void
Track_App_Exception ( String ExceptionMessageToTrack, System.Boolean isFatalException ) : void
Track_App_Page ( String PageNameToTrack ) : void

Method Details

GAService() public method

public GAService ( ) : System
return System

GetGASInstance() public static method

public static GetGASInstance ( ) : GAService
return GAService

Initialize() public method

public Initialize ( Android.Content.Context AppContext ) : void
AppContext Android.Content.Context
return void

Track_App_Event() public method

public Track_App_Event ( String GAEventCategory, String EventToTrack ) : void
GAEventCategory String
EventToTrack String
return void

Track_App_Exception() public method

public Track_App_Exception ( String ExceptionMessageToTrack, System.Boolean isFatalException ) : void
ExceptionMessageToTrack String
isFatalException System.Boolean
return void

Track_App_Page() public method

public Track_App_Page ( String PageNameToTrack ) : void
PageNameToTrack String
return void

Property Details

TrackingId public_oe property

public string TrackingId
return string