Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-navigator-web-internals
/
org.readium.navigator.web.internals.webapi
/
GesturesApi
Gestures
Api
class
GesturesApi
(
webView
:
WebView
,
var
listener
:
GesturesListener
?
=
null
)
Members
Constructors
Gestures
Api
Link copied to clipboard
constructor
(
webView
:
WebView
,
listener
:
GesturesListener
?
=
null
)
Properties
listener
Link copied to clipboard
var
listener
:
GesturesListener
?
Functions
on
Decoration
Activated
Link copied to clipboard
fun
onDecorationActivated
(
id
:
String
,
group
:
String
,
rect
:
String
,
offset
:
String
)
on
Link
Activated
Link copied to clipboard
fun
onLinkActivated
(
href
:
String
,
outerHtml
:
String
)
on
Tap
Link copied to clipboard
fun
onTap
(
eventJson
:
String
)