Analytics
This class is the primary interface to the Airship Analytics API.
Constructors
Properties
Returns the last stored send Id from when a push conversion was detected.
A shared flow of raw event tracked by Airship.
The current list of region IDs tracked using com.urbanairship.analytics.location.RegionEvent.
The name of the screen that is currently being tracked by trackScreen
Functions
Edits the currently stored associated identifiers. All changes made in the editor are batched, and not stored until you call apply(). Calling apply() on the editor will associate the identifiers with the device and add an event that will be sent up with other analytics events. See com.urbanairship.analytics.AssociatedIdentifiers.Editor
Records a region event.
Records a region event.
Initiates screen tracking for a specific app screen, must be called once per tracked screen.
Uploads any pending events. Events are batched and uploaded automatically to conserve battery life. Normally apps should not call this method directly.