Progress

data class Progress(val progress: Float) : DownloadState

Downloading status. This status means that the file is in the process of being download.

Constructors

Link copied to clipboard
constructor(progress: Float)

Properties

Link copied to clipboard