C# Class googleanalytics.GAService

Afficher le fichier Open project: MobMaxime/Xamarin_Android_Google_Analytics Class Usage Examples

Méthodes publiques

Свойство Type Description
TrackingId string

Méthodes publiques

Méthode 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 méthode

public GAService ( ) : System
Résultat System

GetGASInstance() public static méthode

public static GetGASInstance ( ) : GAService
Résultat GAService

Initialize() public méthode

public Initialize ( Android.Content.Context AppContext ) : void
AppContext Android.Content.Context
Résultat void

Track_App_Event() public méthode

public Track_App_Event ( String GAEventCategory, String EventToTrack ) : void
GAEventCategory String
EventToTrack String
Résultat void

Track_App_Exception() public méthode

public Track_App_Exception ( String ExceptionMessageToTrack, System.Boolean isFatalException ) : void
ExceptionMessageToTrack String
isFatalException System.Boolean
Résultat void

Track_App_Page() public méthode

public Track_App_Page ( String PageNameToTrack ) : void
PageNameToTrack String
Résultat void

Property Details

TrackingId public_oe property

public string TrackingId
Résultat string