Success

data class Success(val uri: Uri) : DownloadState

Download completion status. This status means that the download process was completed successfully.

Constructors

Link copied to clipboard
constructor(uri: Uri)

Properties

Link copied to clipboard
val uri: Uri