DownloadContext

data class DownloadContext(val extensionId: String, val track: Track, val sortOrder: Int? = null, val context: EchoMediaItem? = null)

Download context for a track

Parameters

extensionId

The extension that the track belongs to.

track

The track to download.

sortOrder

The order of the track in the context.

context

The context of the media item, Album/Playlist/Artist.

Constructors

Link copied to clipboard
constructor(extensionId: String, track: Track, sortOrder: Int? = null, context: EchoMediaItem? = null)

Properties

Link copied to clipboard
val context: EchoMediaItem? = null
Link copied to clipboard
Link copied to clipboard
val sortOrder: Int? = null
Link copied to clipboard