Package-level declarations

Types

Link copied to clipboard
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.