-
Notifications
You must be signed in to change notification settings - Fork 17
Features
TheBotBox edited this page May 14, 2020
·
4 revisions
-
All Application Usage
To show the list of usage stats of all the applications used for the time duration requested within API. -
Query for a package
To show the usage stats of a specific package for which request has been made in the API. -
App Timeline
To show the complete timeline of a specific package requested. This will return aList
ofList
of typeTimeLine
from which we can retrieve the open and exit timestamps of the package requested as shown inTimeLineAdapter
List<List<TimeLine>>
returns the total number of time, specific package has been opened and closed
The internal list is of fixed size3
. Fetching index0
will return the start time, similarly index1
will return the exit time.
For further details, refer to the sample app