DownloadItem

data class DownloadItem(val downloadId: Long, val downloadStatus: Int, val fileName: String, val contentLength: Long, val createdAt: String, val filePath: String)

Public data class for a downloaded file.

Constructors

Link copied to clipboard
constructor(downloadId: Long, downloadStatus: Int, fileName: String, contentLength: Long, createdAt: String, filePath: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard