CreateNotificationMetadata

data class CreateNotificationMetadata(    val type: VideoDownloadManager.DownloadType,     val bytesDownloaded: Long,     val bytesTotal: Long,     val hlsProgress: Long? = null,     val hlsTotal: Long? = null,     val bytesPerSecond: Long)(source)

Constructors

Link copied to clipboard
constructor(    type: VideoDownloadManager.DownloadType,     bytesDownloaded: Long,     bytesTotal: Long,     hlsProgress: Long? = null,     hlsTotal: Long? = null,     bytesPerSecond: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val hlsProgress: Long? = null
Link copied to clipboard
val hlsTotal: Long? = null
Link copied to clipboard