Package-level declarations
Types
Link copied to clipboard
data class MediaDownloadEntity(val mediaId: String, val status: MediaDownloadEntityStatus, val progress: Float, val size: Long)
A table to store media download information.
Link copied to clipboard
Represents the download status of MediaDownloadEntity.
Link copied to clipboard
Link copied to clipboard
A table to store playlist information.
Link copied to clipboard
Cross-reference table that holds relationship between PlaylistEntity and MediaEntity.
Link copied to clipboard
PlaylistEntity populated with a list of MediaEntity.