Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-common
/
org.readium.navigator.common
/
NavigationController
Navigation
Controller
interface
NavigationController
<
L
:
ExportableLocation
,
G
:
GoLocation
>
This controller enables to navigate through a publication and reports the current location.
Members
Properties
location
Link copied to clipboard
abstract
val
location
:
L
Functions
go
To
Link copied to clipboard
abstract
suspend
fun
goTo
(
location
:
L
)
abstract
suspend
fun
goTo
(
location
:
G
)
abstract
suspend
fun
goTo
(
url
:
Url
)