toggle menu
richiesdk
androidJvm
switch theme
search in API
booklibraryui
/
fi.richie.booklibraryui.epub3
/
Epub3LocatorStore
Epub3Locator
Store
class
Epub3LocatorStore
(
contentDirectory
:
File
)
Created by Johan Halin on 19.9.2024. Copyright © 2024 Richie Ltd. All rights reserved.
Members
Constructors
Epub3Locator
Store
Link copied to clipboard
constructor
(
contentDirectory
:
File
)
Functions
position
Link copied to clipboard
suspend
fun
position
(
guid
:
Guid
)
:
Epub3Locator
?
positions
Link copied to clipboard
suspend
fun
positions
(
guids
:
Collection
<
Guid
>
)
:
Map
<
Guid
,
Epub3Locator
>
save
Position
Link copied to clipboard
suspend
fun
savePosition
(
guid
:
Guid
,
locator
:
Locator
)
:
<Error class: unknown class>