MediaItemDownloadProgress

constructor(totalNumberOfItems: Int, alreadyDownloadedItems: Int, isFinishedWithCleanup: Boolean)

Parameters

totalNumberOfItems

The number of total items that are going to be downloaded

alreadyDownloadedItems

The number of items that are already completely downloaded

isFinishedWithCleanup

Whether the download clean up tasks are done (has an effect on progress).