MediaDownloadEntity

data class MediaDownloadEntity(val mediaId: String, val status: MediaDownloadEntityStatus, val progress: Float, val size: Long)

A table to store media download information.

Constructors

Link copied to clipboard
constructor(mediaId: String, status: MediaDownloadEntityStatus, progress: Float, size: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val size: Long
Link copied to clipboard