getStateUserReadingData

abstract fun getStateUserReadingData(bookId: String, coroutineScope: CoroutineScope): UserReadingData

获取可观测的阅读数据 需要传入CoroutineScope用于主动更新内容 调用此函数后会启动一个协程来更新其内容

Return

可观测的阅读数据, 本质上是一个MutableUserReadingData对象

Since

Api 2

Parameters

bookId

需要获取章节所属的书本id

coroutineScope

详情数据主动更新的协程作用域