State

data class State(val isLoading: Boolean, val channels: List<Channel>)

Described the state of the list of channels.

Parameters

isLoading

If the list is currently loading.

channels

The list of channels to be displayed.

Constructors

Link copied to clipboard
constructor(isLoading: Boolean, channels: List<Channel>)

Properties

Link copied to clipboard
Link copied to clipboard