ChannelTopBarState

Represents the state of the ChannelTopBar.

Since

1.0.0-beta.1

Properties

Link copied to clipboard

The description to be displayed on the top bar.

Link copied to clipboard
abstract val coverModels: List<ImageModel>

The list of cover images to be displayed on the top bar.

Link copied to clipboard
abstract val onActionClick: () -> Unit

The handler for when the action is clicked.

Link copied to clipboard
abstract val onNavigationIconClick: () -> Unit

The handler for when the navigation icon is clicked.

Link copied to clipboard
abstract val title: String

The title to be displayed on the top bar.