Package-level declarations

Types

Link copied to clipboard

An item in the adapter can either be a separator or a real item. isCurrentlyDownloading is used to fully update items as opposed to just moving them.

Link copied to clipboard
Link copied to clipboard
class DownloadQueueAdapter(val fragment: Fragment) : BaseAdapter<DownloadAdapterItem, Unit>
Link copied to clipboard
class DownloadQueueFragment : BaseFragment<FragmentDownloadQueueBinding>
Link copied to clipboard
class DownloadQueueViewModel : ViewModel
Link copied to clipboard
class DragAndDropTouchHelper(adapter: DownloadQueueAdapter) : ItemTouchHelper