-
- All Implemented Interfaces:
public final class DownloadSelections
Object containing a DownloadOptions and corresponding selections of tracks to download.
-
-
Field Summary
Fields Modifier and Type Field Description public final DownloadOptions
downloadOptions
public final Array<int>
selectedTrackIndices
-
Constructor Summary
Constructors Constructor Description DownloadSelections(DownloadOptions downloadOptions, Array<int> selectedTrackIndices)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
DownloadSelections
DownloadSelections(DownloadOptions downloadOptions, Array<int> selectedTrackIndices)
-
-
-
-