Android Scanbot SDK API reference
Toggle table of contents
7.1.2
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
/
KeyCodeLocalRegister
Key
Code
Local
Register
class
KeyCodeLocalRegister
(
val
mappedStrings
:
MutableMap
<
String
,
OnKeyCodeListener
>
=
mutableMapOf()
)
Android native configuration for the scanner.
Members
Constructors
Key
Code
Local
Register
Link copied to clipboard
constructor
(
mappedStrings
:
MutableMap
<
String
,
OnKeyCodeListener
>
=
mutableMapOf()
)
Properties
mapped
Strings
Link copied to clipboard
val
mappedStrings
:
MutableMap
<
String
,
OnKeyCodeListener
>
Functions
on
Key
Code
Link copied to clipboard
fun
onKeyCode
(
keyEvent
:
KeyEvent
)
:
Boolean