MediaGroupItem

sealed class MediaGroupItem : ListGroupItem

Base class to hold the information about an IviMediaItem.

Primarily used as type for collections of IviMediaItems.

Properties

Link copied to clipboard
abstract val title: String?

User-facing display title of the item.

Inherited properties

Link copied to clipboard
abstract val type: ListGroupItem.ItemType

Functions

Link copied to clipboard
abstract fun onClick()

Invoke an action when the item is tapped or clicked.

Inherited functions

Link copied to clipboard
open fun isGroupMember(): Boolean
Link copied to clipboard
open fun isHeader(): Boolean

Inheritors

Link copied to clipboard
Link copied to clipboard