Name Description Size
DownloadAdapter.kt 2073
DownloadController.kt 1757
DownloadFragment.kt Returns a list of available downloads to be displayed to the user. Downloads must be COMPLETED and existent on disk. 9917
DownloadFragmentStore.kt Class representing a downloads entry @property id Unique id of the download item @property url The full url to the content that should be downloaded @property fileName File name of the download item @property filePath Full path of the download item @property size The size in bytes of the download item @property contentType The type of file the download is @property status The status that represents every state that a download can be in 4166
DownloadInteractor.kt Interactor for the download screen Provides implementations for the DownloadViewInteractor 1114
DownloadItemMenu.kt 1399
DownloadView.kt Interface for the DownloadViewInteractor. This interface is implemented by objects that want to respond to user interaction on the DownloadView 3957
viewholders