isCollection

open fun isCollection(mediaItem: IviMediaItem): Boolean

Determines if a mediaItem is a collection. This can be used to open the collection panel instead of a normal browsing panel.

Default implementation returns true if an item is both IviMediaItem.isPlayable and IviMediaItem.isBrowsable at the same time.