getCoverUriInVolume

open suspend fun getCoverUriInVolume(bookId: String, volume: Volume, volumeChapterContentMap: MutableMap<String, ChapterContent>, context: Context): Uri?

根据卷获取该卷封面的Uri, 用于EPUB分卷导出 如无则返回null

Return

封面图片的Uri, 如无则返回null

Since

Api 2

Parameters

bookId

书本id

volume

需要搜索封面的卷对象

volumeChapterContentMap

包含搜索卷全部章节的Map, 以章节id为key

context

Android上下文