WebPositionsService

Constructors

Link copied to clipboard
constructor(manifest: Manifest, httpClient: HttpClient)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun close()

Closes any opened file handles, removes temporary files, etc.

Link copied to clipboard
open suspend override fun positions(): List<Locator>

Returns the list of all the positions in the publication.

Link copied to clipboard
open suspend override fun positionsByReadingOrder(): List<List<Locator>>

Returns the list of all the positions in the publication, grouped by the resource reading order index.