public interface CoverHolder
SearchResult
or DetailledItem
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCover()
Get the cover URL
|
byte[] |
getCoverBitmap()
Get the cover bitmap
|
void |
setCover(java.lang.String cover)
Set the cover by URL
|
void |
setCoverBitmap(byte[] coverBitmap)
Set the cover as a bitmap
|