Android Programming Press on the image to return to the main documentation page.

iAnalytics

List of types:

AnalyticsTracker

AnalyticsTracker

This is a wrapper for Google Analytics SDK.

Events:

None

Members:


  DebugLogs As Boolean

  Initialize (TrackingId As String)

  SendScreenView (ScreenName As String)

  TrackEvent (Category As String, Action As String, Label As String, Value As Long)

Members description:

DebugLogs As Boolean
Set to true to enable verbose logging.
Initialize (TrackingId As String)
Initializes the tracker.
TrackingId - The tracking id (UA-xxxxx-y).
SendScreenView (ScreenName As String)
Sends a screen view and sets the current screen name.
TrackEvent (Category As String, Action As String, Label As String, Value As Long)
Sends an event.
Top