Live List State
data class LiveListState(val liveList: StateFlow<List<LiveInfo>>, val liveListCursor: StateFlow<String>, val currentLive: StateFlow<LiveInfo>)
Live list state
Overview
Contains live list, cursor and current live info.