Package com.google.android.horologist.media.data.service.download
See: Description
-
Class Summary Class Description DownloadManagerListener Implementation of listener for DownloadManager events which can also get notified of DownloadServicecreation and destruction events. DownloadProgressMonitor Monitors the progress of downloads, polling DownloadManager every specified interval and uses MediaDownloadLocalDataSource to persist the progress. MediaDownloadService Implementation of DownloadService that: notifies DownloadManagerListener of service creation and destruction;
uses DownloadNotificationHelper to build a Notification;
uses WorkManagerScheduler as Scheduler;