LiveListState

data class LiveListState(val liveList: StateFlow<List<LiveInfo>>, val liveListCursor: StateFlow<String>, val currentLive: StateFlow<LiveInfo>)

Live list state

Constructors

Link copied to clipboard
constructor(liveList: StateFlow<List<LiveInfo>>, liveListCursor: StateFlow<String>, currentLive: StateFlow<LiveInfo>)

Properties

Link copied to clipboard
val currentLive: StateFlow<LiveInfo>

Current live information. {@link LiveInfo}

Link copied to clipboard
val liveList: StateFlow<List<LiveInfo>>

Live list. {@link LiveInfo}

Link copied to clipboard
val liveListCursor: StateFlow<String>

Live list cursor.