GroupState

data class GroupState(val joinedGroupList: StateFlow<List<GroupInfo>>, val groupApplicationList: StateFlow<List<GroupApplicationInfo>>, val groupApplicationUnreadCount: StateFlow<Int>)

Constructors

Link copied to clipboard
constructor(joinedGroupList: StateFlow<List<GroupInfo>>, groupApplicationList: StateFlow<List<GroupApplicationInfo>>, groupApplicationUnreadCount: StateFlow<Int>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val joinedGroupList: StateFlow<List<GroupInfo>>