Skip to content

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 a List of List of type TimeLine from which we can retrieve the open and exit timestamps of the package requested as shown in TimeLineAdapter
    List<List<TimeLine>> returns the total number of time, specific package has been opened and closed -feature-graphic
    The internal list is of fixed size 3. Fetching index 0 will return the start time, similarly index 1 will return the exit time.
    For further details, refer to the sample app