Class KeyCodeLocalRegister
-
- All Implemented Interfaces:
public final class KeyCodeLocalRegister
Android native configuration for the scanner.
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, OnKeyCodeListener>
mappedStrings
-
Constructor Summary
Constructors Constructor Description KeyCodeLocalRegister(Map<String, OnKeyCodeListener> mappedStrings)
-
Method Summary
Modifier and Type Method Description final Map<String, OnKeyCodeListener>
getMappedStrings()
final Boolean
onKeyCode(KeyEvent keyEvent)
-
-
Constructor Detail
-
KeyCodeLocalRegister
KeyCodeLocalRegister(Map<String, OnKeyCodeListener> mappedStrings)
-
-
Method Detail
-
getMappedStrings
final Map<String, OnKeyCodeListener> getMappedStrings()
-
-
-
-