Android Scanbot SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot SDK API reference
Android Scanbot SDK API reference
/
io.scanbot.sdk.ui_v2.document.configuration
/
OnKeyCodeListener
On
Key
Code
Listener
class
OnKeyCodeListener
(
val
onKeyCode
:
(
keyEvent
:
KeyEvent
)
->
Boolean
=
{ false }
)
Members
Constructors
On
Key
Code
Listener
Link copied to clipboard
constructor
(
onKeyCode
:
(
keyEvent
:
KeyEvent
)
->
Boolean
=
{ false }
)
Properties
on
Key
Code
Link copied to clipboard
val
onKeyCode
:
(
keyEvent
:
KeyEvent
)
->
Boolean