public class Product extends MusicItem
| Modifier and Type | Field and Description |
|---|---|
Category |
category
The product’s category - i.e., whether it is an album, single, or track.
|
java.util.List<Genre> |
genres
The product’s genres.
|
java.util.List<Artist> |
performers
The product’s performers.
|
Product |
takenFrom
The owning Album or Single if appropriate.
|
int |
trackCount
The track count for Album or Single products.
|
id, name, thumb100Uri, thumb200Uri, thumb320Uri, thumb50Uri| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
void |
show()
Launches MixRadio to show details for the product.
|
public Category category
public java.util.List<Genre> genres
public java.util.List<Artist> performers
public Product takenFrom
public int trackCount