java.lang.Object | |
↳ | com.urbanairship.ApplicationMetrics |
ApplicationMetrics stores metric information about the application.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long |
getLastOpenTimeMillis()
Gets the time of the last open in milliseconds since
January 1, 1970 00:00:00.0 UTC.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the time of the last open in milliseconds since January 1, 1970 00:00:00.0 UTC.
An application "open" is determined inAnalytics
by tracking activity start and stops. This ensures that background services or
broadcast receivers do not affect this number. This number could be inaccurate
if analytic instrumentation is missing for activities when running on Android
ICS (4.0) or older.