KeyCodeLocalRegister

class KeyCodeLocalRegister(val mappedStrings: MutableMap<String, OnKeyCodeListener> = mutableMapOf())

Android native configuration for the scanner.

Constructors

Link copied to clipboard
constructor(mappedStrings: MutableMap<String, OnKeyCodeListener> = mutableMapOf())

Properties

Functions

Link copied to clipboard
fun onKeyCode(keyEvent: KeyEvent): Boolean