preloadChapterContent

abstract suspend fun preloadChapterContent(chapterId: String, bookId: String, priority: WebDataSourcePriority = WebDataSourcePriority.Default)

预加载章节内容 从网络请求内容加载到本地数据库内

Since

Api 4

Parameters

chapterId

需要获取的章节id

bookId

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

priority

此请求的优先级, 后端可能会依据优先级处理网络请求