Property | Type | Description | |
---|---|---|---|
TrackingId | string |
Method | Description | |
---|---|---|
GAService ( ) : System | ||
GetGASInstance ( ) : |
||
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 |
public Initialize ( Android.Content.Context AppContext ) : void | ||
AppContext | Android.Content.Context | |
return | void |
public Track_App_Event ( String GAEventCategory, String EventToTrack ) : void | ||
GAEventCategory | String | |
EventToTrack | String | |
return | void |
public Track_App_Exception ( String ExceptionMessageToTrack, System.Boolean isFatalException ) : void | ||
ExceptionMessageToTrack | String | |
isFatalException | System.Boolean | |
return | void |
public Track_App_Page ( String PageNameToTrack ) : void | ||
PageNameToTrack | String | |
return | void |