class DownloadManager
Handles the interactions with the AndroidDownloadManager. |
|
class DownloadsFeature : SelectionAwareSessionObserver
Feature implementation for proving download functionality for the selected session. It will subscribe to the selected session and will listening for downloads. |
typealias AndroidDownloadManager = DownloadManager |
|
typealias OnDownloadCompleted = (Download, Long) -> Unit |
|
typealias OnNeedToRequestPermissions = (session: Session, download: Download) -> Unit |