Class DownloadService

All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2

public class DownloadService extends Service
The download service that controls the download of requested content downloads. The download list can be retrieved and new download can be added, deleted, paused and resumed. The DownloadServiceBinder needs to be used in order to gain access to the DownloadService
Since:
3.2.0
  • Constructor Details

    • DownloadService

      public DownloadService()
      Default constructor.

      Note that this constructor is only used by the Android system when the service is started. If you want to create a new instance of this class, use DownloadServiceBinder instead.

  • Method Details